From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 5CAF8379B for ; Tue, 8 Mar 2016 18:11:47 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 08 Mar 2016 09:10:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,557,1449561600"; d="scan'208";a="760354020" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 08 Mar 2016 09:10:31 -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 u28HAT6b015350; Tue, 8 Mar 2016 17:10:30 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u28HATcA021457; Tue, 8 Mar 2016 17:10:29 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u28HATLO021453; Tue, 8 Mar 2016 17:10:29 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Tue, 8 Mar 2016 17:10:24 +0000 Message-Id: <1457457027-21419-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1457372306-1746-1-git-send-email-bernard.iremonger@intel.com> References: <1457372306-1746-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH v4 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: Tue, 08 Mar 2016 17:11:47 -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 v4: rebase revert changes to ixgbe_pf.c 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 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) -- 2.6.3