Re: [PATCH v3 2/4] i40e: geneve tunnel offload support

2015-12-10 Thread Jeff Kirsher
On Tue, 2015-12-08 at 10:12 -0800, Anjali Singhai Jain wrote: > This patch adds driver hooks to implement ndo_ops to add/del > udp port in the HW to identify GENEVE tunnels. > > Signed-off-by: Anjali Singhai Jain > Signed-off-by: Kiran Patil Acked-by: Jeff Kirsher > --- >  drivers/net/etherne

Re: [PATCH v3 2/4] i40e: geneve tunnel offload support

2015-12-08 Thread Singhai, Anjali
On 12/8/2015 10:36 AM, Jesse Gross wrote: On Tue, Dec 8, 2015 at 10:20 AM, Alexei Starovoitov wrote: On Tue, Dec 08, 2015 at 10:12:12AM -0800, Anjali Singhai Jain wrote: +/** + * i40e_add_geneve_port - Get notifications about GENEVE ports that come up + * @netdev: This physical port's netdev

Re: [PATCH v3 2/4] i40e: geneve tunnel offload support

2015-12-08 Thread Jesse Gross
On Tue, Dec 8, 2015 at 10:20 AM, Alexei Starovoitov wrote: > On Tue, Dec 08, 2015 at 10:12:12AM -0800, Anjali Singhai Jain wrote: >> +/** >> + * i40e_add_geneve_port - Get notifications about GENEVE ports that come up >> + * @netdev: This physical port's netdev >> + * @sa_family: Socket Family tha

Re: [PATCH v3 2/4] i40e: geneve tunnel offload support

2015-12-08 Thread John W. Linville
On Tue, Dec 08, 2015 at 10:12:12AM -0800, Anjali Singhai Jain wrote: > This patch adds driver hooks to implement ndo_ops to add/del > udp port in the HW to identify GENEVE tunnels. > > Signed-off-by: Anjali Singhai Jain > Signed-off-by: Kiran Patil > @@ -10406,6 +10508,9 @@ static void i40e_pri

Re: [PATCH v3 2/4] i40e: geneve tunnel offload support

2015-12-08 Thread Alexei Starovoitov
On Tue, Dec 08, 2015 at 10:12:12AM -0800, Anjali Singhai Jain wrote: > +/** > + * i40e_add_geneve_port - Get notifications about GENEVE ports that come up > + * @netdev: This physical port's netdev > + * @sa_family: Socket Family that GENEVE is notifying us about > + * @port: New UDP port number th

[PATCH v3 2/4] i40e: geneve tunnel offload support

2015-12-08 Thread Anjali Singhai Jain
This patch adds driver hooks to implement ndo_ops to add/del udp port in the HW to identify GENEVE tunnels. Signed-off-by: Anjali Singhai Jain Signed-off-by: Kiran Patil --- drivers/net/ethernet/intel/i40e/i40e.h | 16 +-- drivers/net/ethernet/intel/i40e/i40e_main.c | 167