From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 08 Mar 2016 00:57:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="61937739" Received: from adambynes.sh.intel.com (HELO adambynes) ([10.239.129.240]) by fmsmga004.fm.intel.com with ESMTP; 08 Mar 2016 00:57:31 -0800 Date: Tue, 8 Mar 2016 08:43:31 +0800 From: Zhe Tao To: Helin Zhang 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 Content-Disposition: inline In-Reply-To: <1457419329-11915-1-git-send-email-helin.zhang@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/2] add VF MAC address generation 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: Tue, 08 Mar 2016 08:57:53 -0000 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