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

2017-06-18 Thread Jiayu Hu
Hi Jianfeng, Sorry for some typo errors. I have correct them below. On Mon, Jun 19, 2017 at 11:07:34AM +0800, Jiayu Hu wrote: > On Mon, Jun 19, 2017 at 09:39:11AM +0800, Tan, Jianfeng wrote: > > Hi Jiayu, > > > > You need to update the document: > > - Release note file: release_17_08.rst. > > -

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

2017-06-18 Thread Jiayu Hu
On Mon, Jun 19, 2017 at 09:39:11AM +0800, Tan, Jianfeng wrote: > Hi Jiayu, > > You need to update the document: > - Release note file: release_17_08.rst. > - A howto doc is welcomed. Thanks. I will update them in next patch. > > > On 6/18/2017 3:21 PM, Jiayu Hu wrote: > > Generic Receive Offlo

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

2017-06-18 Thread Tan, Jianfeng
Hi Jiayu, You need to update the document: - Release note file: release_17_08.rst. - A howto doc is welcomed. On 6/18/2017 3:21 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 rea

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

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