[ovs-dev] [PATCH 2/3] datapath: Add compile time check for rxhash

2013-12-04 Thread Pravin B Shelar
Some distribution kernel has backported skb->rxhash (e.g. RHEL) Following patch allows use precalculated rxhash. Signed-off-by: Pravin B Shelar Reviewed-by: Thomas Graf Acked-by: Jesse Gross --- acinclude.m4 |1 + datapath/linux/compat/flow_dissector.c

Re: [ovs-dev] [PATCH 2/3] datapath: Add compile time check for rxhash

2013-11-26 Thread Jesse Gross
On Tue, Nov 19, 2013 at 1:50 PM, Pravin B Shelar wrote: > Some distribution kernel has backported skb->rxhash (e.g. RHEL) > Following patch allows use precalculated rxhash. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross ___ dev mailing list

Re: [ovs-dev] [PATCH 2/3] datapath: Add compile time check for rxhash

2013-11-20 Thread Thomas Graf
On 11/19/2013 10:50 PM, Pravin B Shelar wrote: Some distribution kernel has backported skb->rxhash (e.g. RHEL) Following patch allows use precalculated rxhash. Signed-off-by: Pravin B Shelar Reviewed-by: Thomas Graf ___ dev mailing list dev@openvs

[ovs-dev] [PATCH 2/3] datapath: Add compile time check for rxhash

2013-11-19 Thread Pravin B Shelar
Some distribution kernel has backported skb->rxhash (e.g. RHEL) Following patch allows use precalculated rxhash. Signed-off-by: Pravin B Shelar --- acinclude.m4 |1 + datapath/linux/compat/flow_dissector.c |2 +- datapath/linux/compat/include/linux/s