From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 26 Feb 2016 06:49:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,498,1449561600"; d="scan'208";a="55318053" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 26 Feb 2016 06:49:32 -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 u1QEnUsd010628; Fri, 26 Feb 2016 14:49:30 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u1QEnUka027044; Fri, 26 Feb 2016 14:49:30 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u1QEnUuH027039; Fri, 26 Feb 2016 14:49:30 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Fri, 26 Feb 2016 14:49:20 +0000 Message-Id: <1456498163-26619-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1456330746-15001-1-git-send-email-bernard.iremonger@intel.com> References: <1456330746-15001-1-git-send-email-bernard.iremonger@intel.com> Subject: [dpdk-dev] [PATCH 0/3 v2] 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: Fri, 26 Feb 2016 14:49:33 -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(). 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