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 E5A612C60; Wed, 3 May 2017 09:12:18 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 03 May 2017 00:12:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,283,1491289200"; d="scan'208";a="96987433" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 03 May 2017 00:12:17 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 3 May 2017 00:12:17 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 3 May 2017 00:12:16 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.193]) with mapi id 14.03.0319.002; Wed, 3 May 2017 15:12:14 +0800 From: "Lu, Wenzhuo" To: "Yang, Qiming" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2] net/e1000: fix VF received problem Thread-Index: AQHSw9LJKNvZCTm4r02sD5Jxpi5nDaHiMVVA Date: Wed, 3 May 2017 07:12:14 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B5A0208@shsmsx102.ccr.corp.intel.com> References: <1493269649-56200-1-git-send-email-qiming.yang@intel.com> <1493790692-58671-1-git-send-email-qiming.yang@intel.com> In-Reply-To: <1493790692-58671-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-stable] [PATCH v2] net/e1000: fix VF received problem X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2017 07:12:19 -0000 Hi, > -----Original Message----- > From: Yang, Qiming > Sent: Wednesday, May 3, 2017 1:52 PM > To: dev@dpdk.org > Cc: stable@dpdk.org; Lu, Wenzhuo; Yang, Qiming > Subject: [PATCH v2] net/e1000: fix VF received problem >=20 > VF default MAC address be added in PF Mac address list instead of VF MAC > address list, makes VF can't receive packets. This patch fixes this issue= . >=20 > Fixes: be2d648a2dd3 ("igb: add PF support") >=20 > Signed-off-by: Qiming Yang Acked-by: Wenzhuo Lu