Re: [dpdk-dev] [PATCH v11 1/3] lib: add Generic Receive Offload API framework

2017-07-07 Thread Tan, Jianfeng
ubject: Re: [dpdk-dev] [PATCH v11 1/3] lib: add Generic Receive Offload API > framework > > > > On 7/5/2017 12:08 PM, Jiayu Hu wrote: > > Generic Receive Offload (GRO) is a widely used SW-based offloading > > technique to reduce per-packet processing overhead. It gains &g

Re: [dpdk-dev] [PATCH v11 1/3] lib: add Generic Receive Offload API framework

2017-07-06 Thread Tan, Jianfeng
On 7/5/2017 12:08 PM, Jiayu Hu wrote: Generic Receive Offload (GRO) is a widely used SW-based offloading technique to reduce per-packet processing overhead. It gains performance by reassembling small packets into large ones. This patchset is to support GRO in DPDK. To support GRO, this patch im

[dpdk-dev] [PATCH v11 1/3] lib: add Generic Receive Offload API framework

2017-07-04 Thread Jiayu Hu
Generic Receive Offload (GRO) is a widely used SW-based offloading technique to reduce per-packet processing overhead. It gains performance by reassembling small packets into large ones. This patchset is to support GRO in DPDK. To support GRO, this patch implements a GRO API framework. To enable m