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 B7F35A04F6; Wed, 18 Dec 2019 04:02:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5F3471BEC4; Wed, 18 Dec 2019 04:02:23 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id F2BD91F5 for ; Wed, 18 Dec 2019 04:02:21 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Dec 2019 19:02:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,327,1571727600"; d="scan'208";a="209933192" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga008.jf.intel.com with ESMTP; 17 Dec 2019 19:02:19 -0800 Date: Wed, 18 Dec 2019 10:57:32 +0800 From: Ye Xiaolong To: "Zhang, Xiao" Cc: Eelco Chaudron , "dev@dpdk.org" , "Xing, Beilei" , "Zhang, Qi Z" Message-ID: <20191218025732.GS59123@intel.com> References: <20191119134431.13566.87940.stgit@netdev64> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: always re-program promiscuous mode on VF interface X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/18, Zhang, Xiao wrote: > >> -----Original Message----- >> From: Eelco Chaudron [mailto:echaudro@redhat.com] >> Sent: Tuesday, November 19, 2019 9:45 PM >> To: Xing, Beilei ; Zhang, Qi Z >> Cc: Zhang, Xiao ; dev@dpdk.org >> Subject: [PATCH v2] net/i40e: always re-program promiscuous mode on VF >> interface >> >> During a kernel PF reset, this event is propagated to the VF. >> The DPDK VF PMD will execute the reset task before the PF is done with his. This >> results in the admin queue message not being responded to leaving the port in >> "promiscuous" mode. >> >> This patch makes sure the promiscuous mode is configured independently of the >> current admin state. >> >> Signed-off-by: Eelco Chaudron > >Reviewed-by: Xiao Zhang Applied to dpdk-next-net-intel, Thanks.