From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Sep 2018 03:28:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,284,1534834800"; d="scan'208";a="71799817" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga007.fm.intel.com with ESMTP; 21 Sep 2018 03:28:57 -0700 To: Andrew Rybchenko , dev@dpdk.org References: <1536572016-18134-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Fri, 21 Sep 2018 11:28:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1536572016-18134-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/37] net/sfc: update 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, 21 Sep 2018 10:29:01 -0000 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.