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 7E5852BC3 for ; Wed, 24 Feb 2016 17:19:12 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 24 Feb 2016 08:19:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,494,1449561600"; d="scan'208";a="920273135" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 24 Feb 2016 08:19:10 -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 u1OGJ96o005483; Wed, 24 Feb 2016 16:19:09 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id u1OGJ9HV015043; Wed, 24 Feb 2016 16:19:09 GMT Received: (from bairemon@localhost) by sivswdev01.ir.intel.com with id u1OGJ9Wi015039; Wed, 24 Feb 2016 16:19:09 GMT From: Bernard Iremonger To: dev@dpdk.org Date: Wed, 24 Feb 2016 16:19:03 +0000 Message-Id: <1456330746-15001-1-git-send-email-bernard.iremonger@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 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: Wed, 24 Feb 2016 16:19:12 -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. 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