From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: [PATCH v2 00/10] convert testpmd to new ethdev offloads API Date: Tue, 12 Dec 2017 14:52:44 +0200 Message-ID: References: <20171123120804.143897-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain Cc: dev@dpdk.org To: ferruh.yigit@intel.com, jingjing.wu@intel.com Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0064.outbound.protection.outlook.com [104.47.0.64]) by dpdk.org (Postfix) with ESMTP id 92E341D8E for ; Tue, 12 Dec 2017 13:53:32 +0100 (CET) In-Reply-To: <20171123120804.143897-1-shahafs@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series is to convert testpmd application to the new offloads API [1]. on v2: - Splited the patchset to multiple patches to help with the review. - Removed wrong comments. - Removed redundent parenthesis. - Fixed port print parameters. - Introduced a new method to check if single port is stopped. - Cleanup for internal Tx offloads flags. [1] http://dpdk.org/ml/archives/dev/2017-October/077329.html Shahaf Shuler (10): app/testpmd: fix port configuration print app/testpmd: convert to new Ethdev Rx offloads API app/testpmd: support check of single port stop app/testpmd: convert to new Ethdev Tx offloads API app/testpmd: fix flowgen forwarding ol flags app/testpmd: cleanup internal Tx offloads flags field app/testpmd: add command line option for Tx offloads app/testpmd: remove txqflags app/testpmd: enforce offloads caps app/testpmd: fix on the flight VLAN configuration app/test-pmd/cmdline.c | 501 +++++++++++++---------- app/test-pmd/config.c | 177 +++++--- app/test-pmd/csumonly.c | 40 +- app/test-pmd/flowgen.c | 12 +- app/test-pmd/macfwd.c | 8 +- app/test-pmd/macswap.c | 8 +- app/test-pmd/parameters.c | 59 +-- app/test-pmd/testpmd.c | 77 ++-- app/test-pmd/testpmd.h | 26 +- app/test-pmd/txonly.c | 8 +- doc/guides/testpmd_app_ug/run_app.rst | 17 +- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 - 12 files changed, 541 insertions(+), 403 deletions(-) -- 1.8.3.1