Re: [PATCH 0/5] Enable XDP for ixgbevf

2018-03-17 Thread David Miller
From: Tony Nguyen Date: Fri, 16 Mar 2018 15:34:01 -0700 > This patch series implements support for XDP on ixgbevf; > it is mainly based on the ixgbe implementation and supports > the following actions: XDP_PASS, XDP_DROP, and XDP_TX. I'm extremely pleased to see these patches.

[PATCH 0/5] Enable XDP for ixgbevf

2018-03-16 Thread Tony Nguyen
This patch series implements support for XDP on ixgbevf; it is mainly based on the ixgbe implementation and supports the following actions: XDP_PASS, XDP_DROP, and XDP_TX. Tony Nguyen (5): ixgbevf: Add XDP support for pass and drop actions ixgbevf: Add support for XDP_TX action ixgbevf: Dela