From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH 0/3 v2] ixgbe fixes Date: Fri, 26 Feb 2016 14:49:20 +0000 Message-ID: <1456498163-26619-1-git-send-email-bernard.iremonger@intel.com> References: <1456330746-15001-1-git-send-email-bernard.iremonger@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5F6BF2952 for ; Fri, 26 Feb 2016 15:49:33 +0100 (CET) In-Reply-To: <1456330746-15001-1-git-send-email-bernard.iremonger@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" This patch set implements the following: Removes code which was duplicated in eth_ixgbevf_dev_init(). Adds more information to the error message in ixgbe_check_mq_mode(). Allows the MAC address of the VF to be set to zero. Changes in v2: Do not overwrite the VF perm_add with zero. Bernard Iremonger (3): ixgbe: cleanup eth_ixgbevf_dev_uninit ixgbe: add more information to the error message ixgbe: fix setting of VF MAC address drivers/net/ixgbe/ixgbe_ethdev.c | 29 +++++++++++++---------------- drivers/net/ixgbe/ixgbe_pf.c | 7 ++++--- 2 files changed, 17 insertions(+), 19 deletions(-) -- 2.6.3