From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <olivier.matz@6wind.com> Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id B4B362C52 for <dev@dpdk.org>; Fri, 9 Sep 2016 09:55:42 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id 82ED328E3F; Fri, 9 Sep 2016 09:55:42 +0200 (CEST) From: Olivier Matz <olivier.matz@6wind.com> To: dev@dpdk.org, pablo.de.lara.guarch@intel.com Date: Fri, 9 Sep 2016 09:55:26 +0200 Message-Id: <1473407734-11253-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.8.1 Subject: [dpdk-dev] [PATCH v2 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 09 Sep 2016 07:55:42 -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 changes 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 | 96 ++++++++++++---------------------- app/test-pmd/parameters.c | 4 ++ app/test-pmd/rxonly.c | 15 +----- doc/guides/rel_notes/release_16_11.rst | 5 ++ lib/librte_mbuf/rte_mbuf.c | 91 ++++++++++++++++++++++++++++++++ lib/librte_mbuf/rte_mbuf.h | 28 ++++++++++ lib/librte_mbuf/rte_mbuf_version.map | 2 + 7 files changed, 164 insertions(+), 77 deletions(-) -- 2.8.1