From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3871CA04B7; Wed, 14 Oct 2020 12:41:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EBBA81DE38; Wed, 14 Oct 2020 12:41:32 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 2C0D51DE38 for ; Wed, 14 Oct 2020 12:41:29 +0200 (CEST) IronPort-SDR: Y75ASQzgYKbLU9CGFv2VWmBy5tgWFM5upg8gTukZ5LmxZo7qEV0Ryf6I4uDnRX+bVmCU8cH8P1 kUG5s6alwdiw== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="163447063" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="163447063" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 03:41:29 -0700 IronPort-SDR: oFg+451NsVTKVE2WaazTIH4U4v2pre0Fwo9EFNqfHVwd1UTqhIPfGXrUurnmbbQJwSnlgLaP0N jsXT1U8SGPFA== X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="345612801" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.2.249]) ([10.252.2.249]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 03:41:28 -0700 To: Andrew Rybchenko , dev@dpdk.org References: <1602596753-32282-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: Date: Wed, 14 Oct 2020 11:41:27 +0100 MIME-Version: 1.0 In-Reply-To: <1602596753-32282-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/36] net/sfc: add EF100 support 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/13/2020 2:45 PM, Andrew Rybchenko wrote: > Add Alveo SN1000 SmartNICs family basic support. > > Andrew Rybchenko (30): > doc: fix typo in EF10 Rx equal stride super-buffer name > doc: avoid references to removed config variables in net/sfc > common/sfc_efx/base: factor out wrapper to set PHY link > common/sfc_efx/base: factor out MCDI wrapper to set LEDs > common/sfc_efx/base: fix PHY config failure on Riverhead > common/sfc_efx/base: add max number of Rx scatter buffers > net/sfc: log Rx/Tx doorbell addresses useful for debugging > net/sfc: add caps to specify if libefx supports Rx/Tx > net/sfc: add EF100 support > net/sfc: implement libefx Rx packets event callbacks > net/sfc: implement libefx Tx descs complete event callbacks > net/sfc: log DMA allocations addresses > net/sfc: support datapath logs which may be compiled out > net/sfc: implement EF100 native Rx datapath > net/sfc: implement EF100 native Tx datapath > net/sfc: support multi-segment transmit for EF100 datapath > net/sfc: support TCP and UDP checksum offloads for EF100 > net/sfc: support IPv4 header checksum offload for EF100 Tx > net/sfc: support tunnels for EF100 native Tx datapath > net/sfc: support Tx VLAN insertion offload for EF100 > net/sfc: support Rx checksum offload for EF100 > common/sfc_efx/base: simplify to request Rx prefix fields > common/sfc_efx/base: provide control to deliver RSS hash > common/sfc_efx/base: provide helper to check Rx prefix > net/sfc: map Rx offload RSS hash to corresponding RxQ flag > net/sfc: support per-queue Rx prefix for EF100 > net/sfc: support per-queue Rx RSS hash offload for EF100 > net/sfc: support user mark and flag Rx for EF100 > net/sfc: add Rx interrupts support for EF100 > doc: advertise Alveo SN1000 SmartNICs family support > > Igor Romanov (3): > net/sfc: check vs maximum number of Rx scatter buffers > net/sfc: use BAR layout discovery to find control window > net/sfc: forward function control window offset to datapath > > Ivan Malov (3): > net/sfc: add header segments check for EF100 Tx datapath > net/sfc: support TSO for EF100 native datapath > net/sfc: support tunnel TSO for EF100 native Tx datapath > Series applied to dpdk-next-net/main, thanks.