From patchwork Tue Mar 22 14:32:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 12788588 X-Patchwork-Delegate: stephen@networkplumber.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C03AC433F5 for ; Tue, 22 Mar 2022 14:32:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237402AbiCVOdx (ORCPT ); Tue, 22 Mar 2022 10:33:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237451AbiCVOdv (ORCPT ); Tue, 22 Mar 2022 10:33:51 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2B53E7DE32 for ; Tue, 22 Mar 2022 07:32:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647959540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=44jHngR8MVImHcNoiM4ygk+23Pe9WN7a5R9DoTr2u/Q=; b=Y7Qqxmp12JKBizbF8+HnxroQcnN6qWJcBpfs7RsK6NLOOLT3bIWXTKZZLY3W9BLS5gMgLF K4LftGXwjdaS7kM0p0uj+Ca6BZ+9nMxl0pW9qhhGDyC5kr36tL8OFcsGE9Uu0fiF7LVbS0 YbUpFZE224XKyGm4m1+cw9+fSqRa0d8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-461-HApB1rwtO2qxuIx3vV3sGA-1; Tue, 22 Mar 2022 10:32:15 -0400 X-MC-Unique: HApB1rwtO2qxuIx3vV3sGA-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3703B811E75; Tue, 22 Mar 2022 14:32:15 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.196.58]) by smtp.corp.redhat.com (Postfix) with ESMTP id 897AF4B8D42; Tue, 22 Mar 2022 14:32:14 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH iproute2 1/3] man: devlink-region: fix typo in example Date: Tue, 22 Mar 2022 15:32:03 +0100 Message-Id: <1ae5a98139c632730c03dbe58d0f0271113937ee.1647955885.git.aclaudi@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: dsahern@gmail.com devlink-region does not accept the legth param, but the length one. Fixes: 8b4fbf0bed8e ("devlink: Add support for devlink-region access") Signed-off-by: Andrea Claudi --- man/man8/devlink-region.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man8/devlink-region.8 b/man/man8/devlink-region.8 index c6756566..e6617c18 100644 --- a/man/man8/devlink-region.8 +++ b/man/man8/devlink-region.8 @@ -116,7 +116,7 @@ devlink region dump pci/0000:00:05.0/cr-space snapshot 1 Dump the snapshot taken from cr-space address region with ID 1 .RE .PP -devlink region read pci/0000:00:05.0/cr-space snapshot 1 address 0x10 legth 16 +devlink region read pci/0000:00:05.0/cr-space snapshot 1 address 0x10 length 16 .RS 4 Read from address 0x10, 16 Bytes of snapshot ID 1 taken from cr-space address region .RE From patchwork Tue Mar 22 14:32:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 12788587 X-Patchwork-Delegate: stephen@networkplumber.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 136EEC433F5 for ; Tue, 22 Mar 2022 14:32:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237427AbiCVOdr (ORCPT ); Tue, 22 Mar 2022 10:33:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237402AbiCVOdq (ORCPT ); Tue, 22 Mar 2022 10:33:46 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C6B586A03D for ; Tue, 22 Mar 2022 07:32:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647959537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hBUrqpArInAfXo3P25Vfdg/Bc6VWgQIPEuD8dRnnCFE=; b=aWKn/ZGUyrEs/vdWrEN6YQFRqd1Q87KGf3nJD2U920QdaYNS+HA4qmX5W1nNn9TSckq5sS LyNZeTXMO7hFm8ZW4xKBOspll5lK4pQDAIluLC0Ancvw9bbUV+06yUwlGPuQoGz692kW/F eDZSFOXgb1RPNUXsHc+n1Q/sx8lNDhA= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-135-7ViNrHy8PsyTRjuVxhnzWg-1; Tue, 22 Mar 2022 10:32:16 -0400 X-MC-Unique: 7ViNrHy8PsyTRjuVxhnzWg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 225F43C19845; Tue, 22 Mar 2022 14:32:16 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.196.58]) by smtp.corp.redhat.com (Postfix) with ESMTP id 73C0A4B8D42; Tue, 22 Mar 2022 14:32:15 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH iproute2 2/3] man: fix some typos Date: Tue, 22 Mar 2022 15:32:04 +0100 Message-Id: <89a3d5523882071540688bab83c819cc817aed72.1647955885.git.aclaudi@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: dsahern@gmail.com In dcb-app man page, 'direcly' should be 'directly' In dcb-dcbx man page, 'respecively' should be 'respectively' In devlink-dev man page, 'unspecificed' should be 'unspecified' Signed-off-by: Andrea Claudi --- man/man8/dcb-app.8 | 2 +- man/man8/dcb-dcbx.8 | 2 +- man/man8/devlink-dev.8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man8/dcb-app.8 b/man/man8/dcb-app.8 index 23fd3374..9780fe4b 100644 --- a/man/man8/dcb-app.8 +++ b/man/man8/dcb-app.8 @@ -170,7 +170,7 @@ priorities that should be assigned to matching traffic. \fIDSCP-MAP\fR uses the array parameter syntax, see .BR dcb (8) for details. Keys are DSCP points, values are priorities assigned to -traffic with matching DSCP. DSCP points can be written either direcly as +traffic with matching DSCP. DSCP points can be written either directly as numeric values, or using symbolic names specified in .B /etc/iproute2/rt_dsfield (however note that that file specifies full 8-bit dsfield values, whereas diff --git a/man/man8/dcb-dcbx.8 b/man/man8/dcb-dcbx.8 index 52133e34..bafc18f6 100644 --- a/man/man8/dcb-dcbx.8 +++ b/man/man8/dcb-dcbx.8 @@ -67,7 +67,7 @@ allows setting both and lets the driver handle it as appropriate. .B cee .TQ .B ieee -The device supports CEE (Converged Enhanced Ethernet) and, respecively, IEEE +The device supports CEE (Converged Enhanced Ethernet) and, respectively, IEEE version of the DCB specification. Typically only one of these will be set, but .B dcb dcbx does not mandate this. diff --git a/man/man8/devlink-dev.8 b/man/man8/devlink-dev.8 index 22735dc1..6906e509 100644 --- a/man/man8/devlink-dev.8 +++ b/man/man8/devlink-dev.8 @@ -199,7 +199,7 @@ pending this action will reload current firmware image. .B limit no_reset - Specifies limitation on reload action. -If this argument is omitted limit is unspecificed and the reload action is not +If this argument is omitted limit is unspecified and the reload action is not limited. In such case driver implementation may include reset or downtime as needed to perform the actions. From patchwork Tue Mar 22 14:32:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 12788589 X-Patchwork-Delegate: stephen@networkplumber.org Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 051DAC433EF for ; Tue, 22 Mar 2022 14:32:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237475AbiCVOdx (ORCPT ); Tue, 22 Mar 2022 10:33:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237408AbiCVOdv (ORCPT ); Tue, 22 Mar 2022 10:33:51 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2B3F96E787 for ; Tue, 22 Mar 2022 07:32:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647959540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KZCbYnTtFDReR335j89Tcl6LYEvBu8p/PABhz0kU3N8=; b=Nb7iHn7xs7GMrbMOSsb98a3otrRrGwvirCK04CakHnDXyxN+3uZN/sEw5wmV7bEsfdb23H SPcu7EpeMzsFbF2DGFmEuDZzIdAdCCi8qVZNJuxYyuEzPKyHyU9M6/U5qJCqmR3Uf9LwRk wgjQe2DKXrU62fu9Fb23mkeQwuvNZjU= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-26-WksC3sbZOTKTi58_NzbsTw-1; Tue, 22 Mar 2022 10:32:17 -0400 X-MC-Unique: WksC3sbZOTKTi58_NzbsTw-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 087BD1C0904A; Tue, 22 Mar 2022 14:32:17 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.196.58]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5CEF24B8D42; Tue, 22 Mar 2022 14:32:16 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH iproute2 3/3] doc: fix 'infact' --> 'in fact' typo Date: Tue, 22 Mar 2022 15:32:05 +0100 Message-Id: <64ea6c8ac75e0d273bb4fe5842f9a62dc935ea49.1647955885.git.aclaudi@redhat.com> In-Reply-To: References: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: dsahern@gmail.com Spell 'infact' correctly as 'in fact' Signed-off-by: Andrea Claudi --- doc/actions/actions-general | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/actions/actions-general b/doc/actions/actions-general index 407a514c..a0074a58 100644 --- a/doc/actions/actions-general +++ b/doc/actions/actions-general @@ -72,7 +72,7 @@ action police mtu 4000 rate 1500kbit burst 90k 2)In order to take advantage of some of the targets written by the iptables people, a classifier can have a packet being massaged by an iptable target. I have only tested with mangler targets up to now. -(infact anything that is not in the mangling table is disabled right now) +(in fact anything that is not in the mangling table is disabled right now) In terms of hooks: *ingress is mapped to pre-routing hook