From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <michael.qiu@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 1DEC011C5
 for <dev@dpdk.org>; Thu,  2 Jul 2015 14:18:20 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by fmsmga102.fm.intel.com with ESMTP; 02 Jul 2015 05:18:20 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,392,1432623600"; d="scan'208";a="517771016"
Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87])
 by FMSMGA003.fm.intel.com with ESMTP; 02 Jul 2015 05:18:19 -0700
Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by
 KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Thu, 2 Jul 2015 20:18:18 +0800
Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by
 SHSMSX104.ccr.corp.intel.com ([169.254.5.129]) with mapi id 14.03.0224.002;
 Thu, 2 Jul 2015 20:18:17 +0800
From: "Qiu, Michael" <michael.qiu@intel.com>
To: "He, Shaopeng" <shaopeng.he@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [PATCH] fm10k: fix an error message when adding default VLAN
Thread-Index: AQHQr7kbtzsgpdAOL06vXisJg1O3WA==
Date: Thu, 2 Jul 2015 12:18:16 +0000
Message-ID: <533710CFB86FA344BFBF2D6802E60286046AABC8@SHSMSX101.ccr.corp.intel.com>
References: <1435286246-22170-1-git-send-email-shaopeng.he@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] fm10k: fix an error message when adding
	default VLAN
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Jul 2015 12:18:21 -0000

On 6/26/2015 10:37 AM, He, Shaopeng wrote:=0A=
> The default MAC address is directly copied to Device Ethernet=0A=
> Link address array in the device initialize phase, which=0A=
> bypasses fm10k MAC address number check mechanism, and will=0A=
> cause an error message when adding default VLAN. Fix it by=0A=
> moving default MAC address registration to device=0A=
> initialize phase.=0A=
>=0A=
> Signed-off-by: Shaopeng He <shaopeng.he@intel.com>=0A=
>=0A=
Acked-by: Michael Qiu <michael.qiu@intel.com>=0A=