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

2017-07-10 Thread Thomas Monjalon
10/07/2017 04:21, Hu, Jiayu: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > I have added an EXPERIMENTAL note in MAINTAINERS file. > > I have added the library in the doxygen doc and in the release notes > > libraries list. > > > > Applied with above changes, thanks > > > > A page in th

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

2017-07-09 Thread Hu, Jiayu
ngjing ; Yao, > Lei A > Subject: Re: [dpdk-dev] [PATCH v14 0/3] Support TCP/IPv4 GRO in DPDK > > 09/07/2017 07:46, Jiayu Hu: > > Jiayu Hu (3): > > lib: add Generic Receive Offload API framework > > lib/gro: add TCP/IPv4 GRO support > >

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

2017-07-09 Thread Thomas Monjalon
09/07/2017 07:46, Jiayu Hu: > Jiayu Hu (3): > lib: add Generic Receive Offload API framework > lib/gro: add TCP/IPv4 GRO support > app/testpmd: enable TCP/IPv4 GRO > > MAINTAINERS | 4 + > app/test-pmd/cmdline.c | 125 +++ > app/tes

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

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