From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/3] support setting i40e VF MAC address from DPDK host side Date: Thu, 28 Jan 2016 16:40:20 +0800 Message-ID: <1453970423-15234-1-git-send-email-helin.zhang@intel.com> To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0A6B8C3D8 for ; Thu, 28 Jan 2016 09:40:38 +0100 (CET) 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 pre-setting i40e VF MAC addresses from DPDK PF host side, during host port initialization, by introduing a new port configuration element. It then can pre-set VF MAC addresses before any launching VFs, and the VF MAC addresses will not be random each time launching a VF. There should be no ABI broken, as ABI changes in 'struct rte_eth_conf' has already been announced in R2.2. Helin Zhang (3): i40e: add setting VF MAC address in DPDK PF host i40evf: use ether interface for validating MAC address app/testpmd: set default MAC addresses for each VF app/test-pmd/testpmd.c | 19 +++++++++++++++++++ doc/guides/rel_notes/release_2_3.rst | 9 +++++++++ drivers/net/i40e/i40e_ethdev.c | 21 +++++++++++++++++++++ drivers/net/i40e/i40e_ethdev.h | 1 + drivers/net/i40e/i40e_ethdev_vf.c | 14 +++++++------- drivers/net/i40e/i40e_pf.c | 2 ++ lib/librte_ether/rte_ethdev.h | 10 ++++++++++ 7 files changed, 69 insertions(+), 7 deletions(-) -- 2.5.0