Jesper Dangaard Brouer
44fa2dbd47
xdp: transition into using xdp_frame for ndo_xdp_xmit
...
Changing API ndo_xdp_xmit to take a struct xdp_frame instead of struct
xdp_buff. This brings xdp_return_frame and ndp_xdp_xmit in sync.
This builds towards changing the API further to become a bulk API,
because xdp_buff is not a queue-able object while xdp_frame is.
V4: Adjust for commit 59655a5b6c ("tuntap: XDP_TX can use native XDP")
V7: Adjust for commit d9314c474d ("i40e: add support for XDP_REDIRECT")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-04-17 10:50:30 -04:00
..
2018-04-12 11:04:35 -07:00
2018-04-11 10:28:31 -07:00
2018-04-10 12:25:30 -07:00
2018-04-06 18:31:06 -07:00
2018-04-10 10:22:27 -07:00
2018-04-05 21:29:35 -07:00
2018-04-05 21:21:08 -07:00
2018-04-10 08:40:45 +02:00
2018-04-09 11:54:57 +02:00
2018-04-04 17:11:08 -07:00
2018-04-10 10:25:57 -07:00
2018-04-10 12:14:37 -07:00
2018-04-05 14:21:13 -07:00
2018-04-04 20:07:20 -07:00
2018-04-10 11:39:22 -07:00
2018-04-05 21:03:42 -07:00
2018-04-10 12:09:27 -07:00
2018-04-05 11:53:34 -07:00
2018-04-09 11:42:31 -07:00
2018-04-09 19:59:54 -07:00
2018-04-04 20:07:20 -07:00
2018-04-07 12:36:18 -07:00
2018-04-05 14:27:02 -07:00
2018-04-05 09:51:41 -07:00
2018-04-06 17:35:43 -07:00
2018-04-05 13:21:57 -07:00
2018-04-11 18:50:41 -07:00
2018-04-11 18:50:41 -07:00
2018-04-07 12:08:19 -07:00
2018-04-10 10:25:57 -07:00
2018-04-10 12:09:27 -07:00
2018-04-12 10:21:19 -07:00
2018-04-12 10:59:03 -07:00
2018-04-11 16:39:34 -07:00
2018-04-17 10:50:30 -04:00
2018-04-10 10:25:57 -07:00
2018-04-05 14:27:02 -07:00
2018-04-04 20:07:20 -07:00
2018-04-11 10:28:33 -07:00
2018-04-04 20:07:20 -07:00
2018-04-07 12:08:19 -07:00
2018-04-09 09:26:36 -07:00
2018-04-05 21:29:35 -07:00
2018-04-05 21:21:08 -07:00
2018-04-05 09:51:41 -07:00
2018-04-10 12:18:50 -07:00
2018-04-05 21:21:08 -07:00
2018-04-05 21:21:08 -07:00
2018-04-11 10:28:37 -07:00
2018-04-05 22:53:16 -07:00
2018-04-10 10:22:27 -07:00
2018-04-10 10:25:57 -07:00
2018-04-05 15:05:53 -07:00
2018-04-10 12:09:27 -07:00
2018-04-11 10:28:39 -07:00
2018-04-05 14:27:02 -07:00
2018-04-09 09:04:10 -07:00
2018-04-07 11:11:41 -07:00
2018-04-06 19:44:27 -07:00
2018-04-17 10:50:28 -04:00
2018-04-10 10:20:00 -07:00
2018-04-11 18:58:27 -07:00
2018-04-05 09:51:41 -07:00
2018-04-12 11:04:35 -07:00