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

2017-06-25 Thread Tan, Jianfeng
Hi Jiayu, On 6/23/2017 10:43 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, th

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

2017-06-23 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