From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=8Rpz2uj7gfWYQigOf03qe1ZCOX/Kj7y+p1XUy5zieFY=; b=JXKCk8V4rggrBAoWjvZdvdKvClXx0Ti+hqfjPJJDdfXltkaATie3yVl2dxvzIsvypX xhdEbhrr2Y+OlbTUeIv4vizkQ9moQABvQluWK0050F0GM9ClQBlvdHTbBP3O9fGSLMoX XH5TFb0pRrQ3/FHwlR+e4X2mpjfpjdyaHnWa/n8j4QIsiM6V6YJrgX3rV+LPuxU2HAdE g1TuwOkFNiw0Rf2VNxkwfOj2qtjbilYRpUGNfG1+98WFslvyWgdZseHwgEhhaA+kexMh u5NRdr5eE6Mlkhmsv6ofuMSdBdY0Zd6dKMImeR4x1VDhxNoBuG7lpl6CiW2pz362+DiW 4NKw== X-Gm-Message-State: ALoCoQnGvJluEC0UvhhM4s6kg9x9d8kmPU9G6Caiy4JRnveGCub1bjQv50tBd6LGUuIR53pRcON/ X-Received: by 10.194.23.167 with SMTP id n7mr19690668wjf.112.1436560830598; Fri, 10 Jul 2015 13:40:30 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id js3sm15159112wjc.5.2015.07.10.13.40.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Jul 2015 13:40:29 -0700 (PDT) From: Thomas Monjalon To: "He, Shaopeng" Date: Fri, 10 Jul 2015 22:39:16 +0200 Message-ID: <5205913.2jEdZLzccD@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <533710CFB86FA344BFBF2D6802E60286046AABC8@SHSMSX101.ccr.corp.intel.com> References: <1435286246-22170-1-git-send-email-shaopeng.he@intel.com> <533710CFB86FA344BFBF2D6802E60286046AABC8@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 20:40:30 -0000 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