From patchwork Tue Mar 24 11:31:25 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dekel Peled X-Patchwork-Id: 67043 X-Patchwork-Delegate: rasland@nvidia.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2CAE9A057B; Tue, 24 Mar 2020 12:31:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7B07E1C0C9; Tue, 24 Mar 2020 12:31:38 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 3D57D1C0C5 for ; Tue, 24 Mar 2020 12:31:36 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 24 Mar 2020 13:31:34 +0200 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.228.134.250]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 02OBVYpa026123; Tue, 24 Mar 2020 13:31:34 +0200 From: Dekel Peled To: matan@mellanox.com, shahafs@mellanox.com, viacheslavo@mellanox.com, john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: dev@dpdk.org Date: Tue, 24 Mar 2020 13:31:25 +0200 Message-Id: <8a85deaa18a873708781ef212697abd07a10f9c3.1585045420.git.dekelp@mellanox.com> X-Mailer: git-send-email 1.7.1 Subject: [dpdk-dev] [PATCH] doc: update mlx5 firmware configuration guidelines 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" This patch updates the MLX5 PMD documentations, adding Flex parser settings and correcting minimal versions numbers. Signed-off-by: Dekel Peled Acked-by: Matan Azrad --- doc/guides/nics/mlx5.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index afd11cd..e8f9984 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -822,6 +822,12 @@ Below are some firmware configurations listed. IP_OVER_VXLAN_EN=1 IP_OVER_VXLAN_PORT= +- enable VXLAN-GPE tunnel flow matching:: + + FLEX_PARSER_PROFILE_ENABLE=0 + or + FLEX_PARSER_PROFILE_ENABLE=2 + - enable IP-in-IP tunnel flow matching:: FLEX_PARSER_PROFILE_ENABLE=0 @@ -837,6 +843,8 @@ Below are some firmware configurations listed. - enable Geneve flow matching:: FLEX_PARSER_PROFILE_ENABLE=0 + or + FLEX_PARSER_PROFILE_ENABLE=1 - enable GTP flow matching:: @@ -933,15 +941,15 @@ thanks to these environment variables: Mellanox OFED/EN ^^^^^^^^^^^^^^^^ -- Mellanox OFED version: ** 4.5, 4.6** / - Mellanox EN version: **4.5, 4.6** +- Mellanox OFED version: **4.5** and above / + Mellanox EN version: **4.5** and above - firmware version: - ConnectX-4: **12.21.1000** and above. - ConnectX-4 Lx: **14.21.1000** and above. - ConnectX-5: **16.21.1000** and above. - ConnectX-5 Ex: **16.21.1000** and above. - - ConnectX-6: **20.99.5374** and above. + - ConnectX-6: **20.27.0090** and above. - ConnectX-6 Dx: **22.27.0090** and above. - BlueField: **18.25.1010** and above.