From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3A4012B88 for ; Fri, 24 Feb 2017 01:32:54 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Feb 2017 16:32:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,199,1484035200"; d="scan'208";a="827840538" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by FMSMGA003.fm.intel.com with ESMTP; 23 Feb 2017 16:32:52 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 23 Feb 2017 16:32:52 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Fri, 24 Feb 2017 08:32:49 +0800 From: "Lu, Wenzhuo" To: Yong Wang CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] e1000/base: fix multicast setting in VF Thread-Index: AQHSjBu1q4Zo72taUEuUwj7cd2KtMaF3Uqcg Date: Fri, 24 Feb 2017 00:32:49 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B56802E@shsmsx102.ccr.corp.intel.com> References: <1487669603-13741-1-git-send-email-wang.yong19@zte.com.cn> In-Reply-To: <1487669603-13741-1-git-send-email-wang.yong19@zte.com.cn> 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] e1000/base: fix multicast setting in VF 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, 24 Feb 2017 00:32:55 -0000 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 >=20 > In function e1000_update_mc_addr_list_vf(), "msgbuf[0]" is used prior to > initialization at "msgbuf[0] |=3D E1000_VF_SET_MULTICAST_OVERFLOW". > And "msgbuf[0]" is overwritten at "msgbuf[0] =3D E1000_VF_SET_MULTICAST". > Fix it by moving the second line prior to the first one that mentioned ab= ove. >=20 > --- > v2: > * According to Thomas's suggestion, modify the title. >=20 > Signed-off-by: Yong Wang Acked-by: Wenzhuo Lu