]> Git Repo - linux.git/commit
bpf: add XDP_TX xdp_action for direct forwarding
authorBrenden Blanco <[email protected]>
Tue, 19 Jul 2016 19:16:53 +0000 (12:16 -0700)
committerDavid S. Miller <[email protected]>
Wed, 20 Jul 2016 04:46:32 +0000 (21:46 -0700)
commit6ce96ca348a9e949f8c43f4d3e98db367d93cffd
treefbe198393b4f35b91e325b4c3c2685479d4399ff
parentd576acf0a22890cf3f8f7a9b035f1558077f6770
bpf: add XDP_TX xdp_action for direct forwarding

XDP enabled drivers must transmit received packets back out on the same
port they were received on when a program returns this action.

Signed-off-by: Brenden Blanco <[email protected]>
Acked-by: Alexei Starovoitov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/uapi/linux/bpf.h
This page took 0.069318 seconds and 4 git commands to generate.