From patchwork Sat May 5 02:34:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "John Daley (johndale)" X-Patchwork-Id: 39399 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B11211E35; Sat, 5 May 2018 04:34:30 +0200 (CEST) Received: from alln-iport-3.cisco.com (alln-iport-3.cisco.com [173.37.142.90]) by dpdk.org (Postfix) with ESMTP id 76FC7DD2 for ; Sat, 5 May 2018 04:34:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1956; q=dns/txt; s=iport; t=1525487668; x=1526697268; h=from:to:cc:subject:date:message-id; bh=ZbvE8DFgt88Hpb7/7AB0x29OrO/MHuhgc20QV3RUyLk=; b=RjzKx1AYS9VZA8UEQT+8XbMQZw92RrfDTP5AoJx+0g+aIgTe/3TSGPaw KmXRde4gHQhwtB6eFCmebkMD/oxEKVWHNh5vrSD3RGqE3qmo7VsscHzpW UURqnaoT9G25/F9fCvUcD6SM+vBlamh5oeNISaF80EhTNmPPxYcab+65E Q=; X-IronPort-AV: E=Sophos;i="5.49,364,1520899200"; d="scan'208";a="110102012" Received: from rcdn-core-11.cisco.com ([173.37.93.147]) by alln-iport-3.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 May 2018 02:34:27 +0000 Received: from cisco.com (savbu-usnic-a.cisco.com [10.193.184.48]) by rcdn-core-11.cisco.com (8.14.5/8.14.5) with ESMTP id w452YQJi001042; Sat, 5 May 2018 02:34:27 GMT Received: by cisco.com (Postfix, from userid 392789) id BA27220F2001; Fri, 4 May 2018 19:34:26 -0700 (PDT) From: John Daley To: ferruh.yigit@intel.com Cc: dev@dpdk.org, John Daley , Hyong Youb Kim Date: Fri, 4 May 2018 19:34:24 -0700 Message-Id: <20180505023424.17181-1-johndale@cisco.com> X-Mailer: git-send-email 2.16.2 Subject: [dpdk-dev] [PATCH] doc: remove mention of unreleased nics from enic guide 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" Company policy discourages the mention of unreleased hardware in guides and release notes. Fixes: 08df773 ("doc: update enic guide and features") Signed-off-by: Hyong Youb Kim Signed-off-by: John Daley --- doc/guides/nics/enic.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst index 49abc7e95..0b269cb53 100644 --- a/doc/guides/nics/enic.rst +++ b/doc/guides/nics/enic.rst @@ -362,14 +362,10 @@ Limitations - ``rx_good_bytes`` (ibytes) always includes VLAN header (4B) and CRC bytes (4B). This behavior applies to 1300 and older series VIC adapters. - 1400 series VICs do not count CRC bytes, and count VLAN header only when VLAN - stripping is disabled. - When the NIC drops a packet because the Rx queue has no free buffers, ``rx_good_bytes`` still increments by 4B if the packet is not VLAN tagged or VLAN stripping is disabled, or by 8B if the packet is VLAN tagged and stripping - is enabled. - This behavior applies to 1300 and older series VIC adapters. 1400 series VICs - do not increment this byte counter when packets are dropped. + is enabled. This behavior applies to 1300 and older series VIC adapters. - **RSS Hashing** @@ -395,7 +391,6 @@ ENIC PMD supports all recent generations of Cisco VIC adapters including: - VIC 1200 series - VIC 1300 series -- VIC 1400 series Supported Operating Systems --------------------------- @@ -419,7 +414,7 @@ Supported features - VLAN filtering (supported via UCSM/CIMC only) - Execution of application by unprivileged system users - IPV4, IPV6 and TCP RSS hashing -- UDP hashing (1400 series and later adapters) +- UDP RSS hashing (support for upcoming adapters) - Scattered Rx - MTU update - SR-IOV on UCS managed servers connected to Fabric Interconnects