diff options
author | Dave Thaler <[email protected]> | 2023-10-17 20:30:20 +0000 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2023-10-19 01:36:12 +0200 |
commit | 0e133a13370389d3894891eafe54fec2c44ad735 (patch) | |
tree | 54f3b6815025572d7a5bcf028caf6a37bce626c3 /tools/perf/scripts/python/sched-migration.py | |
parent | bb6a88885fde24835afdaa1c5bb976a1bf5c5d71 (diff) |
bpf, docs: Define signed modulo as using truncated division
There's different mathematical definitions (truncated, floored, rounded,
etc.) and different languages have chosen different definitions [0][1].
E.g., languages/libraries that follow Knuth use a different mathematical
definition than C uses. This patch specifies which definition BPF uses,
as verified by Eduard [2] and others.
[0] https://en.wikipedia.org/wiki/Modulo#Variants_of_the_definition
[1] https://torstencurdt.com/tech/posts/modulo-of-negative-numbers/
[2] https://lore.kernel.org/bpf/[email protected]/
Signed-off-by: Dave Thaler <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: David Vernet <[email protected]>
Acked-by: Eduard Zingerman <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions