Re: [ovs-dev] [PATCH] datapath: Check for backported sctp_compute_cksum().

2014-01-03 Thread Jesse Gross
Thanks for the review, I applied this. On Fri, Jan 3, 2014 at 7:05 PM, Joe Stringer wrote: > Looks good, thanks Jesse. > > Acked-by: Joe Stringer > > On 3 January 2014 15:44, Jesse Gross wrote: >> This is backported by RHEL7. >> >> Reported-by: Ashok Byahatti >> Signed-off-by: Jesse Gross >>

Re: [ovs-dev] [PATCH] datapath: Check for backported sctp_compute_cksum().

2014-01-03 Thread Joe Stringer
Looks good, thanks Jesse. Acked-by: Joe Stringer On 3 January 2014 15:44, Jesse Gross wrote: > This is backported by RHEL7. > > Reported-by: Ashok Byahatti > Signed-off-by: Jesse Gross > --- > acinclude.m4 | 2 ++ > datapath/linux/compat/include/net/sctp/

[ovs-dev] [PATCH] datapath: Check for backported sctp_compute_cksum().

2014-01-03 Thread Jesse Gross
This is backported by RHEL7. Reported-by: Ashok Byahatti Signed-off-by: Jesse Gross --- acinclude.m4 | 2 ++ datapath/linux/compat/include/net/sctp/checksum.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4