From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH 0/3] ixgbe fixes Date: Wed, 24 Feb 2016 16:19:03 +0000 Message-ID: <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 7E5852BC3 for ; Wed, 24 Feb 2016 17:19:12 +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" 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. Bernard Iremonger (3): ixgbe: cleanup eth_ixgbevf_dev_uninit ixgbe: add more information to the error message ixgbe: allow use of zero MAC address with VF drivers/net/ixgbe/ixgbe_ethdev.c | 29 +++++++++++++---------------- drivers/net/ixgbe/ixgbe_pf.c | 4 ++-- 2 files changed, 15 insertions(+), 18 deletions(-) -- 2.6.3