|
|
049c96 |
From 067dc31603717259cfc09b859ffccbe1178553a5 Mon Sep 17 00:00:00 2001
|
|
|
049c96 |
From: Phil Sutter <psutter@redhat.com>
|
|
|
049c96 |
Date: Wed, 30 Mar 2016 16:51:09 +0200
|
|
|
049c96 |
Subject: [PATCH] man: tc-skbedit.8: Elaborate a bit on TX queues
|
|
|
049c96 |
|
|
|
049c96 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1275426
|
|
|
049c96 |
Upstream Status: iproute2.git commit c73b621cfa480
|
|
|
049c96 |
|
|
|
049c96 |
commit c73b621cfa480b039bf09dc732d7e224e14684ba
|
|
|
049c96 |
Author: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
Date: Tue Mar 22 15:48:37 2016 +0100
|
|
|
049c96 |
|
|
|
049c96 |
man: tc-skbedit.8: Elaborate a bit on TX queues
|
|
|
049c96 |
|
|
|
049c96 |
Signed-off-by: Phil Sutter <phil@nwl.cc>
|
|
|
049c96 |
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
|
|
|
049c96 |
---
|
|
|
049c96 |
man/man8/tc-skbedit.8 | 12 ++++++++++++
|
|
|
049c96 |
1 file changed, 12 insertions(+)
|
|
|
049c96 |
|
|
|
049c96 |
diff --git a/man/man8/tc-skbedit.8 b/man/man8/tc-skbedit.8
|
|
|
049c96 |
index b585a4d..e690296 100644
|
|
|
049c96 |
--- a/man/man8/tc-skbedit.8
|
|
|
049c96 |
+++ b/man/man8/tc-skbedit.8
|
|
|
049c96 |
@@ -17,6 +17,18 @@ The
|
|
|
049c96 |
action allows to change a packet's associated meta data. It complements the
|
|
|
049c96 |
.B pedit
|
|
|
049c96 |
action, which in turn allows to change parts of the packet data itself.
|
|
|
049c96 |
+
|
|
|
049c96 |
+The most unique feature of
|
|
|
049c96 |
+.B skbedit
|
|
|
049c96 |
+is it's ability to decide over which queue of an interface with multiple
|
|
|
049c96 |
+transmit queues the packet is to be sent out. The number of available transmit
|
|
|
049c96 |
+queues is reflected by sysfs entries within
|
|
|
049c96 |
+.I /sys/class/net/<interface>/queues
|
|
|
049c96 |
+with name
|
|
|
049c96 |
+.I tx-N
|
|
|
049c96 |
+(where
|
|
|
049c96 |
+.I N
|
|
|
049c96 |
+is the actual queue number).
|
|
|
049c96 |
.SH OPTIONS
|
|
|
049c96 |
.TP
|
|
|
049c96 |
.BI queue_mapping " QUEUE_MAPPING"
|
|
|
049c96 |
--
|
|
|
049c96 |
1.8.3.1
|
|
|
049c96 |
|