Re: First packet going missing in a bpf-examples test case

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have found and fixed the reason for the first packet going missing;
it is due to 'reverse path filtering', and this can be turned off with
for device in /proc/sys/net/ipv4/conf/*
do
  echo 0 >${device}/rp_filter
done
in the test case run script. So
https://github.com/tjcw/bpf-examples/tree/tjcw-integration-0.3/AF_XDP-filter
is ready for review and integration.

Chris Ward, IBM



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux