From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] e1000: fix VF mac address issue Date: Fri, 27 Nov 2015 19:33:26 +0100 Message-ID: <5641465.N2pWPaDSHz@xps13> References: <1448604455-7526-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Wenzhuo Lu Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 2D83A5683 for ; Fri, 27 Nov 2015 19:34:47 +0100 (CET) Received: by wmvv187 with SMTP id v187so81196861wmv.1 for ; Fri, 27 Nov 2015 10:34:47 -0800 (PST) In-Reply-To: <1448604455-7526-1-git-send-email-wenzhuo.lu@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-11-27 14:07, Wenzhuo Lu: > If use DPDK PF + DPDK VF on igb NICs, we find the MAC address of VF > port is always 0. Because we forget to give it a value if this MAC > address is not assigned by PF. This patch'll assign a random MAC > address to igb VF port as ixgbe does. > > Signed-off-by: Wenzhuo Lu Applied with an entry in the release notes, thanks