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 20EEBA0559 for ; Thu, 9 Jun 2022 10:53:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C6ED4281A; Thu, 9 Jun 2022 10:53:18 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 3C1BC40220; Thu, 9 Jun 2022 10:53:16 +0200 (CEST) Received: from [192.168.1.40] (unknown [188.170.81.145]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 33CE230B; Thu, 9 Jun 2022 11:53:15 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 33CE230B DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1654764795; bh=E9srkWNpKtackSmuq/a+ogAPVC94Hf9MhzNY32BSy60=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=nJ5beEzNW4WEqqC4q/hG07JdVI5OI86uP39eBc3xP4vIGWEarqhaWMQgWHn8cFan+ 73Rsz4O6TSLUjfrbQ0OmQy7NvtWuQAbHjslqfe2xlwGh0/m8A6zsmkfKxpv8P+UGLg kSNPto5TrzMZlGBn03CVO2AnbJhLAvNOzHq9lEpM= Message-ID: <4177595d-e135-7e2f-0dac-86fab4642316@oktetlabs.ru> Date: Thu, 9 Jun 2022 11:53:14 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH 0/2] app/test: fix bonding RSS test when disable RSS Content-Language: en-US To: Dongdong Liu , dev@dpdk.org Cc: yux.jiang@intel.com, zhiminx.huang@intel.com, qingx.sun@intel.com, ferruh.yigit@xilinx.com, songx.jiale@intel.com, stable@dpdk.org References: <20220608114548.25837-1-liudongdong3@huawei.com> From: Andrew Rybchenko In-Reply-To: <20220608114548.25837-1-liudongdong3@huawei.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 6/8/22 14:45, Dongdong Liu wrote: > This patch is to fix bonding RSS test when disable RSS. > The below link show the detail infomaintion of the failed testcase. > https://bugs.dpdk.org/show_bug.cgi?id=1013 > > Huisong Li (2): > net/bonding: fix RSS inconsistent between bonded and slaves > app/test: fix bonding RSS test when disable RSS > > app/test/test_link_bonding_rssconf.c | 78 ++++++++++++++++++++++++-- > drivers/net/bonding/rte_eth_bond_pmd.c | 6 ++ > 2 files changed, 79 insertions(+), 5 deletions(-) > Applied to dpdk-next-net/main, thanks.