Re: [ovs-dev] [PATCH v2] acinclude.m4: Fix skb_get_hash function detection

2016-05-16 Thread Jesse Gross
On Wed, May 11, 2016 at 12:44 AM, Markos Chandras wrote: > On 05/11/2016 02:41 AM, Jesse Gross wrote: >> On Tue, May 10, 2016 at 1:21 AM, Markos Chandras wrote: >>> Commit e2f3178f0582 ("datapath: Add support for kernel 3.14.") added >>> support for 3.14 kernels and a new OVS_GREP_IFELSE check fo

Re: [ovs-dev] [PATCH v2] acinclude.m4: Fix skb_get_hash function detection

2016-05-11 Thread Markos Chandras
On 05/11/2016 02:41 AM, Jesse Gross wrote: > On Tue, May 10, 2016 at 1:21 AM, Markos Chandras wrote: >> Commit e2f3178f0582 ("datapath: Add support for kernel 3.14.") added >> support for 3.14 kernels and a new OVS_GREP_IFELSE check for the >> "skg_get_hash" function in the process. "skb_get_hash"

Re: [ovs-dev] [PATCH v2] acinclude.m4: Fix skb_get_hash function detection

2016-05-10 Thread Jesse Gross
On Tue, May 10, 2016 at 1:21 AM, Markos Chandras wrote: > Commit e2f3178f0582 ("datapath: Add support for kernel 3.14.") added > support for 3.14 kernels and a new OVS_GREP_IFELSE check for the > "skg_get_hash" function in the process. "skb_get_hash" was introduced > in the Linux kernel commit 395

[ovs-dev] [PATCH v2] acinclude.m4: Fix skb_get_hash function detection

2016-05-10 Thread Markos Chandras
Commit e2f3178f0582 ("datapath: Add support for kernel 3.14.") added support for 3.14 kernels and a new OVS_GREP_IFELSE check for the "skg_get_hash" function in the process. "skb_get_hash" was introduced in the Linux kernel commit 3958afa1b272 ("net: Change skb_get_rxhash to skb_get_hash") which ex