From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1B74DA0524 for ; Thu, 3 Dec 2020 17:45:52 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 04243C926; Thu, 3 Dec 2020 17:45:51 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 47C40C926 for ; Thu, 3 Dec 2020 17:45:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607013947; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4BX/SDvxS/YR7ZNY0ddh+LXAenJmcRUofkr0k6zBz6k=; b=ZR9sASxodm1Hs/sAEtABYz06fGlRZ8zlOvmAsjskeknm6x0PXj/Dw/MSzNDkrtJennG+A5 x0cMTE3zgWb0OxVWHp7SWcUtwRi74gsZWb6JwXIeJoT4jFM3glyCsMUP4V5zpWrLbVEJJU bIhDMdnGPcvKcAGuxDYbNxk6hOpRHoo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-407-856suEtkOxm4re5xZRmhpw-1; Thu, 03 Dec 2020 11:45:43 -0500 X-MC-Unique: 856suEtkOxm4re5xZRmhpw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5B1F1180A089; Thu, 3 Dec 2020 16:45:42 +0000 (UTC) Received: from [10.36.114.167] (ovpn-114-167.ams2.redhat.com [10.36.114.167]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4602E6085A; Thu, 3 Dec 2020 16:45:41 +0000 (UTC) To: Jeff Guo Cc: stable@dpdk.org, Hailin Xu , Qi Zhang References: <20201203094702.25734-1-jia.guo@intel.com> From: Kevin Traynor Message-ID: <3dd7654a-4ad8-6cd4-d01c-6310469f380a@redhat.com> Date: Thu, 3 Dec 2020 16:45:40 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <20201203094702.25734-1-jia.guo@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH 18.11 1/3] net/avf: fix command after PF reset X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "stable" On 03/12/2020 09:47, Jeff Guo wrote: > [ upstream commit 1eab95fe2e36e191ad85a9aacf82a44e7c8011fc ] > > If PF reset is finished but VF reset is pending, VF should no need to > send any invalid cmd to PF. That would avoid mass unexpected behaviors > affecting the robust. > > Fixes: 22b123a36d07 ("net/avf: initialize PMD") > > Signed-off-by: Jeff Guo > Tested-by: Hailin Xu > Acked-by: Qi Zhang Applied series, thanks.