[Intel-wired-lan] [next PATCH S23 06/13] i40e/i40evf: tunnels can be generic
Bowers, AndrewX
andrewx.bowers at intel.com
Thu Dec 17 16:43:41 UTC 2015
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Joshua Hay
> Sent: Wednesday, December 09, 2015 3:50 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next PATCH S23 06/13] i40e/i40evf: tunnels can be
> generic
>
> From: Jesse Brandeburg <jesse.brandeburg at intel.com>
>
> Since the i40e driver now supports VxLAN, GRE, and soon to be Geneve
> tunnels, the driver can just note that an skb contains a tunneled packet
> generically, instead of calling out VXLAN specifically. The tunnel set up we do
> for hardware is almost always the same for all tunnel types.
>
> This specifically enables ATR/Flow Director on GRE packets which increases
> performance/scaling. Without this patch GRE RX packets end up on a
> random RSS assigned queue.
>
> Signed-off-by: Jesse Brandeburg <jesse.brandeburg at intel.com>
> Change-ID: Ie8e205603654910d2f718592cbef8132ae0719e4
> ---
> drivers/net/ethernet/intel/i40e/i40e_txrx.c | 7 ++++---
> drivers/net/ethernet/intel/i40e/i40e_txrx.h | 2 +-
> drivers/net/ethernet/intel/i40evf/i40e_txrx.c | 2 +-
> drivers/net/ethernet/intel/i40evf/i40e_txrx.h | 2 +-
> 4 files changed, 7 insertions(+), 6 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Patch code changes correctly applied
More information about the Intel-wired-lan
mailing list