From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lu, Wenzhuo" Subject: Re: [PATCH v2] net/e1000: fix VF received problem 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "stable@dpdk.org" To: "Yang, Qiming" , "dev@dpdk.org" Return-path: In-Reply-To: <1493790692-58671-1-git-send-email-qiming.yang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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