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 C3AB9A0613 for ; Tue, 30 Jul 2019 17:57:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A032F1C028; Tue, 30 Jul 2019 17:57:25 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 2458F1BF17; Tue, 30 Jul 2019 17:57:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5EC9A21B6A; Tue, 30 Jul 2019 11:57:21 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 30 Jul 2019 11:57:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=XBu3niAtveL7IYPi8gCJ862 BC7VlqL0mIHaFUM/B/QQ=; b=aGytgB1NZ/JQTUJeSEDANw4jWLp0AcjsIACPfXj +Q2PgNjfOPYUVaomnvWD/sj3R1Posl1IGW1coUTh5KQs7XeOjHWyNgVJbmWphJP/ cMlqpbHY9qSVsjYby61tpcWWrWkGq1nvrerjBVTd8qPuoPQfW2l6L2EobYTEirQK dCM0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=XBu3niAtveL7IYPi8 gCJ862BC7VlqL0mIHaFUM/B/QQ=; b=Ej1G2TLDg9FzLRE2JX+8G9VJzhU7TjElQ UACvUZK6CB2zDQ/0Ia/29yT8OEopdzTJDzQpO3w0d303Ch5XYyMSgTJsHmSwN1EE 2Z91jbrOPmaIojSIdKpEx/Fdr9OfQCOlAWO6amX8FPxehlEw1YirvhFe88krVN8p UYxsdEzY2GkQZc8POhknmMmlt7oVjwt0gCuMqogmtq8NfuINLOMJEgYiUbiRXHOg maxp5PMbZ1FveSAFpJY3O8X4mJvhtgaX/r3AZ1P0fGyv5BFfoTRVB555S05GEgjT 9mUFVLqc/fdAw7zrn+eHLLAkCKt5IwLAVIN5kVXCkauS66DAqM62g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleefgdelfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepvfhhohhmrghsucfo ohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepje ejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgr shesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9A00B80064; Tue, 30 Jul 2019 11:57:19 -0400 (EDT) From: Thomas Monjalon To: Matan Azrad , Shahaf Shuler , John McNamara , Marko Kovacevic , Yongseok Koh , Viacheslav Ovsiienko Cc: dev@dpdk.org, stable@dpdk.org Date: Tue, 30 Jul 2019 17:06:21 +0200 Message-Id: <20190730150621.25177-1-thomas@monjalon.net> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH] doc: update features supported by mlx X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Flow control was not documented as a supported feature since the first fill of features matrix for mlx drivers. Flow API and CRC offload flag support in mlx4 were missing in the feature matrix when they were implemented (see below commits). Fixes: 46d5736a7049 ("net/mlx4: support basic flow items and actions") Fixes: ce07b1514d59 ("net/mlx4: fix CRC stripping capability report") Fixes: e86b85ca757b ("doc: fill nics features matrix for mlx") Cc: stable@dpdk.org Signed-off-by: Thomas Monjalon --- doc/guides/nics/features/mlx4.ini | 3 +++ doc/guides/nics/features/mlx5.ini | 1 + doc/guides/nics/mlx5.rst | 1 + 3 files changed, 5 insertions(+) diff --git a/doc/guides/nics/features/mlx4.ini b/doc/guides/nics/features/mlx4.ini index 4502aa2a8..9b70089df 100644 --- a/doc/guides/nics/features/mlx4.ini +++ b/doc/guides/nics/features/mlx4.ini @@ -21,6 +21,9 @@ Multicast MAC filter = Y RSS hash = Y SR-IOV = Y VLAN filter = Y +Flow control = Y +Flow API = Y +CRC offload = Y L3 checksum offload = Y L4 checksum offload = Y Inner L3 checksum = Y diff --git a/doc/guides/nics/features/mlx5.ini b/doc/guides/nics/features/mlx5.ini index c0ebdbd5d..75469fc4b 100644 --- a/doc/guides/nics/features/mlx5.ini +++ b/doc/guides/nics/features/mlx5.ini @@ -26,6 +26,7 @@ Inner RSS = Y SR-IOV = Y VLAN filter = Y Flow director = Y +Flow control = Y Flow API = Y CRC offload = Y VLAN offload = Y diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 6f0c382ea..46538b8f1 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -57,6 +57,7 @@ Features - Several RSS hash keys, one for each flow type. - Default RSS operation with no hash key specification. - Configurable RETA table. +- Link flow control (pause frame). - Support for multiple MAC addresses. - VLAN filtering. - RX VLAN stripping. -- 2.21.0