Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation (ixgbe.txt): use a decimal address.

This patch fixes the erronous usage of an hexadecimal address in the
example, by replacing it with a decimal address.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Rami Rosen and committed by
David S. Miller
6dc69640 d2b2a132

+1 -1
+1 -1
Documentation/networking/ixgbe.txt
··· 138 138 To enable Flow Director 139 139 ethtool -K ethX ntuple on 140 140 To add a filter 141 - Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 0x178000a 141 + Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 10.0.128.23 142 142 action 1 143 143 To see the list of filters currently present: 144 144 ethtool -u ethX