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

Thomas Monjalon thomas at monjalon.net
Sun Jul 9 18:14:22 CEST 2017


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/test-pmd/config.c                       |  36 ++
>  app/test-pmd/csumonly.c                     |   5 +
>  app/test-pmd/testpmd.c                      |   3 +
>  app/test-pmd/testpmd.h                      |  10 +
>  config/common_base                          |   5 +
>  doc/guides/rel_notes/release_17_08.rst      |   7 +
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst |  34 ++
>  lib/Makefile                                |   2 +
>  lib/librte_gro/Makefile                     |  51 +++
>  lib/librte_gro/gro_tcp4.c                   | 505 ++++++++++++++++++++++++++++
>  lib/librte_gro/gro_tcp4.h                   | 210 ++++++++++++
>  lib/librte_gro/rte_gro.c                    | 278 +++++++++++++++
>  lib/librte_gro/rte_gro.h                    | 211 ++++++++++++
>  lib/librte_gro/rte_gro_version.map          |  12 +
>  mk/rte.app.mk                               |   1 +
>  17 files changed, 1499 insertions(+)

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 the programmer's guide is missing.
Please fill it, thanks


More information about the dev mailing list