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

2017-07-08 Thread Tan, Jianfeng
Hi Jiayu, On 7/7/2017 6:39 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

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

2017-07-07 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