From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhe Tao Subject: Re: [PATCH v2 0/2] add VF MAC address generation Date: Tue, 8 Mar 2016 08:43:31 +0800 Message-ID: <20160308004331.GA74503@intel.com> References: <1453970423-15234-1-git-send-email-helin.zhang@intel.com> <1457419329-11915-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id AA08D1396 for ; Tue, 8 Mar 2016 09:57:52 +0100 (CET) Content-Disposition: inline In-Reply-To: <1457419329-11915-1-git-send-email-helin.zhang@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" On Tue, Mar 08, 2016 at 02:42:07PM +0800, Helin Zhang wrote: > It adds generating a MAC address for each VFs during PF > host initialization. > > The patch set branches off below commit on branch rel_16_04 > of dpdk-next-net repo. > > commit 4ac366ba647909c3b71818f9be9db86ba5e871da > Author: Thomas Monjalon > Date: Sat Feb 6 22:51:16 2016 +0100 > nfp: fix non-x86 build > > v2: > - It just adds generating a MAC address for each VFs > during PF host initialization, and removes configuring > from users. > - Reworded the release notes. > - Removed the app changes. > > Helin Zhang (2): > i40e: generate MAC address for VF > i40evf: use ether API to validate MAC address > > doc/guides/rel_notes/release_16_04.rst | 5 +++++ > drivers/net/i40e/i40e_ethdev.h | 1 + > drivers/net/i40e/i40e_ethdev_vf.c | 14 +++++++------- > drivers/net/i40e/i40e_pf.c | 3 +++ > 4 files changed, 16 insertions(+), 7 deletions(-) > > -- > 2.5.0 Acked-by: Zhe Tao