From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] e1000/base: fix multicast setting in VF Date: Fri, 24 Feb 2017 11:35:26 +0000 Message-ID: References: <1487669603-13741-1-git-send-email-wang.yong19@zte.com.cn> <6A0DE07E22DDAD4C9103DF62FEBC09093B56802E@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Lu, Wenzhuo" , Yong Wang Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 074142B88 for ; Fri, 24 Feb 2017 12:35:28 +0100 (CET) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B56802E@shsmsx102.ccr.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/24/2017 12:32 AM, Lu, Wenzhuo wrote: > Hi, > >> -----Original Message----- >> From: Yong Wang [mailto:wang.yong19@zte.com.cn] >> Sent: Tuesday, February 21, 2017 5:33 PM >> To: Lu, Wenzhuo >> Cc: dev@dpdk.org; Yong Wang >> Subject: [PATCH v2] e1000/base: fix multicast setting in VF >> >> In function e1000_update_mc_addr_list_vf(), "msgbuf[0]" is used prior to >> initialization at "msgbuf[0] |= E1000_VF_SET_MULTICAST_OVERFLOW". >> And "msgbuf[0]" is overwritten at "msgbuf[0] = E1000_VF_SET_MULTICAST". >> Fix it by moving the second line prior to the first one that mentioned above. >> >> --- >> v2: >> * According to Thomas's suggestion, modify the title. >> >> Signed-off-by: Yong Wang > Acked-by: Wenzhuo Lu net/e1000/base: fix multicast setting in VF Fixes: dffbaf7880a8 ("e1000: revert fix for multicast in VF") Cc: stable@dpdk.org Applied to dpdk-next-net/master, thanks.