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 2D0DB4310C for ; Sat, 26 Aug 2023 10:52:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 270AB40E6E; Sat, 26 Aug 2023 10:52:16 +0200 (CEST) Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by mails.dpdk.org (Postfix) with ESMTP id 02B534068E for ; Sat, 26 Aug 2023 10:52:13 +0200 (CEST) Received: from kwepemi500020.china.huawei.com (unknown [172.30.72.57]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4RXrBP5ddSz1L9V7; Sat, 26 Aug 2023 16:50:37 +0800 (CST) Received: from [10.67.121.175] (10.67.121.175) 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; Sat, 26 Aug 2023 16:52:10 +0800 Message-ID: Date: Sat, 26 Aug 2023 16:52:09 +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 v2 0/5] support setting and querying RSS algorithms To: , , , CC: , , References: <20230315110033.30143-1-liudongdong3@huawei.com> <20230826070044.64120-1-haijie1@huawei.com> From: Jie Hai In-Reply-To: <20230826070044.64120-1-haijie1@huawei.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.175] 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: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Hi, all, Sorry, I misoperated this group of patches, they should be sent to dev@dpdk.org instead of stable@dpdk.org. Please see new emails: https://inbox.dpdk.org/dev/20230826074607.16771-1-haijie1@huawei.com/ Thanks, Jie Hai On 2023/8/26 15:00, Jie Hai wrote: > This patchset is to support setting and querying RSS algorithms. > > -- > 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. > -- > > Huisong Li (1): > net/hns3: support setting and querying RSS hash function > > Jie Hai (4): > ethdev: support setting and querying rss algorithm > 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/proc-info/main.c | 45 +++++++++++++++++++----- > doc/guides/rel_notes/release_23_11.rst | 2 ++ > drivers/net/hns3/hns3_rss.c | 47 +++++++++++++++----------- > lib/ethdev/rte_ethdev.c | 17 ++++++++++ > lib/ethdev/rte_ethdev.h | 6 ++++ > 5 files changed, 88 insertions(+), 29 deletions(-) >