From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5E9051AF03 for ; Mon, 9 Oct 2017 05:33:05 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 08 Oct 2017 20:33:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,498,1500966000"; d="scan'208";a="908018190" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.114.24]) ([10.254.114.24]) by FMSMGA003.fm.intel.com with ESMTP; 08 Oct 2017 20:33:03 -0700 To: Rasesh Mody , dev@dpdk.org Cc: Dept-EngDPDKDev@cavium.com References: <1507357872-26475-1-git-send-email-rasesh.mody@cavium.com> From: Ferruh Yigit Message-ID: Date: Mon, 9 Oct 2017 04:33:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1507357872-26475-1-git-send-email-rasesh.mody@cavium.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/17] update QEDE base driver to 8.30.8.0 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: Mon, 09 Oct 2017 03:33:05 -0000 On 10/7/2017 7:30 AM, Rasesh Mody wrote: > Hi, > > The changes in this patch set include few enhancements, semantic changes, > code cleanup and fixes. It updates base driver to version 8.30.8.0. > > Thanks! > -Rasesh > > Rasesh Mody (17): > net/qede/base: add xcvr type and DON FW defines > net/qede/base: add NVRAM config options > net/qede/base: introduce HW/SW channel > net/qede/base: add LLDP support > net/qede/base: add check for DMA engine state > net/qede/base: use the correct size value > net/qede/base: add various OS abtraction macros > net/qede/base: add/fix comments > net/qede/base: add/change/revise logs > net/qede/base: semantic changes > net/qede/base: code cleanup > net/qede/base: check device personality for feature setting > net/qede/base: change default page size of ILT clients > net/qede/base: fix access to an uninitialized list > net/qede/base: fix for VF malicious indication > net/qede/base: fix return code to align with FW > net/qede/base: update base driver version to 8.30.8.0 Series applied to dpdk-next-net/master, thanks.