From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5A3419963 for ; Thu, 17 Aug 2017 11:06:05 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Aug 2017 02:06:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,387,1498546800"; d="scan'208";a="124663396" Received: from dpdk15.sh.intel.com ([10.67.111.77]) by orsmga002.jf.intel.com with ESMTP; 17 Aug 2017 02:06:01 -0700 From: Jiayu Hu To: dev@dpdk.org Cc: ferruh.yigit@intel.com, konstantin.ananyev@intel.com, jianfeng.tan@intel.com, thomas@monjalon.net, jingjing.wu@intel.com, lei.a.yao@intel.com, Jiayu Hu Date: Thu, 17 Aug 2017 17:08:10 +0800 Message-Id: <1502960892-112960-1-git-send-email-jiayu.hu@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1502333448-75976-1-git-send-email-jiayu.hu@intel.com> References: <1502333448-75976-1-git-send-email-jiayu.hu@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] Support the Heavyweight Mode GRO in Testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 09:06:05 -0000 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