Re: [PATCH v5 0/5] Add support for Geneve udp port offload

2015-12-16 Thread David Miller
From: Anjali Singhai Jain Date: Mon, 14 Dec 2015 12:21:16 -0800 > This patch series adds new ndo ops for Geneve add/del port, so as > to help offload Geneve tunnel functionalities such as RX checksum, > RSS, filters etc. Series applied, thanks. -- To unsubscribe from this list: send the line "un

[PATCH v5 0/5] Add support for Geneve udp port offload

2015-12-14 Thread Anjali Singhai Jain
This patch series adds new ndo ops for Geneve add/del port, so as to help offload Geneve tunnel functionalities such as RX checksum, RSS, filters etc. i40e driver has been tested with the changes to make sure the offloads happen. We do understand that this is not the ideal solution and most likel

[PATCH v4 0/5] Add support for Geneve udp port offload

2015-12-14 Thread Anjali Singhai Jain
This patch series adds new ndo ops for Geneve add/del port, so as to help offload Geneve tunnel functionalities such as RX checksum, RSS, filters etc. i40e driver has been tested with the changes to make sure the offloads happen. We do understand that this is not the ideal solution and most likel

Add support for Geneve udp port offload

2015-12-08 Thread Anjali Singhai Jain
This patch series adds new ndo ops for Geneve add/del port, so as to help offload Geneve tunnel functionalities such as RX checksum, RSS, filters etc. i40e driver has been tested with the changes to make sure the offloads happen. We do understand that this is not the ideal solution and most like

Re: Add support for Geneve udp port offload

2015-12-04 Thread Tom Herbert
On Fri, Dec 4, 2015 at 12:19 AM, Anjali Singhai Jain wrote: > This patch series adds new ndo ops for Geneve add/del port, so as > to help offload Geneve tunnel functionalities such as checksum, TSO > RSS, filters etc. > > i40e driver has been tested with the changes to make sure the offloads > hap

Add support for Geneve udp port offload

2015-12-04 Thread Anjali Singhai Jain
This patch series adds new ndo ops for Geneve add/del port, so as to help offload Geneve tunnel functionalities such as checksum, TSO RSS, filters etc. i40e driver has been tested with the changes to make sure the offloads happen. We do understand that this is not the ideal solution and most like