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.
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 | 79 +++++++++++++++++++++++++++-- app/test-pmd/config.c | 33 +++++++----- app/test-pmd/csumonly.c | 29 +++++++++-- app/test-pmd/testpmd.c | 17 +++++++ app/test-pmd/testpmd.h | 12 ++++- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 14 ++++- 6 files changed, 160 insertions(+), 24 deletions(-) -- 2.7.4