summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/.gitignore (follow)
Commit message (Collapse)AuthorAge
* soreuseport: BPF selection functional test for TCPCraig Gallek2022-10-28
| | | | | | | | | | | | | | | Unfortunately the existing test relied on packet payload in order to map incoming packets to sockets. In order to get this to work with TCP, TCP_FASTOPEN needed to be used. Since the fast open path is slightly different than the standard TCP path, I created a second test which sends to reuseport group members based on receiving cpu core id. This will probably serve as a better real-world example use as well. Signed-off-by: Craig Gallek <kraig@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Change-Id: I1f51b4b131ded50d80046c7b1b0822fa273bae68
* soreuseport: BPF selection functional testCraig Gallek2022-10-28
| | | | | | | | | | | | | This program will build classic and extended BPF programs and validate the socket selection logic when used with SO_ATTACH_REUSEPORT_CBPF and SO_ATTACH_REUSEPORT_EBPF. It also validates the re-programing flow and several edge cases. Signed-off-by: Craig Gallek <kraig@google.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net> Change-Id: I72958d6a2a8ece3db2ef0dfc0e8ec33da31e965d
* net: Add .gitignore to networking selftests directory.David S. Miller2013-04-19
Signed-off-by: David S. Miller <davem@davemloft.net>