All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2] man: tc-skbedit.8: document 'inheritdsfield'
@ 2019-05-31 12:12 Davide Caratti
  2019-05-31 16:01 ` Andrea Claudi
  2019-06-04 16:41 ` Stephen Hemminger
  0 siblings, 2 replies; 3+ messages in thread
From: Davide Caratti @ 2019-05-31 12:12 UTC (permalink / raw)
  To: Stephen Hemminger, netdev; +Cc: aclaudi, Qiaobin Fu

while at it, fix missing square bracket near 'ptype' and a typo in the
action description (it's -> its).

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
---
 man/man8/tc-skbedit.8 | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/man/man8/tc-skbedit.8 b/man/man8/tc-skbedit.8
index 003f05c93f7c..2459198261e6 100644
--- a/man/man8/tc-skbedit.8
+++ b/man/man8/tc-skbedit.8
@@ -10,9 +10,10 @@ skbedit - SKB editing action
 .B priority
 .IR PRIORITY " ] ["
 .B mark
-.IR MARK " ]"
+.IR MARK " ] ["
 .B ptype
-.IR PTYPE " ]"
+.IR PTYPE " ] ["
+.BR inheritdsfield " ]"
 .SH DESCRIPTION
 The
 .B skbedit
@@ -22,7 +23,7 @@ action, which in turn allows to change parts of the packet data itself.
 
 The most unique feature of
 .B skbedit
-is it's ability to decide over which queue of an interface with multiple
+is its ability to decide over which queue of an interface with multiple
 transmit queues the packet is to be sent out. The number of available transmit
 queues is reflected by sysfs entries within
 .I /sys/class/net/<interface>/queues
@@ -61,6 +62,12 @@ needing to allow ingressing packets with the wrong MAC address but
 correct IP address.
 .I PTYPE
 is one of: host, otherhost, broadcast, multicast
+.TP
+.BI inheritdsfield
+Override the packet classification decision, and any value specified with
+.BR priority ", "
+using the information stored in the Differentiated Services Field of the
+IPv6/IPv4 header (RFC2474).
 .SH SEE ALSO
 .BR tc (8),
 .BR tc-pedit (8)
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH iproute2] man: tc-skbedit.8: document 'inheritdsfield'
  2019-05-31 12:12 [PATCH iproute2] man: tc-skbedit.8: document 'inheritdsfield' Davide Caratti
@ 2019-05-31 16:01 ` Andrea Claudi
  2019-06-04 16:41 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Andrea Claudi @ 2019-05-31 16:01 UTC (permalink / raw)
  To: Davide Caratti; +Cc: Stephen Hemminger, netdev, Qiaobin Fu

On Fri, May 31, 2019 at 2:12 PM Davide Caratti <dcaratti@redhat.com> wrote:
>
> while at it, fix missing square bracket near 'ptype' and a typo in the
> action description (it's -> its).
>
> Signed-off-by: Davide Caratti <dcaratti@redhat.com>
> ---
>  man/man8/tc-skbedit.8 | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/man/man8/tc-skbedit.8 b/man/man8/tc-skbedit.8
> index 003f05c93f7c..2459198261e6 100644
> --- a/man/man8/tc-skbedit.8
> +++ b/man/man8/tc-skbedit.8
> @@ -10,9 +10,10 @@ skbedit - SKB editing action
>  .B priority
>  .IR PRIORITY " ] ["
>  .B mark
> -.IR MARK " ]"
> +.IR MARK " ] ["
>  .B ptype
> -.IR PTYPE " ]"
> +.IR PTYPE " ] ["
> +.BR inheritdsfield " ]"
>  .SH DESCRIPTION
>  The
>  .B skbedit
> @@ -22,7 +23,7 @@ action, which in turn allows to change parts of the packet data itself.
>
>  The most unique feature of
>  .B skbedit
> -is it's ability to decide over which queue of an interface with multiple
> +is its ability to decide over which queue of an interface with multiple
>  transmit queues the packet is to be sent out. The number of available transmit
>  queues is reflected by sysfs entries within
>  .I /sys/class/net/<interface>/queues
> @@ -61,6 +62,12 @@ needing to allow ingressing packets with the wrong MAC address but
>  correct IP address.
>  .I PTYPE
>  is one of: host, otherhost, broadcast, multicast
> +.TP
> +.BI inheritdsfield
> +Override the packet classification decision, and any value specified with
> +.BR priority ", "
> +using the information stored in the Differentiated Services Field of the
> +IPv6/IPv4 header (RFC2474).
>  .SH SEE ALSO
>  .BR tc (8),
>  .BR tc-pedit (8)
> --
> 2.20.1
>

Acked-by: Andrea Claudi <aclaudi@redhat.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH iproute2] man: tc-skbedit.8: document 'inheritdsfield'
  2019-05-31 12:12 [PATCH iproute2] man: tc-skbedit.8: document 'inheritdsfield' Davide Caratti
  2019-05-31 16:01 ` Andrea Claudi
@ 2019-06-04 16:41 ` Stephen Hemminger
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2019-06-04 16:41 UTC (permalink / raw)
  To: Davide Caratti; +Cc: netdev, aclaudi, Qiaobin Fu

On Fri, 31 May 2019 14:12:15 +0200
Davide Caratti <dcaratti@redhat.com> wrote:

> while at it, fix missing square bracket near 'ptype' and a typo in the
> action description (it's -> its).
> 
> Signed-off-by: Davide Caratti <dcaratti@redhat.com>

Applied. Thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-04 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-31 12:12 [PATCH iproute2] man: tc-skbedit.8: document 'inheritdsfield' Davide Caratti
2019-05-31 16:01 ` Andrea Claudi
2019-06-04 16:41 ` Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.