[dpdk-dev] [PATCH v2 0/2] Support the Heavyweight Mode GRO in Testpmd

Jiayu Hu jiayu.hu at intel.com
Thu Aug 17 11:08:10 CEST 2017


The GRO library provides two reassembly modes: lightweight mode and
heavyweight mode. The lightweight mode has been supported by testpmd.
This patchset is to support the heavyweight mode in testpmd.

Change log
==========
v2:
- use "set" and "show" as the root level command
- add a new command to show GRO configuration
- fix l2_len/l3_len/l4_len unset etc. bugs

Jiayu Hu (2):
  app/testpmd: support the heavywight mode GRO
  doc: update testpmd user guide for the heavyweight mode GRO

 app/test-pmd/cmdline.c                      | 181 ++++++++++++++++++++++++----
 app/test-pmd/config.c                       |  72 ++++++++---
 app/test-pmd/csumonly.c                     |  29 ++++-
 app/test-pmd/testpmd.c                      |  18 ++-
 app/test-pmd/testpmd.h                      |  13 +-
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |  37 ++++--
 6 files changed, 300 insertions(+), 50 deletions(-)

-- 
2.7.4



More information about the dev mailing list