Re: [PATCH net-next v3 3/3] geneve: Remote Checksum Offload support

2015-12-16 Thread Jesse Gross
On Wed, Dec 16, 2015 at 8:41 AM, Tom Herbert wrote: > On Thu, Dec 10, 2015 at 1:17 PM, Jesse Gross wrote: >> On Thu, Dec 10, 2015 at 12:37 PM, Tom Herbert wrote: >>> Add support for remote checksum offload in both the normal and GRO >>> paths. netlinks command are used to enable sending of the R

Re: [PATCH net-next v3 3/3] geneve: Remote Checksum Offload support

2015-12-16 Thread Tom Herbert
On Thu, Dec 10, 2015 at 1:17 PM, Jesse Gross wrote: > On Thu, Dec 10, 2015 at 12:37 PM, Tom Herbert wrote: >> Add support for remote checksum offload in both the normal and GRO >> paths. netlinks command are used to enable sending of the Remote >> Checksum Data, and allow processing of it on rece

Re: [PATCH net-next v3 3/3] geneve: Remote Checksum Offload support

2015-12-10 Thread Jesse Gross
On Thu, Dec 10, 2015 at 12:37 PM, Tom Herbert wrote: > Add support for remote checksum offload in both the normal and GRO > paths. netlinks command are used to enable sending of the Remote > Checksum Data, and allow processing of it on receive. > > Signed-off-by: Tom Herbert Tom, can you please

[PATCH net-next v3 3/3] geneve: Remote Checksum Offload support

2015-12-10 Thread Tom Herbert
Add support for remote checksum offload in both the normal and GRO paths. netlinks command are used to enable sending of the Remote Checksum Data, and allow processing of it on receive. Signed-off-by: Tom Herbert --- drivers/net/geneve.c | 162 ---