All of lore.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

* Re: [PATCH net-next ] Documentation (ixgbe.txt): use a decimal address.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Kirsher @ 2014-12-05 17:40 UTC (permalink / raw)
  To: Rami Rosen; +Cc: davem, netdev

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

On Fri, 2014-12-05 at 19:35 +0200, Rami Rosen wrote:
> 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(-)

Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH net-next ] Documentation (ixgbe.txt): use a decimal address.
  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
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-12-09 21:02 UTC (permalink / raw)
  To: ramirose; +Cc: netdev, jeffrey.t.kirsher

From: Rami Rosen <ramirose@gmail.com>
Date: Fri,  5 Dec 2014 19:35:43 +0200

> 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>

Applied.

^ permalink raw reply	[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 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.