From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH v2 0/2] add VF MAC address generation Date: Tue, 8 Mar 2016 14:42:07 +0800 Message-ID: <1457419329-11915-1-git-send-email-helin.zhang@intel.com> References: <1453970423-15234-1-git-send-email-helin.zhang@intel.com> To: dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DDDDE2B9F for ; Tue, 8 Mar 2016 07:42:17 +0100 (CET) In-Reply-To: <1453970423-15234-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" 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