From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 548242030 for ; Wed, 19 Jul 2017 13:11:46 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 04:11:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,380,1496127600"; d="scan'208";a="880426711" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 19 Jul 2017 04:11:45 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Jul 2017 04:11:45 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Jul 2017 04:11:44 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.197]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.122]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 19:11:43 +0800 From: "Xing, Beilei" To: "Guo, Jia" , "Wu, Jingjing" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: vf add/del mac error log issue Thread-Index: AQHTAG2HIWMrhUHe3kSRMyON9dhpCKJa/ILA Date: Wed, 19 Jul 2017 11:11:42 +0000 Message-ID: <94479800C636CB44BD422CB454846E0131FE8D4B@SHSMSX101.ccr.corp.intel.com> References: <1500356194-9468-1-git-send-email-jia.guo@intel.com> <1500454871-36369-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1500454871-36369-1-git-send-email-jia.guo@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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:11:46 -0000 > -----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 >=20 > when i40e vf close, it would stop vf at first, if vf had been stopped, th= at > 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. >=20 > Signed-off-by: Jeff Guo Acked-by: Beilei Xing