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 15EEE914 for ; Fri, 3 Mar 2017 23:29:10 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2017 14:29:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,239,1484035200"; d="scan'208";a="232068744" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.177.232]) ([10.254.177.232]) by fmsmga004.fm.intel.com with ESMTP; 03 Mar 2017 14:29:08 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1488348292-118243-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <40d99c75-2a23-1d52-c7f1-99f9d41e0f6c@intel.com> Date: Fri, 3 Mar 2017 22:29:07 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1488348292-118243-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [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: Fri, 03 Mar 2017 22:29:11 -0000 On 3/1/2017 6:04 AM, Wenzhuo Lu wrote: > 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 Series applied to dpdk-next-net/master, thanks.