From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: fix an error message when adding default VLAN Date: Fri, 10 Jul 2015 22:39:16 +0200 Message-ID: <5205913.2jEdZLzccD@xps13> References: <1435286246-22170-1-git-send-email-shaopeng.he@intel.com> <533710CFB86FA344BFBF2D6802E60286046AABC8@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "He, Shaopeng" Return-path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id B80FFC3B6 for ; Fri, 10 Jul 2015 22:40:30 +0200 (CEST) Received: by wiga1 with SMTP id a1so24574301wig.0 for ; Fri, 10 Jul 2015 13:40:30 -0700 (PDT) In-Reply-To: <533710CFB86FA344BFBF2D6802E60286046AABC8@SHSMSX101.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-02 12:18, Qiu, Michael: > On 6/26/2015 10:37 AM, He, Shaopeng wrote: > > The default MAC address is directly copied to Device Ethernet > > Link address array in the device initialize phase, which > > bypasses fm10k MAC address number check mechanism, and will > > cause an error message when adding default VLAN. Fix it by > > moving default MAC address registration to device > > initialize phase. > > > > Signed-off-by: Shaopeng He > > > Acked-by: Michael Qiu Applied, thanks