diff options
author | Johan Almbladh <johan.almbladh@anyfinetworks.com> | 2021-08-09 11:18:24 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2021-08-10 11:33:18 +0200 |
commit | e5009b4636cb593c06243197fd0742ed2e6ac510 (patch) | |
tree | 9df3bcc0e85d3306af2698be21436744c9c36758 /drivers | |
parent | 84024a4e86d9b2085f3444190b30d5f88c76e07b (diff) |
bpf, tests: Add word-order tests for load/store of double words
A double word (64-bit) load/store may be implemented as two successive
32-bit operations, one for each word. Check that the order of those
operations is consistent with the machine endianness.
Signed-off-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20210809091829.810076-10-johan.almbladh@anyfinetworks.com
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions