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 42C41A0505 for ; Thu, 19 May 2022 09:15:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 346BA42686; Thu, 19 May 2022 09:15:12 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 7CC4640140; Thu, 19 May 2022 09:15:10 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (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 0BAD58A; Thu, 19 May 2022 10:15:10 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 0BAD58A DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1652944510; bh=rKCrhuoIvHOG6DQMk4D/mMRlr4GeiZc737K96hMVPvk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=peJuW/ZuCjJbdGwYeK3HM1zCINFyfdd1dRAuB8owd30JBpJZlIYavrel5Qt0AuVml dDQ6im2JltNHzFVc0/l+BUXxUVsHgmHtyFlhoE3JtibwteDvPB3vmXMQRC78FbPeQp 8tJURIJkfzRFv89vP9I0dAGiH7N812OdawM0LQR8= Message-ID: Date: Thu, 19 May 2022 10:15:09 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH v4] app/testpmd: fix port status of slave device Content-Language: en-US To: Konstantin Ananyev , "Min Hu (Connor)" , dev@dpdk.org Cc: Huisong Li , stable@dpdk.org, Aman Singh , Xiaoyun Li , Yuying Zhang , Pablo de Lara , Bernard Iremonger References: <20220503100217.46203-4-humin29@huawei.com> <20220511021434.40565-1-humin29@huawei.com> <31bfcb34-d969-76a9-4094-82dc7f47993e@yandex.ru> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <31bfcb34-d969-76a9-4094-82dc7f47993e@yandex.ru> 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 5/12/22 01:08, Konstantin Ananyev wrote: > >> From: Huisong Li >> >> Starting or stopping a bonded port also starts or stops all active slaves >> under the bonded port. If this port is a bonded device, we need to modify >> the port status of all slaves. >> >> Fixes: 0e545d3047fe ("app/testpmd: check stopping port is not in >> bonding") >> Cc: stable@dpdk.org >> >> Signed-off-by: Huisong Li >> Signed-off-by: Min Hu (Connor) >> Acked-by: Aman Singh > > Acked-by: Konstantin Ananyev Applied, thanks.