From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 102D62B9A for ; Wed, 19 Jul 2017 13:47:57 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 19 Jul 2017 04:47:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,380,1496127600"; d="scan'208";a="109645454" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.133.153]) ([10.255.133.153]) by orsmga004.jf.intel.com with ESMTP; 19 Jul 2017 04:47:53 -0700 To: "Xing, Beilei" , "Guo, Jia" , "Wu, Jingjing" Cc: "dev@dpdk.org" References: <1500356194-9468-1-git-send-email-jia.guo@intel.com> <1500454871-36369-1-git-send-email-jia.guo@intel.com> <94479800C636CB44BD422CB454846E0131FE8D4B@SHSMSX101.ccr.corp.intel.com> From: Ferruh Yigit Message-ID: <1bfd1192-7687-cd2d-ef9f-c96d2d784e17@intel.com> Date: Wed, 19 Jul 2017 12:47:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E0131FE8D4B@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: vf add/del mac error log issue 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: , X-List-Received-Date: Wed, 19 Jul 2017 11:47:58 -0000 On 7/19/2017 12:11 PM, Xing, Beilei wrote: > > >> -----Original Message----- >> From: Guo, Jia >> Sent: Wednesday, July 19, 2017 5:01 PM >> To: Xing, Beilei ; Wu, Jingjing >> Cc: dev@dpdk.org; Guo, Jia >> Subject: [PATCH v2] net/i40e: vf add/del mac error log issue >> >> when i40e vf close, it would stop vf at first, if vf had been stopped, that >> would result of duplicating to add/del mac address, then the failed of >> executing admin queue command info would exposure. The patch fix that by >> add vf stop status check and sync up the vf mac number when add/del. >> >> Signed-off-by: Jeff Guo > > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks.