From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 00/37] net/sfc: update base driver Date: Fri, 21 Sep 2018 11:28:56 +0100 Message-ID: References: <1536572016-18134-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 mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8871B4C95 for ; Fri, 21 Sep 2018 12:29:00 +0200 (CEST) In-Reply-To: <1536572016-18134-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 9/10/2018 10:32 AM, Andrew Rybchenko wrote: > Update net/sfc base driver (aka libefx). > > There are a number of checkpatches.sh warnings/errors > because of coding style difference. > > Andrew Jackson (1): > net/sfc/base: highlight that image layout header generated > > Andrew Rybchenko (1): > net/sfc/base: fix build failure because of no declaration > > Andy Moreton (6): > net/sfc/base: properly align on line continuation > net/sfc/base: add space after sizeof > net/sfc/base: add routine to check for hardware presence > net/sfc/base: add API to inform libefx of hardware removal > net/sfc/base: fix ID retrival in v3 licensing > net/sfc/base: fix MAC Tx stats for less or equal to 64 bytes > > Gautam Dawar (1): > net/sfc/base: fix out of bounds read when dereferencing sdup > > Ivan Malov (6): > net/sfc/base: fix name of the argument to store RSS flags > net/sfc/base: fix a typo in unicast filter insertion comment > net/sfc/base: use simpler code to check hash algorithm type > net/sfc/base: check buffer size for hash flags > net/sfc/base: simplify the code to parse RSS hash type > net/sfc/base: improve handling of legacy RSS hash flags > > Mark Spender (3): > net/sfc/base: remove probes when a Tx queue is too full > net/sfc/base: add information if TSO workaround is required > net/sfc/base: prevent access to the NIC config before probe > > Martin Harvey (10): > net/sfc/base: fix PreFAST warnings because of unused return > net/sfc/base: fix invalid order of memset arguments > net/sfc/base: fix output buffer SAL annotation > net/sfc/base: fix erroneous SAL annotation for input buffers > net/sfc/base: move empty efsys definitions to EFX headers > net/sfc/base: refactor monitors support > net/sfc/base: add generated description of sensors > net/sfc/base: check size of memory to read sensors data to > net/sfc/base: add API to retrieve sensor limits > net/sfc/base: avoid usage of too big arrays on stack > > Paul Fox (1): > net/sfc/base: add more definitions of partitions > > Richard Houldsworth (4): > net/sfc/base: add buffer editing functions to boot config > net/sfc/base: add accessor for default port mode > net/sfc/base: generalise EF10 NVRAM buffer interface > net/sfc/base: modify phy caps to indicate FEC request > > Vijay Srivastava (4): > net/sfc/base: fix outer IPID field in TSO option descriptors > net/sfc/base: add check for TUNNEL module in NIC reset API > net/sfc/base: add support to get active FEC type > net/sfc/base: add helper API to make Geneve filter spec Series applied to dpdk-next-net/master, thanks.