From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 047625A6A; Wed, 3 May 2017 09:13:34 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 May 2017 00:13:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,283,1491289200"; d="scan'208";a="1143000587" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 03 May 2017 00:13:20 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 3 May 2017 00:13:20 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 3 May 2017 00:13:19 -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; Wed, 3 May 2017 15:13:18 +0800 From: "Lu, Wenzhuo" To: "Yang, Qiming" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2] net/e1000: fix VF MAC address set problem Thread-Index: AQHSw9LmSoJXyNS2REy9/U74rK7KeaHiMcBg Date: Wed, 3 May 2017 07:13:16 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5A021E@shsmsx102.ccr.corp.intel.com> References: <1493283743-71883-1-git-send-email-qiming.yang@intel.com> <1493790767-58836-1-git-send-email-qiming.yang@intel.com> In-Reply-To: <1493790767-58836-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 v2] net/e1000: fix VF 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: Wed, 03 May 2017 07:13:35 -0000 Hi, > -----Original Message----- > From: Yang, Qiming > Sent: Wednesday, May 3, 2017 1:53 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Lu, Wenzhuo; Yang, Qiming > Subject: [PATCH v2] net/e1000: fix VF 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 > Fixes: d82170d27918 ("igb: add VF support") >=20 > Signed-off-by: Qiming Yang Acked-by: Wenzhuo Lu