summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/multiqueue.txt
diff options
context:
space:
mode:
authorAlexander Duyck2008-09-13 02:56:50 +0200
committerDavid S. Miller2008-09-13 02:56:50 +0200
commit67333bb5679325db310bb612c1de3e6e47bb0043 (patch)
treec1d98d045a223263ea41b75f80d6a8fc8a08d67e /Documentation/networking/multiqueue.txt
parentpkt_action: add new action skbedit (diff)
downloadkernel-qcow2-linux-67333bb5679325db310bb612c1de3e6e47bb0043.tar.gz
kernel-qcow2-linux-67333bb5679325db310bb612c1de3e6e47bb0043.tar.xz
kernel-qcow2-linux-67333bb5679325db310bb612c1de3e6e47bb0043.zip
skbedit: Fix a typo in the documentation
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/multiqueue.txt')
-rw-r--r--Documentation/networking/multiqueue.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/multiqueue.txt b/Documentation/networking/multiqueue.txt
index 10113ffa8072..8c2b06b77f61 100644
--- a/Documentation/networking/multiqueue.txt
+++ b/Documentation/networking/multiqueue.txt
@@ -68,7 +68,7 @@ the default simple_tx_hash or a custom netdev->select_queue() defined.
The behavior of tc filters remains the same. However a new tc action,
skbedit, has been added. Assuming you wanted to route all traffic to a
-specific host, for example 192.168.0.3, though a specific queue you could use
+specific host, for example 192.168.0.3, through a specific queue you could use
this action and establish a filter such as:
tc filter add dev eth0 parent 1: protocol ip prio 1 u32 \