From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 896AFC433E0 for ; Mon, 15 Mar 2021 16:20:00 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 5908764F2F for ; Mon, 15 Mar 2021 16:19:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5908764F2F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=fit.vutbr.cz Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CCB1C2426FD; Mon, 15 Mar 2021 17:19:17 +0100 (CET) Received: from office2.cesnet.cz (office2.cesnet.cz [195.113.144.244]) by mails.dpdk.org (Postfix) with ESMTP id 0711B40687 for ; Mon, 15 Mar 2021 16:34:01 +0100 (CET) Received: from dpdk-test.liberouter.org (mt-kou.liberouter.org [195.113.172.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by office2.cesnet.cz (Postfix) with ESMTPSA id ABFD4400064; Mon, 15 Mar 2021 16:34:01 +0100 (CET) From: Jan Viktorin To: dev@dpdk.org Cc: Jan Viktorin , Asaf Penso , Shahaf Shuler , Viacheslav Ovsiienko , Matan Azrad Date: Mon, 15 Mar 2021 15:33:57 +0000 Message-Id: <1615822438-10082-1-git-send-email-iviktorin@fit.vutbr.cz> X-Mailer: git-send-email 1.8.3.1 X-Mailman-Approved-At: Mon, 15 Mar 2021 17:19:06 +0100 Subject: [dpdk-dev] [PATCH 1/2] net/mlx5: fix typos X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" From: Jan Viktorin Signed-off-by: Jan Viktorin --- doc/guides/nics/mlx5.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 7c50497fb..0a2dc3dee 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -1372,9 +1372,9 @@ the DPDK application. 4. Unbind the device (can be rebind after the switchdev mode):: - echo -n " /sys/bus/pci/drivers/mlx5_core/unbind + echo -n "" > /sys/bus/pci/drivers/mlx5_core/unbind -5. Enbale switchdev mode:: +5. Enable switchdev mode:: echo switchdev > /sys/class/net//compat/devlink/mode -- 2.30.1