From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH v3 0/3] ixgbe fixes Date: Mon, 7 Mar 2016 17:38:23 +0000 Message-ID: <1457372306-1746-1-git-send-email-bernard.iremonger@intel.com> References: <1456498163-26619-1-git-send-email-bernard.iremonger@intel.com> Cc: wenzhou.lu@intel.com To: dev@dpdk.org Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id F30F22C55 for ; Mon, 7 Mar 2016 18:38:38 +0100 (CET) In-Reply-To: <1456498163-26619-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(). Removes the VF MAC address in ixgbevf_dev_close(). Changes in v3: Revised patch 3 to remove the VF MAC address in dev_close(). 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 dev_close to remove VF MAC address. drivers/net/ixgbe/ixgbe_ethdev.c | 27 ++++++++++----------------- drivers/net/ixgbe/ixgbe_pf.c | 7 ++++--- 2 files changed, 14 insertions(+), 20 deletions(-) -- 2.6.3