From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 00/53] net/sfc: base driver update Date: Mon, 27 Nov 2017 11:59:33 -0800 Message-ID: <48ccdfa3-5c70-2c77-8cc3-ccf7a87cce63@intel.com> References: <1510819481-6809-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org 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) In-Reply-To: <1510819481-6809-1-git-send-email-arybchenko@solarflare.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.