From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 07 Mar 2016 09:38:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,552,1449561600"; d="scan'208";a="918696374" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2016 09:38:36 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u27HcaVo032682; Mon, 7 Mar 2016 17:38:36 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u27HcZ8v001943; Mon, 7 Mar 2016 17:38:35 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u27HcZeY001938; Mon, 7 Mar 2016 17:38:35 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Mon, 7 Mar 2016 17:38:23 +0000 Message-Id: <1457372306-1746-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1456498163-26619-1-git-send-email-bernard.iremonger@intel.com> References: <1456498163-26619-1-git-send-email-bernard.iremonger@intel.com> Cc: wenzhou.lu@intel.com Subject: [dpdk-dev] [PATCH v3 0/3] ixgbe fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 17:38:40 -0000 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