From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id F22CA1B210; Wed, 10 Jan 2018 14:57:49 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 05:57:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,340,1511856000"; d="scan'208";a="20486680" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 05:57:48 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 10 Jan 2018 05:57:48 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Wed, 10 Jan 2018 21:57:46 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , Olivier Matz , "dev@dpdk.org" , "Wu, Jingjing" CC: "stable@dpdk.org" , Laurent Hardy Thread-Topic: [dpdk-dev] [PATCH] net/i40e: fix VSI MAC filter on primary address change Thread-Index: AQHThKHNqTdqB2P25UCGHYaPpc0VZKNjMuWggAn5tKA= Date: Wed, 10 Jan 2018 13:57:46 +0000 Message-ID: References: <20180103142923.3528-1-olivier.matz@6wind.com> <94479800C636CB44BD422CB454846E01320873A8@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E01320873A8@SHSMSX101.ccr.corp.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] net/i40e: fix VSI MAC filter on primary address change 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, 10 Jan 2018 13:57:50 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xing, Beilei > Sent: Thursday, January 4, 2018 1:39 PM > To: Olivier Matz; dev@dpdk.org; Wu, Jingjing > Cc: stable@dpdk.org; Laurent Hardy > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix VSI MAC filter on primary a= ddress > change >=20 >=20 >=20 > > -----Original Message----- > > From: Olivier Matz [mailto:olivier.matz@6wind.com] > > Sent: Wednesday, January 3, 2018 10:29 PM > > To: dev@dpdk.org; Wu, Jingjing ; Xing, Beilei > > > > Cc: stable@dpdk.org; Laurent Hardy > > Subject: [PATCH] net/i40e: fix VSI MAC filter on primary address > > change > > > > When primary address mac is changed, the mac filters were not updated > > in the VSI with the new mac addr and incoming packets with this > > destination address are dropped by the hardware filters. > > > > This patch removes the VSI mac filter for the previous mac address and > > adds a new one for new mac address. > > > > Fixes: e18e01e92c29 ("i40e: support default MAC address setting") > > Cc: stable@dpdk.org > > > > Signed-off-by: Laurent Hardy > > Signed-off-by: Olivier Matz >=20 > Thanks for the fix. > Acked-by: Beilei Xing Applied to dpdk-next-net-intel, thanks! /Helin