From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0508F2BF2 for ; Mon, 27 Nov 2017 20:59:34 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2017 11:59:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,465,1505804400"; d="scan'208";a="6888491" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.168]) ([10.241.225.168]) by orsmga003.jf.intel.com with ESMTP; 27 Nov 2017 11:59:33 -0800 To: Andrew Rybchenko , dev@dpdk.org References: <1510819481-6809-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: <48ccdfa3-5c70-2c77-8cc3-ccf7a87cce63@intel.com> Date: Mon, 27 Nov 2017 11:59:33 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1510819481-6809-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/53] net/sfc: base driver update 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, 27 Nov 2017 19:59:35 -0000 On 11/16/2017 12:03 AM, Andrew Rybchenko wrote: > The series updates sfc base driver. > > There are a number of check patch warnings and errors because of > coding style differencies. > > Andrew Jackson (2): > net/sfc/base: copy new header from firmwaresrc > net/sfc/base: add support for new sensors > > Andrew Lee (9): > net/sfc/base: add support for MUM/SUC firmware partitions > net/sfc/base: fix warnings from VS2015 C compiler (C4310) > net/sfc/base: fix warnings from VS2015 C compiler (C4244) > net/sfc/base: fix warnings from VS2015 C compiler (C4245) > net/sfc/base: fix warnings from VS2015 C compiler (C4100) > net/sfc/base: fix warnings from VS2015 C compiler (C4189) > net/sfc/base: fix warnings from VS2015 C compiler (C4057) > net/sfc/base: fix warnings from VS2015 C compiler (C4214) > net/sfc/base: fix PreFAST static analysis warning (C6001) > > Andrew Rybchenko (9): > net/sfc/base: improve PS credits push function name > net/sfc/base: improve RxQ label init prototype > net/sfc/base: add description of the PS packets layout > net/sfc/base: clarify meaning of Rx desc lbits in PS mode > net/sfc/base: optimize credits overflow check > net/sfc/base: provide simple access to RxQ state in EvQ > net/sfc/base: enforce packed stream fake buffer size > net/sfc/base: more accurately calculate number of PS credits > net/sfc/base: support inner checksum offload on transmit > > Andy Moreton (21): > net/sfc/base: fix result code in MCDI NVRAM update finish > net/sfc/base: simplify verify result handling > net/sfc/base: report verify result from RW finish callback > net/sfc/base: extend NVRAM RW finish to return verify result > net/sfc/base: rename firmware update verify result cap field > net/sfc/base: simplify NVRAM type to partition mappings > net/sfc/base: check NVRAM locking by partition ID > net/sfc/base: report correct partition write chunk size > net/sfc/base: fix check in NVRAM validate > net/sfc/base: precheck and verify flash writes > net/sfc/base: remove duplicate NVRAM asserts > net/sfc/base: quieten get version methods > net/sfc/base: fix PreFAST issues > net/sfc/base: make MAC naming consistent with other modules > net/sfc/base: improve names for EVQ descriptor counts > net/sfc/base: improve names for RXQ descriptor counts > net/sfc/base: improve names for TXQ descriptor counts > net/sfc/base: move Siena-specific defs to right header > net/sfc/base: run mkconfig.py to add a new sensors > net/sfc/base: remove unused defined for WPTR alignment > net/sfc/base: cstyle fixes > > Mark Spender (11): > net/sfc/base: do not use Tx desc push with TSO descriptors > net/sfc/base: use MCDIv2 for requests with too long response > net/sfc/base: ignore error in completion event on MCDIv2 HW > net/sfc/base: request info about outer frame in Rx events > net/sfc/base: remove assertion on no longer used define > net/sfc/base: allow to use PHY stats on Huntington/Medford > net/sfc/base: fix diagnostics support build without Siena > net/sfc/base: fix probes in licensing support > net/sfc/base: remove obsolete check for pre-Siena hardware > net/sfc/base: expand on comment on number of queues field > net/sfc/base: move BIU test code into Siena-specific file > > Vijay Srivastava (1): > net/sfc/base: fix build issue with PHY LED control enabled Series applied to dpdk-next-net/master, thanks.