Re: [PATCH net-next 2/2] tun: rename generic_xdp to skb_xdp

2017-09-05 Thread David Miller
From: Jason Wang Date: Mon, 4 Sep 2017 11:36:09 +0800 > Rename "generic_xdp" to "skb_xdp" to avoid confusing it with the > generic XDP which will be done at netif_receive_skb(). > > Cc: Daniel Borkmann > Signed-off-by: Jason Wang Applied.

[PATCH net-next 2/2] tun: rename generic_xdp to skb_xdp

2017-09-03 Thread Jason Wang
Rename "generic_xdp" to "skb_xdp" to avoid confusing it with the generic XDP which will be done at netif_receive_skb(). Cc: Daniel Borkmann Signed-off-by: Jason Wang --- drivers/net/tun.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/drivers/net/tun.c b