From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9BB462716 for ; Mon, 8 Jun 2015 03:00:58 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 07 Jun 2015 18:00:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,570,1427785200"; d="scan'208";a="722799774" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by fmsmga001.fm.intel.com with ESMTP; 07 Jun 2015 18:00:57 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Mon, 8 Jun 2015 08:59:18 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.109]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.94]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 08:59:17 +0800 From: "He, Shaopeng" To: 'Thomas Monjalon' Thread-Topic: [dpdk-dev] [PATCH] fm10k: fix PF/VF MAC address register and clean up bug Thread-Index: AQHQnz8yR1pi5JAsMUyudx7zLsQH7Z2dFkeAgAMlKcA= Date: Mon, 8 Jun 2015 00:59:16 +0000 Message-ID: References: <1433474672-30951-1-git-send-email-shaopeng.he@intel.com> <4167682.W45WjUoPKT@xps13> In-Reply-To: <4167682.W45WjUoPKT@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] fm10k: fix PF/VF MAC address register and clean up bug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 01:00:59 -0000 Hi Thomas, Thanks for the comments. I will add more context to make it more clear. BR, --Shaopeng -----Original Message----- From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]=20 Sent: Friday, June 5, 2015 4:56 PM To: He, Shaopeng Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fm10k: fix PF/VF MAC address register and c= lean up bug Hi, 2015-06-05 11:24, Shaopeng He: > MAC address with fixed VLAN 0 was removed. VF MAC/VLAN filter was=20 > enabled for the default value. Removed all VLAN and MAC address table=20 > entries when the system(e.g. testpmd) was closed. >=20 > Signed-off-by: Shaopeng He Sorry, it's difficult to understand what was the issue in this description. Could you try to add more context and reword it, please?