All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: add the comment for skb->l4_hash
@ 2011-08-19 13:45 Changli Gao
  2011-08-19 13:51 ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Changli Gao @ 2011-08-19 13:45 UTC (permalink / raw)
  To: David S. Miller; +Cc: Eric Dumazet, Tom Herbert, netdev

---
 include/linux/skbuff.h |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index f902c33..10109a0 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -322,6 +322,8 @@ typedef unsigned char *sk_buff_data_t;
  *	@queue_mapping: Queue mapping for multiqueue devices
  *	@ndisc_nodetype: router type (from link layer)
  *	@ooo_okay: allow the mapping of a socket to a queue to be changed
+ *	@l4_hash: indicate rxhash is a canonical 4-tuple hash over transport
+ *		ports.
  *	@dma_cookie: a cookie to one of several possible DMA operations
  *		done by skb DMA functions
  *	@secmark: security marking

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] net: add the comment for skb->l4_hash
@ 2011-08-19 14:14 Changli Gao
  2011-08-19 14:19 ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Changli Gao @ 2011-08-19 14:14 UTC (permalink / raw)
  To: David S. Miller; +Cc: Eric Dumazet, Tom Herbert, netdev, Changli Gao

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
---
 include/linux/skbuff.h |    2 ++
 1 file changed, 2 insertions(+)
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index f902c33..10109a0 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -322,6 +322,8 @@ typedef unsigned char *sk_buff_data_t;
  *	@queue_mapping: Queue mapping for multiqueue devices
  *	@ndisc_nodetype: router type (from link layer)
  *	@ooo_okay: allow the mapping of a socket to a queue to be changed
+ *	@l4_hash: indicate rxhash is a canonical 4-tuple hash over transport
+ *		ports.
  *	@dma_cookie: a cookie to one of several possible DMA operations
  *		done by skb DMA functions
  *	@secmark: security marking

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

end of thread, other threads:[~2011-08-19 14:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19 13:45 [PATCH] net: add the comment for skb->l4_hash Changli Gao
2011-08-19 13:51 ` David Miller
2011-08-19 14:00   ` Changli Gao
  -- strict thread matches above, loose matches on Subject: below --
2011-08-19 14:14 Changli Gao
2011-08-19 14:19 ` David Miller
2011-08-19 14:22   ` Changli Gao
2011-08-19 14:25     ` David Miller
2011-08-19 14:27       ` 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.