From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiayu Hu Subject: [PATCH 0/2] Support the Heavyweight Mode GRO in Testpmd Date: Thu, 10 Aug 2017 10:50:46 +0800 Message-ID: <1502333448-75976-1-git-send-email-jiayu.hu@intel.com> Cc: konstantin.ananyev@intel.com, thomas@monjalon.net, jianfeng.tan@intel.com, yliu@fridaylinux.org, jingjing.wu@intel.com, Jiayu Hu To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2013F2647 for ; Thu, 10 Aug 2017 04:48:45 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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