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 2013F2647 for ; Thu, 10 Aug 2017 04:48:45 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2017 19:48:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,349,1498546800"; d="scan'208";a="1203989540" Received: from dpdk15.sh.intel.com ([10.67.111.77]) by fmsmga002.fm.intel.com with ESMTP; 09 Aug 2017 19:48:33 -0700 From: Jiayu Hu To: dev@dpdk.org Cc: konstantin.ananyev@intel.com, thomas@monjalon.net, jianfeng.tan@intel.com, yliu@fridaylinux.org, jingjing.wu@intel.com, Jiayu Hu Date: Thu, 10 Aug 2017 10:50:46 +0800 Message-Id: <1502333448-75976-1-git-send-email-jiayu.hu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 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, 10 Aug 2017 02:48:46 -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. 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