Re: [ovs-dev] [PATCH 1/3] datapath: Improve compat rxhash functionality.

2013-12-05 Thread Pravin Shelar
Thanks, I pushed these patches to master. On Wed, Dec 4, 2013 at 1:29 PM, Jesse Gross wrote: > On Wed, Dec 4, 2013 at 11:26 AM, Pravin B Shelar wrote: >> Following patch improves rxhash calculation, It is taken from >> upstream Linux kernel code. >> From kernel 3.8, skb_get_rxhash() can handle h

Re: [ovs-dev] [PATCH 1/3] datapath: Improve compat rxhash functionality.

2013-12-04 Thread Jesse Gross
On Wed, Dec 4, 2013 at 11:26 AM, Pravin B Shelar wrote: > Following patch improves rxhash calculation, It is taken from > upstream Linux kernel code. > From kernel 3.8, skb_get_rxhash() can handle hardware generated > l4-rxhash. Therefore compat skb_get_rxhash() is not used on > kernel 3.8 or new.

[ovs-dev] [PATCH 1/3] datapath: Improve compat rxhash functionality.

2013-12-04 Thread Pravin B Shelar
Following patch improves rxhash calculation, It is taken from upstream Linux kernel code. >From kernel 3.8, skb_get_rxhash() can handle hardware generated l4-rxhash. Therefore compat skb_get_rxhash() is not used on kernel 3.8 or new. Signed-off-by: Pravin B Shelar Reviewed-by: Thomas Graf --- v1

Re: [ovs-dev] [PATCH 1/3] datapath: Improve compat rxhash functionality.

2013-12-04 Thread Pravin Shelar
On Tue, Nov 26, 2013 at 8:55 PM, Jesse Gross wrote: > On Tue, Nov 19, 2013 at 1:50 PM, Pravin B Shelar wrote: >> diff --git a/datapath/linux/compat/include/linux/jump_label.h >> b/datapath/linux/compat/include/linux/jump_label.h >> new file mode 100644 >> index 000..8eaf776 >> --- /dev/null

Re: [ovs-dev] [PATCH 1/3] datapath: Improve compat rxhash functionality.

2013-11-26 Thread Jesse Gross
On Tue, Nov 19, 2013 at 1:50 PM, Pravin B Shelar wrote: > diff --git a/datapath/linux/compat/include/linux/jump_label.h > b/datapath/linux/compat/include/linux/jump_label.h > new file mode 100644 > index 000..8eaf776 > --- /dev/null > +++ b/datapath/linux/compat/include/linux/jump_label.h > +

Re: [ovs-dev] [PATCH 1/3] datapath: Improve compat rxhash functionality.

2013-11-20 Thread Thomas Graf
On 11/19/2013 10:50 PM, Pravin B Shelar wrote: Following patch improves rxhash calculation, It is taken from upstream Linux kernel code. From kernel 3.8, skb_get_rxhash() can handle hardware generated l4-rxhash. Therefore compat skb_get_rxhash() is not used on kernel 3.8 or new. Signed-off-by:

[ovs-dev] [PATCH 1/3] datapath: Improve compat rxhash functionality.

2013-11-19 Thread Pravin B Shelar
Following patch improves rxhash calculation, It is taken from upstream Linux kernel code. >From kernel 3.8, skb_get_rxhash() can handle hardware generated l4-rxhash. Therefore compat skb_get_rxhash() is not used on kernel 3.8 or new. Signed-off-by: Pravin B Shelar --- datapath/linux/Modules.mk