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 4E100A04B7; Wed, 14 Oct 2020 12:41:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6D1451DE2E; Wed, 14 Oct 2020 12:41:12 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E80BA1DE2B for ; Wed, 14 Oct 2020 12:41:10 +0200 (CEST) IronPort-SDR: NW9CyLlqwIu5Fgn9lz3C+UbdWofUCZPoKUhH0izb3DhTIXOBa6qNvSqehKD93itUvIrK5624jy Mtwe2L8ENiQQ== X-IronPort-AV: E=McAfee;i="6000,8403,9773"; a="153910537" X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="153910537" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2020 03:41:09 -0700 IronPort-SDR: JKxNicyCvB6oZ8gKIhZ7jwp+orCIIZuTk8yR5mhJNRDdMsqDznA7MaizZmFu+uVq1VGgm4Y0NG 8O55PHgr5d2g== X-IronPort-AV: E=Sophos;i="5.77,374,1596524400"; d="scan'208";a="345612717" 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:08 -0700 To: Andrew Rybchenko , dev@dpdk.org References: <1602596753-32282-1-git-send-email-arybchenko@solarflare.com> <1602596753-32282-37-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Message-ID: Date: Wed, 14 Oct 2020 11:41:06 +0100 MIME-Version: 1.0 In-Reply-To: <1602596753-32282-37-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 36/36] doc: advertise Alveo SN1000 SmartNICs family 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: > Alveo SN1000 family is SmartNICs based on EF100 architecture. Is "Alveo SN1000" and "Riverhead" are same device? > > Signed-off-by: Andrew Rybchenko > --- > doc/guides/nics/sfc_efx.rst | 18 ++++++++++++------ > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/doc/guides/nics/sfc_efx.rst b/doc/guides/nics/sfc_efx.rst > index c89484d473..959b52c1c3 100644 > --- a/doc/guides/nics/sfc_efx.rst > +++ b/doc/guides/nics/sfc_efx.rst > @@ -9,8 +9,9 @@ Solarflare libefx-based Poll Mode Driver > ======================================== > > The SFC EFX PMD (**librte_pmd_sfc_efx**) provides poll mode driver support > -for **Solarflare SFN7xxx and SFN8xxx** family of 10/40 Gbps adapters and > -**Solarflare XtremeScale X2xxx** family of 10/25/40/50/100 Gbps adapters. > +for **Solarflare SFN7xxx and SFN8xxx** family of 10/40 Gbps adapters, > +**Solarflare XtremeScale X2xxx** family of 10/25/40/50/100 Gbps adapters and > +**Alveo SN1000 SmartNICs** family of 10/25/40/50/100 Gbps adapters. > SFC EFX PMD has support for the latest Linux and FreeBSD operating systems. > Again does web page should be updated too? > More information can be found at `Solarflare Communications website > @@ -219,6 +220,10 @@ conditions is met: > Supported NICs > -------------- > > +- Xilinx Adapters: > + > + - Alveo SN1022 SmartNIC > + Can you provide a link for the device? I didn't able to find it by a simple search. IF you can provide updates, I can squash to the set later. > - Solarflare XtremeScale Adapters: > > - Solarflare X2522 Dual Port SFP28 10/25GbE Adapter > @@ -351,10 +356,11 @@ boolean parameters value. > - ``fw_variant`` [dont-care|full-feature|ultra-low-latency| > capture-packed-stream|dpdk] (default **dont-care**) > > - Choose the preferred firmware variant to use. In order for the selected > - option to have an effect, the **sfboot** utility must be configured with the > - **auto** firmware-variant option. The preferred firmware variant applies to > - all ports on the NIC. > + Choose the preferred firmware variant to use. > + The parameter is supported for SFN7xxX, SFN8xxx and X2xxx families only. > + In order for the selected option to have an effect, the **sfboot** utility > + must be configured with the **auto** firmware-variant option. > + The preferred firmware variant applies to all ports on the NIC. > **dont-care** ensures that the driver can attach to an unprivileged function. > The datapath firmware type to use is controlled by the **sfboot** > utility. >