Re: [dpdk-dev] [PATCH v2 61/61] net/qede: add LRO/TSO offloads support

2017-03-24 Thread Mody, Rasesh
> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Friday, March 24, 2017 4:59 AM > > On 3/18/2017 7:06 AM, Rasesh Mody wrote: > > From: Harish Patil > > > > This patch includes slowpath configuration and fastpath changes to > > support LRO and TSO. A bit of revamping is needed in order

Re: [dpdk-dev] [PATCH v2 61/61] net/qede: add LRO/TSO offloads support

2017-03-24 Thread Ferruh Yigit
On 3/18/2017 7:06 AM, Rasesh Mody wrote: > From: Harish Patil > > This patch includes slowpath configuration and fastpath changes > to support LRO and TSO. A bit of revamping is needed in order > to make use of existing packet classification schemes in Rx fastpath > and for SG element processing

[dpdk-dev] [PATCH v2 61/61] net/qede: add LRO/TSO offloads support

2017-03-18 Thread Rasesh Mody
From: Harish Patil This patch includes slowpath configuration and fastpath changes to support LRO and TSO. A bit of revamping is needed in order to make use of existing packet classification schemes in Rx fastpath and for SG element processing in Tx. Signed-off-by: Harish Patil --- doc/guides/