Re: [dpdk-dev] [PATCH v6 0/3] Support TCP/IPv4 GRO in DPDK

2017-06-25 Thread Jiayu Hu
Hi Jianfeng, On Mon, Jun 26, 2017 at 12:03:33AM +0800, Tan, Jianfeng wrote: > > > 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 p

Re: [dpdk-dev] [PATCH v6 0/3] Support TCP/IPv4 GRO in DPDK

2017-06-25 Thread Tan, Jianfeng
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. Therefore, we propose to support GRO in DPDK. To enable more flexibi

[dpdk-dev] [PATCH v6 0/3] Support TCP/IPv4 GRO in DPDK

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. Therefore, we propose to support GRO in DPDK. To enable more flexibility to applications, DPDK GRO is implement