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
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.
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
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
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
> +
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:
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