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 B88A8424EC; Mon, 4 Sep 2023 08:14:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4FF91402AE; Mon, 4 Sep 2023 08:14:19 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 77941402A9 for ; Mon, 4 Sep 2023 08:14:17 +0200 (CEST) Received: from kwepemi500020.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4RfJCF0g9QztRc3 for ; Mon, 4 Sep 2023 14:10:17 +0800 (CST) Received: from localhost.localdomain (10.69.192.56) by kwepemi500020.china.huawei.com (7.221.188.8) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Mon, 4 Sep 2023 14:14:13 +0800 From: Jie Hai To: CC: , Subject: [PATCH v3 0/5] support setting and querying RSS algorithms Date: Mon, 4 Sep 2023 14:10:39 +0800 Message-ID: <20230904061044.5692-1-haijie1@huawei.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20230826074607.16771-1-haijie1@huawei.com> References: <20230826074607.16771-1-haijie1@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Originating-IP: [10.69.192.56] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemi500020.china.huawei.com (7.221.188.8) 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 is to support setting and querying RSS algorithms. -- v3: 1. fix commit log for PATCH [1/5]. 2. make RSS ABI changes description to start the actual text at the margin. 3. move defnition of enum rte_eth_hash_function to rte_ethdev.h. 4. fix some comment codes. v2: 1. return error if "func" is invalid. 2. modify the comments of the "func" field. 3. modify commit log of patch [3/5]. 4. use malloc instead of rte_malloc. 5. adjust display format of RSS info. 6. remove the string display of rss_hf. -- Jie Hai (5): app/proc-info: fix never show RSS info app/proc-info: adjust the display format of RSS info app/proc-info: support querying RSS hash algorithm app/testpmd: add RSS hash algorithms display app/testpmd: add RSS hash algorithms setting app/proc-info/main.c | 45 ++++++++++++--- app/test-pmd/cmdline.c | 128 ++++++++++++++++++++++++++++++++++++++--- app/test-pmd/config.c | 62 +++++++++++--------- app/test-pmd/testpmd.h | 5 +- 4 files changed, 194 insertions(+), 46 deletions(-) -- 2.33.0