public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next ] Documentation (ixgbe.txt): use a decimal address.
@ 2014-12-05 17:35 Rami Rosen
  2014-12-05 17:40 ` Jeff Kirsher
  2014-12-09 21:02 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Rami Rosen @ 2014-12-05 17:35 UTC (permalink / raw)
  To: davem; +Cc: netdev, jeffrey.t.kirsher, Rami Rosen

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>
---
 Documentation/networking/ixgbe.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/ixgbe.txt b/Documentation/networking/ixgbe.txt
index 96ccceb..0ace6e7 100644
--- a/Documentation/networking/ixgbe.txt
+++ b/Documentation/networking/ixgbe.txt
@@ -138,7 +138,7 @@ Other ethtool Commands:
 To enable Flow Director
 	ethtool -K ethX ntuple on
 To add a filter
-	Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 0x178000a
+	Use -U switch. e.g., ethtool -U ethX flow-type tcp4 src-ip 10.0.128.23
         action 1
 To see the list of filters currently present:
 	ethtool -u ethX
-- 
1.9.0

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

end of thread, other threads:[~2014-12-09 21:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 17:35 [PATCH net-next ] Documentation (ixgbe.txt): use a decimal address Rami Rosen
2014-12-05 17:40 ` Jeff Kirsher
2014-12-09 21:02 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox