From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CAA46A0032; Fri, 24 Jun 2022 06:14:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C4F74280C; Fri, 24 Jun 2022 06:14:32 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 3460140A82 for ; Fri, 24 Jun 2022 06:14:28 +0200 (CEST) Received: from dggemv704-chm.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4LTkFJ5k4WzSgxb; Fri, 24 Jun 2022 12:11:00 +0800 (CST) Received: from kwepemm600004.china.huawei.com (7.193.23.242) by dggemv704-chm.china.huawei.com (10.3.19.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 24 Jun 2022 12:14:21 +0800 Received: from localhost.localdomain (10.69.192.56) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 24 Jun 2022 12:14:21 +0800 From: Huisong Li To: , , , CC: , , , , Subject: [PATCH V4 0/7] app/testpmd: fix RSS and flow type Date: Fri, 24 Jun 2022 12:12:39 +0800 Message-ID: <20220624041246.8779-1-lihuisong@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220429102445.23711-1-lihuisong@huawei.com> References: <20220429102445.23711-1-lihuisong@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemm600004.china.huawei.com (7.193.23.242) X-CFilter-Loop: Reflected X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patchset fix RSS related code and remove duplicated flow type to string table. --- v4: - delete 'rss_offload_table[]' and use 'rss_type_table[]' - add an 'char_num_per_line' parameter to control RSS types display. - add 2/7, 3/7 and 6/7 patch. v3: - add 'rss_offload_table[]' to display supported RSS offload. - add patch 3/4 and 4/4. v2: - resovle compilation failure when disable i40e and ixgbe. Ferruh Yigit (2): app/testpmd: compact RSS types output in some commands app/testpmd: remove duplicated flow type to string table Huisong Li (5): app/testpmd: fix supported RSS offload display app/testpmd: unify the name of L2 payload offload app/testpmd: refactor config all RSS command app/testpmd: unify RSS types display app/testpmd: reorder elements in RSS type table array app/test-pmd/cmdline.c | 127 +++------- app/test-pmd/config.c | 263 +++++++++++++------- app/test-pmd/testpmd.h | 8 + doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +- drivers/net/i40e/i40e_testpmd.c | 41 +-- 5 files changed, 228 insertions(+), 222 deletions(-) -- 2.33.0