From patchwork Thu May 12 14:18:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 12847766 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 C60A0C433F5 for ; Thu, 12 May 2022 14:19:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355196AbiELOT2 (ORCPT ); Thu, 12 May 2022 10:19:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355213AbiELOT1 (ORCPT ); Thu, 12 May 2022 10:19:27 -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 187B425C2B3 for ; Thu, 12 May 2022 07:19:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652365165; 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=PKu6AGIxohByBPEg2+BlGdRHs66UPalGQ4UvqFecae4=; b=JGoeHdlamPGttnz1DS/v+PR0MlyXCXdT4Osa3UxJz2htVkJAj8oUX1TI3epAQXYfolTbMT VMlpZk7Lv6syjhSmFTRKgnhdFzmx/cKh/IN9T4ufDasNxZck3lJTN41YzFK5XL1p91dGsZ Qqdi0HWctjVSnlcbnn+y4J4oLglPnS4= 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-643-LEw1XXHvMcuylphy5oBA0Q-1; Thu, 12 May 2022 10:19:09 -0400 X-MC-Unique: LEw1XXHvMcuylphy5oBA0Q-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 A1AF93C322E9; Thu, 12 May 2022 14:19:08 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.192.139]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9CE5541617C; Thu, 12 May 2022 14:19:07 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH RESEND iproute2 1/3] man: devlink-region: fix typo in example Date: Thu, 12 May 2022 16:18:46 +0200 Message-Id: <0a2d3420afacf63d92b6ece9728d45b5394f7ed1.1652364969.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 Thu May 12 14:18:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 12847764 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 062ECC433EF for ; Thu, 12 May 2022 14:19:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355214AbiELOTP (ORCPT ); Thu, 12 May 2022 10:19:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355206AbiELOTN (ORCPT ); Thu, 12 May 2022 10:19:13 -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 A4CDD87A11 for ; Thu, 12 May 2022 07:19:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652365151; 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=OcmUdmKq05koHJ2j29hLO80vzTBv/ttcYvX+5pbp32M=; b=ebzDcAuzzXNyBQt70BiF2/a/jwTeYjXRAUBzqSy/aJgwMLJqYK/D/tanN0Qij8Q3n2I0W1 u70N8AfXhXAGVyIZnEr3FKKOnSQ1S7LXZjzqABhp3nQ+acPy8Ji6YMTdANgbz+Krn9H6AK Gu0BaN2v6+btXdYJzhC2H1vPGU2xk/U= 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-117-UwWskm7EPhSeOmaWYNjn4g-1; Thu, 12 May 2022 10:19:10 -0400 X-MC-Unique: UwWskm7EPhSeOmaWYNjn4g-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 ED234185A79C; Thu, 12 May 2022 14:19:09 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.192.139]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0651041617C; Thu, 12 May 2022 14:19:08 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH RESEND iproute2 2/3] man: fix some typos Date: Thu, 12 May 2022 16:18:47 +0200 Message-Id: <10e504c336f461bd3caeaef7d187c2231027a1f8.1652364969.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 Thu May 12 14:18:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrea Claudi X-Patchwork-Id: 12847765 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 A7907C433F5 for ; Thu, 12 May 2022 14:19:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1355211AbiELOTS (ORCPT ); Thu, 12 May 2022 10:19:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355212AbiELOTO (ORCPT ); Thu, 12 May 2022 10:19:14 -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 EC02A25B07C for ; Thu, 12 May 2022 07:19:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652365153; 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=J3hhwwvd7i8ZsboyCPgx1CVlYlT643y3bRYSAwAfZlQ=; b=iK9zytlCfFbVKjyMvWxU+VoXAwaphQbMX5LzAZcwNRuitQ4b66VtGMleqp759gU+L4lgPH YNUDpu/tAsQ582C97Nvht7Huw4fieaxEtpCJBzT2ZKe/0bd2qcrTd38mPWt0WVfYSWra02 Q46IWeKGc7Q2MkbgtaTLa05L3WNx784= 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-554-2H6Nz98lOrKgG54X9QbGzw-1; Thu, 12 May 2022 10:19:11 -0400 X-MC-Unique: 2H6Nz98lOrKgG54X9QbGzw-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 4911B811E78; Thu, 12 May 2022 14:19:11 +0000 (UTC) Received: from renaissance-vector.redhat.com (unknown [10.39.192.139]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5505E416369; Thu, 12 May 2022 14:19:10 +0000 (UTC) From: Andrea Claudi To: netdev@vger.kernel.org Cc: stephen@networkplumber.org, dsahern@gmail.com Subject: [PATCH RESEND iproute2 3/3] doc: fix 'infact' --> 'in fact' typo Date: Thu, 12 May 2022 16:18:48 +0200 Message-Id: <9c0e09743b41cd317631d844b164dfd513a9a06f.1652364969.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 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