On Tue, Jul 16, 2019 at 12:53:53PM +0200, Ilya Leoshkevich wrote: > BPF_LDX_MEM is used to load the least significant byte of the retrieved > test_val.index, however, on big-endian machines it ends up retrieving > the most significant byte. > > Change the test to load the whole int in order to make it > endianness-independent. > > Signed-off-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx> Applied, Thanks