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 4B726A0556 for ; Mon, 17 Oct 2022 09:50:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4691941614; Mon, 17 Oct 2022 09:50:27 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 3396940143; Mon, 17 Oct 2022 09:50:26 +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) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id C1F0962; Mon, 17 Oct 2022 10:50:25 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru C1F0962 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1665993025; bh=gXNuF+N7FtxgLeOZbaDPxPCtrdsTuTSDPedr41xl4jU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=IovPJDZcTSNdEpJ8h4QPY+Qg0dy1/QWin56RhINy5EhkQ53aRTL/Vuig1S2vy5VvE frUBB9Zl3zz21SrW2gJ+dSXkVa5q2kYQIJBbZWUVQlMXb+7VZGKfVyCKQ9quCKOSG3 uK/BCPk67LhZDDm++AwxVGkVtcNmc2x/n5q7CiIQ= Message-ID: <38e34ae2-68d1-9233-70f9-fd4f40b59be8@oktetlabs.ru> Date: Mon, 17 Oct 2022 10:50:25 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH] app/testpmd: fix slave port reset action Content-Language: en-US To: "Singh, Aman Deep" , Qiming Yang , dev@dpdk.org Cc: stable@dpdk.org References: <20221012074359.878049-1-qiming.yang@intel.com> <1acb2efe-73c0-9476-92a9-15b184101193@intel.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: <1acb2efe-73c0-9476-92a9-15b184101193@intel.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 10/13/22 20:42, Singh, Aman Deep wrote: > On 10/12/2022 1:13 PM, Qiming Yang wrote: >> As stop action has been forbidden in secondary process, so >> the reset action should also not be allowed. >> >> Fixes: a550baf24af9 ("app/testpmd: support multi-process") >> Cc: stable@dpdk.org >> >> Signed-off-by: Qiming Yang > > Acked-by: Aman Singh Applied to dpdk-next-net/main, thanks.