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 8AF879E3; Fri, 28 Apr 2017 02:39:11 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 27 Apr 2017 17:39:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,386,1488873600"; d="scan'208";a="1161949913" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 27 Apr 2017 17:39:08 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Apr 2017 17:39:08 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.117]) with mapi id 14.03.0319.002; Fri, 28 Apr 2017 08:39:07 +0800 From: "Lu, Wenzhuo" To: "Yang, Qiming" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] igbvf: fix MAC address set problem Thread-Index: AQHSvzZ7bwHAGDpRoEGcKBezVkmzhKHZ8G4g Date: Fri, 28 Apr 2017 00:39:05 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B59D627@shsmsx102.ccr.corp.intel.com> References: <1493283743-71883-1-git-send-email-qiming.yang@intel.com> In-Reply-To: <1493283743-71883-1-git-send-email-qiming.yang@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] igbvf: fix MAC address set problem 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: Fri, 28 Apr 2017 00:39:12 -0000 Hi Qiming, > -----Original Message----- > From: Yang, Qiming > Sent: Thursday, April 27, 2017 5:02 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; stable@dpdk.org; Yang, Qiming > Subject: [PATCH] igbvf: fix MAC address set problem >=20 > We find that VF receive address register is not set if MAC address is ass= igned > by PF. This patch fixes it. >=20 > Signed-off-by: Qiming Yang >=20 > Fixes: 2a3cf07108b4 ("igbvf: fix MAC address if none assigned by PF") A little confused about the Fixes. You said this patch is for when mac addr= ess is set by PF. But the fixes said the previous patch is for not set by P= F. Seems they're different scenarios. Why this can a fix for a different sc= enario? Thanks.