Damjan Marion
c3148b1be8
misc: remove GNU Indent directives
...
Type: refactor
Change-Id: I5235bf3e9aff58af6ba2c14e8c6529c4fc9ec86c
Signed-off-by: Damjan Marion <damarion@cisco.com >
2024-03-12 19:29:56 +00:00
arikachen
57bdb26ba4
af_xdp: introduce to netns api
...
In some situation, we support to deploy vpp as per host
and handler packet in container, so we use xdp to redirect
the flow.
Type: improvement
Signed-off-by: arikachen <eaglesora@gmail.com >
Change-Id: Iab42d6a0abb2b330a284d519018a90aff2fa4371
2021-11-18 16:56:22 +00:00
Benoît Ganne
a42c41be4e
af_xdp: workaround kernel race between poll() and sendmsg()
...
Prior to Linux 5.6 there is a race condition between poll() and
sendmsg() in the kernel. This patch protects the syscalls with a lock
to prevent it, unless the NO_SYSCALL_LOCK flag is set at create time.
See
https://lore.kernel.org/bpf/BYAPR11MB365382C5DB1E5FCC53242609C1549@BYAPR11MB3653.namprd11.prod.outlook.com/
Type: fix
Change-Id: Ie7d4f5cb41f697b11a09b6046e54d190430d76df
Signed-off-by: Benoît Ganne <bganne@cisco.com >
2021-05-21 19:50:14 +00:00
Benoît Ganne
d4e1091382
af_xdp: add option to claim all available rx queues
...
Type: feature
Change-Id: I97176c2c90ea664a68078b3a7b7d44eb237a7f13
Signed-off-by: Benoît Ganne <bganne@cisco.com >
2020-10-24 09:39:54 +00:00
Benoît Ganne
4a76d6f6da
af_xdp: AF_XDP input plugin
...
Type: feature
Change-Id: I85aa4ad6b68c1aa0e51938002dc691a4b11c545c
Signed-off-by: Damjan Marion <damarion@cisco.com >
Signed-off-by: Benoît Ganne <bganne@cisco.com >
2020-08-31 17:16:56 +00:00