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 A3A5143CF0; Tue, 19 Mar 2024 03:29:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B24E40281; Tue, 19 Mar 2024 03:29:33 +0100 (CET) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id DF5444021E for ; Tue, 19 Mar 2024 03:29:31 +0100 (CET) Received: from mail.maildlp.com (unknown [172.19.163.17]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4TzFxQ3QBxz1xrZx; Tue, 19 Mar 2024 10:27:38 +0800 (CST) Received: from kwepemd100004.china.huawei.com (unknown [7.221.188.31]) by mail.maildlp.com (Postfix) with ESMTPS id D90E31A0187; Tue, 19 Mar 2024 10:29:29 +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_256_GCM_SHA384) id 15.2.1258.28; Tue, 19 Mar 2024 10:29:28 +0800 Message-ID: Date: Tue, 19 Mar 2024 10:29:28 +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] app/testpmd: fix unpassed RSS algorithm To: Ferruh Yigit , , Aman Singh , Yuying Zhang , Huisong Li CC: References: <20240315030054.2976598-1-haijie1@huawei.com> <0af89806-1dc8-4499-86f5-c7c6b9f44e25@amd.com> From: Jie Hai In-Reply-To: <0af89806-1dc8-4499-86f5-c7c6b9f44e25@amd.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.175] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemd100004.china.huawei.com (7.221.188.31) 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 2024/3/15 19:17, Ferruh Yigit wrote: > On 3/15/2024 3:00 AM, Jie Hai wrote: >> The RSS algorithm from user is parased but not passed to the >> rte_eth_dev_rss_hash_update() API as we wanted, this patch >> fixes it. >> >> Fixes: 3da59f30a23f ("app/testpmd: set RSS hash algorithm") >> Cc: stable@dpdk.org >> >> Signed-off-by: Jie Hai >> > > Reviewed-by: Ferruh Yigit > > Applied to dpdk-next-net/main, thanks. > > > Sorry to see we missed something this simple, wasn't this tested when > command is added? > > . I'm sorry for my mistake. After the first round of functional tests passed, I didn't double check it carefully after the second round of changes.