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 428B94340F; Thu, 30 Nov 2023 11:01:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF17D42E97; Thu, 30 Nov 2023 11:01:21 +0100 (CET) Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) by mails.dpdk.org (Postfix) with ESMTP id D63B242E94 for ; Thu, 30 Nov 2023 11:01:19 +0100 (CET) Received: from kwepemd100004.china.huawei.com (unknown [172.30.72.55]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4Sgs610ZrMzMnbr; Thu, 30 Nov 2023 17:56:25 +0800 (CST) Received: from [10.67.121.175] (10.67.121.175) by kwepemd100004.china.huawei.com (7.221.188.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1258.28; Thu, 30 Nov 2023 18:01:16 +0800 Message-ID: Date: Thu, 30 Nov 2023 18:01:16 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH 0/2] app/testpmd: support set RSS hash algorithm To: Ferruh Yigit , CC: , , References: <20231122094900.788126-1-haijie1@huawei.com> <7dd8cdcf-f82a-4961-930f-48e531afec91@amd.com> From: Jie Hai In-Reply-To: <7dd8cdcf-f82a-4961-930f-48e531afec91@amd.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.175] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To kwepemd100004.china.huawei.com (7.221.188.31) 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 On 2023/11/30 17:02, Ferruh Yigit wrote: > On 11/22/2023 9:48 AM, Jie Hai wrote: >> This patch set supports setting RSS hash algorithm. >> >> Jie Hai (2): >> ethdev: add new API to get RSS hash algorithm by name >> app/testpmd: support set RSS hash algorithm >> >> app/test-pmd/cmdline.c | 79 +++++++++++++++++++++ >> doc/guides/rel_notes/release_23_11.rst | 3 + >> > > Hi Jie, > > Can you rebase the patchset to new release please? > Hi, Ferruh, Thanks, I will do it as soon as possible. Thanks, Jie Hai >> doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++ >> lib/ethdev/rte_ethdev.c | 15 ++++ >> lib/ethdev/rte_ethdev.h | 20 ++++++ >> lib/ethdev/version.map | 1 + >> 6 files changed, 129 insertions(+) >> > > .