From patchwork Wed Feb 10 13:48:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Danielle Ratson X-Patchwork-Id: 380727 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=-19.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, 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 1CF72C433E0 for ; Wed, 10 Feb 2021 13:50:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0A0564E77 for ; Wed, 10 Feb 2021 13:50:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231326AbhBJNud (ORCPT ); Wed, 10 Feb 2021 08:50:33 -0500 Received: from hqnvemgate25.nvidia.com ([216.228.121.64]:6470 "EHLO hqnvemgate25.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230394AbhBJNuH (ORCPT ); Wed, 10 Feb 2021 08:50:07 -0500 Received: from hqmail.nvidia.com (Not Verified[216.228.121.13]) by hqnvemgate25.nvidia.com (using TLS: TLSv1.2, AES256-SHA) id ; Wed, 10 Feb 2021 05:49:27 -0800 Received: from DRHQMAIL107.nvidia.com (10.27.9.16) by HQMAIL101.nvidia.com (172.20.187.10) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Wed, 10 Feb 2021 13:49:27 +0000 Received: from dev-r-vrt-156.mtr.labs.mlnx (172.20.145.6) by DRHQMAIL107.nvidia.com (10.27.9.16) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Wed, 10 Feb 2021 13:49:24 +0000 From: Danielle Ratson To: CC: , , , , , Danielle Ratson Subject: [PATCH ethtool v3 5/5] man: Add man page for setting lanes parameter Date: Wed, 10 Feb 2021 15:48:40 +0200 Message-ID: <20210210134840.2187696-6-danieller@nvidia.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210210134840.2187696-1-danieller@nvidia.com> References: <20210210134840.2187696-1-danieller@nvidia.com> MIME-Version: 1.0 X-Originating-IP: [172.20.145.6] X-ClientProxiedBy: HQMAIL111.nvidia.com (172.20.187.18) To DRHQMAIL107.nvidia.com (10.27.9.16) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1612964967; bh=lJN+XR69IOEVB/YZ4idOOmkI3khbeamZqAvWYp4mJn4=; h=From:To:CC:Subject:Date:Message-ID:X-Mailer:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding:Content-Type: X-Originating-IP:X-ClientProxiedBy; b=i5yz7Jkxx80+JboZplqLgkmUgTMP/hwRoU5Al4l64Q29W8w0cW3yAwErO0xiHvmJm TPh1dTlcTBq/Ujw9v/nqHRbpVYZ9pewP3rRrnMB+fbB9VtPYAf9MSsXMv+bKh8rXIb biJOvm01Sl0+4zaE6zQ1SCUpJFX/FuZYhRzTHu+tj9lVXh22OsLo1hyW3zffUObpoi 3aVOGdwJM7TOZJAvcqNNjX7fZbce4zIipaYXCbhwsAZ273C4X/Pki1pLG4Eni6zuhU NZNtDZAgShP+T1HRir6BpOgDUsejt3p683ZrPVxQnKlgZZMzASisFHCzDfT3QDOF/I 8YTs5nQJtZ31Q== Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Lanes parameter was added for setting using ethtool. Update the man page to include the new parameter. Signed-off-by: Danielle Ratson --- ethtool.8.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ethtool.8.in b/ethtool.8.in index ba4e245..fe49b66 100644 --- a/ethtool.8.in +++ b/ethtool.8.in @@ -251,6 +251,7 @@ ethtool \- query or control network driver and hardware settings .B ethtool \-s .I devname .BN speed +.BN lanes .B2 duplex half full .B4 port tp aui bnc mii fibre da .B3 mdix auto on off @@ -685,6 +686,9 @@ Set speed in Mb/s. .B ethtool with just the device name as an argument will show you the supported device speeds. .TP +.BI lanes \ N +Set number of lanes. +.TP .A2 duplex half full Sets full or half duplex mode. .TP