Re: [PATCH net-next 1/7] net: Add skb_get_hash_perturb

2015-04-29 Thread Florian Westphal
Tom Herbert wrote: > This is used to get the skb->hash and then perturb it for a local use. > > Signed-off-by: Tom Herbert > --- > include/linux/skbuff.h | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h > index 66e374d..b

[PATCH net-next 1/7] net: Add skb_get_hash_perturb

2015-04-28 Thread Tom Herbert
This is used to get the skb->hash and then perturb it for a local use. Signed-off-by: Tom Herbert --- include/linux/skbuff.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 66e374d..b706889 100644 --- a/include/linux/skbu