From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id B6F2E5680 for ; Wed, 12 Oct 2016 17:40:18 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id D9D8928380; Wed, 12 Oct 2016 17:40:18 +0200 (CEST) From: Olivier Matz To: dev@dpdk.org, pablo.de.lara.guarch@intel.com Cc: thomas.monjalon@6wind.com Date: Wed, 12 Oct 2016 17:39:42 +0200 Message-Id: <1476286790-26271-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1475856318-24616-1-git-send-email-olivier.matz@6wind.com> References: <1475856318-24616-1-git-send-email-olivier.matz@6wind.com> Subject: [dpdk-dev] [PATCH v6 0/8] Misc enhancements in testpmd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 15:40:18 -0000 This patchset introduces several enhancements or minor fixes in testpmd. It is targetted for v16.11, and applies on top of software ptype v2 patchset [1]. These patches are useful to validate the virtio offload patchset [2] (to be rebased). [1] http://dpdk.org/ml/archives/dev/2016-August/045876.html [2] http://dpdk.org/ml/archives/dev/2016-July/044404.html v5 -> v6: - rebase against head v4 -> v5: - fix headline lowercase for "Rx" - fix typo in API comment: "ouput" -> "output" v3 -> v4: - fix typo in documentation v2 -> v3: - move return type on a separate line in function definitions - add documentation for the new --enable-lro option v1 -> v2: - rebase on top of sw ptype v2 patch Olivier Matz (8): mbuf: add function to dump ol flag list app/testpmd: use new function to dump offload flags app/testpmd: dump Rx flags in csum engine app/testpmd: add option to enable lro app/testpmd: do not change ip addrs in csum engine app/testpmd: display Rx port in csum engine app/testpmd: don't use tso if packet is too small app/testpmd: hide segsize when unrelevant in csum engine app/test-pmd/csumonly.c | 119 +++++++++++++-------------------- app/test-pmd/parameters.c | 4 ++ app/test-pmd/rxonly.c | 15 +---- doc/guides/rel_notes/release_16_11.rst | 5 ++ doc/guides/testpmd_app_ug/run_app.rst | 4 ++ lib/librte_mbuf/rte_mbuf.c | 101 ++++++++++++++++++++++++++++ lib/librte_mbuf/rte_mbuf.h | 28 ++++++++ lib/librte_mbuf/rte_mbuf_version.map | 2 + 8 files changed, 192 insertions(+), 86 deletions(-) -- 2.8.1