From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id D07F02C52 for ; Tue, 8 Mar 2016 11:48:44 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2016 02:48:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,556,1449561600"; d="scan'208";a="919242430" Received: from ipdaly-mobl3.ger.corp.intel.com ([10.252.0.87]) by fmsmga001.fm.intel.com with SMTP; 08 Mar 2016 02:48:42 -0800 Received: by (sSMTP sendmail emulation); Tue, 08 Mar 2016 10:48:41 +0025 Date: Tue, 8 Mar 2016 10:48:40 +0000 From: Bruce Richardson To: Zhe Tao Message-ID: <20160308104840.GA8716@bricha3-MOBL3> References: <1453970423-15234-1-git-send-email-helin.zhang@intel.com> <1457419329-11915-1-git-send-email-helin.zhang@intel.com> <20160308004331.GA74503@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160308004331.GA74503@intel.com> Organization: Intel Shannon Ltd. 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 10:48:45 -0000 On Tue, Mar 08, 2016 at 08:43:31AM +0800, Zhe Tao wrote: > 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 > Applied to dpdk-next-net/rel_16_04 /Bruce