Re: [ovs-dev] [PATCH] compat: Replace the HAVE_L4_RXHASH define with HAVE_L4_HASH

2020-09-28 Thread Gregory Rose
On 9/24/2020 6:05 AM, Flavio Leitner wrote: On Tue, Sep 22, 2020 at 12:45:03PM +0200, Ilya Maximets wrote: On 9/17/20 9:59 PM, Greg Rose wrote: The skb now uses l4_hash and it is easier to check for it. Also fixes a compile error for RHEL 7.7. Signed-off-by: Greg Rose --- acinclude.m4

Re: [ovs-dev] [PATCH] compat: Replace the HAVE_L4_RXHASH define with HAVE_L4_HASH

2020-09-24 Thread Flavio Leitner
On Tue, Sep 22, 2020 at 12:45:03PM +0200, Ilya Maximets wrote: > On 9/17/20 9:59 PM, Greg Rose wrote: > > The skb now uses l4_hash and it is easier to check for it. Also > > fixes a compile error for RHEL 7.7. > > > > Signed-off-by: Greg Rose > > --- > > acinclude.m4

Re: [ovs-dev] [PATCH] compat: Replace the HAVE_L4_RXHASH define with HAVE_L4_HASH

2020-09-22 Thread Ilya Maximets
On 9/17/20 9:59 PM, Greg Rose wrote: > The skb now uses l4_hash and it is easier to check for it. Also > fixes a compile error for RHEL 7.7. > > Signed-off-by: Greg Rose > --- > acinclude.m4 | 4 ++-- > datapath/datapath.c | 6 +++--- >

[ovs-dev] [PATCH] compat: Replace the HAVE_L4_RXHASH define with HAVE_L4_HASH

2020-09-17 Thread Greg Rose
The skb now uses l4_hash and it is easier to check for it. Also fixes a compile error for RHEL 7.7. Signed-off-by: Greg Rose --- acinclude.m4 | 4 ++-- datapath/datapath.c | 6 +++--- datapath/linux/compat/include/linux/skbuff.h | 4 ++--