From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 144692C2B for ; Wed, 1 Mar 2017 07:04:43 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 28 Feb 2017 22:04:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,223,1484035200"; d="scan'208";a="829601232" Received: from dpdk26.sh.intel.com ([10.239.128.228]) by FMSMGA003.fm.intel.com with ESMTP; 28 Feb 2017 22:04:42 -0800 From: Wenzhuo Lu To: dev@dpdk.org Cc: Wenzhuo Lu Date: Wed, 1 Mar 2017 14:04:43 +0800 Message-Id: <1488348292-118243-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dpdk-dev] [PATCH 0/9] Update ixgbe base driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 06:04:44 -0000 Some minor changes and fixes, including, link block check for KR, complete HW initialization even if SFP is not present, add VF xcast promiscuous mode. Wenzhuo Lu (9): net/ixgbe/base: make a debug message simple net/ixgbe/base: remove X550em SFP iXFI setup net/ixgbe/base: add link block check for KR net/ixgbe/base: add bit for enabling L3/L4 filtering net/ixgbe/base: complete hw init when SFP not present net/ixgbe/base: disable FC for 15B0 net/ixgbe: support xcast promisc mode net/ixgbe/base: fix build error net/ixgbe/base: update readme doc/guides/rel_notes/release_17_05.rst | 8 +++++ drivers/net/ixgbe/base/README | 4 +-- drivers/net/ixgbe/base/ixgbe_common.c | 7 ++-- drivers/net/ixgbe/base/ixgbe_mbx.h | 8 +++++ drivers/net/ixgbe/base/ixgbe_phy.c | 23 ++----------- drivers/net/ixgbe/base/ixgbe_type.h | 1 + drivers/net/ixgbe/base/ixgbe_vf.c | 4 +++ drivers/net/ixgbe/base/ixgbe_x550.c | 63 +++++++++------------------------- drivers/net/ixgbe/ixgbe_ethdev.c | 6 ---- 9 files changed, 47 insertions(+), 77 deletions(-) -- 1.9.3