From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 881F51B00B; Thu, 4 Jan 2018 06:39:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jan 2018 21:39:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,505,1508828400"; d="scan'208";a="18032249" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 03 Jan 2018 21:39:03 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 3 Jan 2018 21:39:03 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 3 Jan 2018 21:39:03 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.213]) with mapi id 14.03.0319.002; Thu, 4 Jan 2018 13:39:01 +0800 From: "Xing, Beilei" To: Olivier Matz , "dev@dpdk.org" , "Wu, Jingjing" CC: "stable@dpdk.org" , Laurent Hardy Thread-Topic: [PATCH] net/i40e: fix VSI MAC filter on primary address change Thread-Index: AQHThKHNqTdqB2P25UCGHYaPpc0VZKNjMuWg Date: Thu, 4 Jan 2018 05:39:00 +0000 Message-ID: <94479800C636CB44BD422CB454846E01320873A8@SHSMSX101.ccr.corp.intel.com> References: <20180103142923.3528-1-olivier.matz@6wind.com> In-Reply-To: <20180103142923.3528-1-olivier.matz@6wind.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: Thu, 04 Jan 2018 05:39:06 -0000 > -----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 >=20 > 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. >=20 > This patch removes the VSI mac filter for the previous mac address and ad= ds > a new one for new mac address. >=20 > Fixes: e18e01e92c29 ("i40e: support default MAC address setting") > Cc: stable@dpdk.org >=20 > Signed-off-by: Laurent Hardy > Signed-off-by: Olivier Matz Thanks for the fix. Acked-by: Beilei Xing