* [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
* Re: [PATCH] net: add the comment for skb->l4_hash
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
0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2011-08-19 13:51 UTC (permalink / raw)
To: xiaosuo; +Cc: eric.dumazet, therbert, netdev
Please fully resubmit with a proper signoff.
Thank you.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] net: add the comment for skb->l4_hash
2011-08-19 13:51 ` David Miller
@ 2011-08-19 14:00 ` Changli Gao
0 siblings, 0 replies; 8+ messages in thread
From: Changli Gao @ 2011-08-19 14:00 UTC (permalink / raw)
To: David Miller; +Cc: eric.dumazet, therbert, netdev
On Fri, Aug 19, 2011 at 9:51 PM, David Miller <davem@davemloft.net> wrote:
>
>
> Please fully resubmit with a proper signoff.
>
Oh, sorry. when editing this patch, my poor vim showed an empty line
instead, so I removed it by mistake. I'll resubmit it.
--
Regards,
Changli Gao(xiaosuo@gmail.com)
^ permalink raw reply [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
* Re: [PATCH] net: add the comment for skb->l4_hash
2011-08-19 14:14 Changli Gao
@ 2011-08-19 14:19 ` David Miller
2011-08-19 14:22 ` Changli Gao
0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2011-08-19 14:19 UTC (permalink / raw)
To: xiaosuo; +Cc: eric.dumazet, therbert, netdev
From: Changli Gao <xiaosuo@gmail.com>
Date: Fri, 19 Aug 2011 22:14:12 +0800
> Signed-off-by: Changli Gao <xiaosuo@gmail.com>
It was obvious to me this time, but please in the future indicate in
"[PATCH]" that a change is targetted for net-next as this one was.
Applied, thanks.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] net: add the comment for skb->l4_hash
2011-08-19 14:19 ` David Miller
@ 2011-08-19 14:22 ` Changli Gao
2011-08-19 14:25 ` David Miller
0 siblings, 1 reply; 8+ messages in thread
From: Changli Gao @ 2011-08-19 14:22 UTC (permalink / raw)
To: David Miller; +Cc: eric.dumazet, therbert, netdev
On Fri, Aug 19, 2011 at 10:19 PM, David Miller <davem@davemloft.net> wrote:
> From: Changli Gao <xiaosuo@gmail.com>
> Date: Fri, 19 Aug 2011 22:14:12 +0800
>
>> Signed-off-by: Changli Gao <xiaosuo@gmail.com>
>
> It was obvious to me this time, but please in the future indicate in
> "[PATCH]" that a change is targetted for net-next as this one was.
>
> Applied, thanks.
>
Sorry again. Please apply the new one instead, as I made a typo
mistake in the previous two patches. Thanks.
--
Regards,
Changli Gao(xiaosuo@gmail.com)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] net: add the comment for skb->l4_hash
2011-08-19 14:22 ` Changli Gao
@ 2011-08-19 14:25 ` David Miller
2011-08-19 14:27 ` David Miller
0 siblings, 1 reply; 8+ messages in thread
From: David Miller @ 2011-08-19 14:25 UTC (permalink / raw)
To: xiaosuo; +Cc: eric.dumazet, therbert, netdev
From: Changli Gao <xiaosuo@gmail.com>
Date: Fri, 19 Aug 2011 22:22:24 +0800
> On Fri, Aug 19, 2011 at 10:19 PM, David Miller <davem@davemloft.net> wrote:
>> From: Changli Gao <xiaosuo@gmail.com>
>> Date: Fri, 19 Aug 2011 22:14:12 +0800
>>
>>> Signed-off-by: Changli Gao <xiaosuo@gmail.com>
>>
>> It was obvious to me this time, but please in the future indicate in
>> "[PATCH]" that a change is targetted for net-next as this one was.
>>
>> Applied, thanks.
>>
>
> Sorry again. Please apply the new one instead, as I made a typo
> mistake in the previous two patches. Thanks.
Ok, done.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] net: add the comment for skb->l4_hash
2011-08-19 14:25 ` David Miller
@ 2011-08-19 14:27 ` David Miller
0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2011-08-19 14:27 UTC (permalink / raw)
To: xiaosuo; +Cc: eric.dumazet, therbert, netdev
From: David Miller <davem@davemloft.net>
Date: Fri, 19 Aug 2011 07:25:47 -0700 (PDT)
> From: Changli Gao <xiaosuo@gmail.com>
> Date: Fri, 19 Aug 2011 22:22:24 +0800
>
>> On Fri, Aug 19, 2011 at 10:19 PM, David Miller <davem@davemloft.net> wrote:
>>> From: Changli Gao <xiaosuo@gmail.com>
>>> Date: Fri, 19 Aug 2011 22:14:12 +0800
>>>
>>>> Signed-off-by: Changli Gao <xiaosuo@gmail.com>
>>>
>>> It was obvious to me this time, but please in the future indicate in
>>> "[PATCH]" that a change is targetted for net-next as this one was.
>>>
>>> Applied, thanks.
>>>
>>
>> Sorry again. Please apply the new one instead, as I made a typo
>> mistake in the previous two patches. Thanks.
>
> Ok, done.
BTW for next time, "net-next" indication belongs inside of "[]"
brackets, it should look something like:
Subject: [PATCH net-next] net: blah blah blah
Thanks.
^ permalink raw reply [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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).