Re: [ovs-dev] [PATCHv3 2/5] ofproto-dpif: Add SCTP support

2013-06-13 Thread Ben Pfaff
On Thu, Jun 13, 2013 at 08:27:44AM -0700, Jesse Gross wrote: > On Wed, Jun 12, 2013 at 3:23 PM, Ben Pfaff wrote: > > On Wed, Jun 12, 2013 at 02:35:55PM +0900, Joe Stringer wrote: > >> Reviewed-by: Simon Horman > >> Signed-off-by: Joe Stringer > > > > I'm happy with the userspace portions of this

Re: [ovs-dev] [PATCHv3 2/5] ofproto-dpif: Add SCTP support

2013-06-13 Thread Jesse Gross
On Wed, Jun 12, 2013 at 3:23 PM, Ben Pfaff wrote: > On Wed, Jun 12, 2013 at 02:35:55PM +0900, Joe Stringer wrote: >> Reviewed-by: Simon Horman >> Signed-off-by: Joe Stringer > > I'm happy with the userspace portions of this. It changes kernel > headers so it needs approval from Jesse. The inte

Re: [ovs-dev] [PATCHv3 2/5] ofproto-dpif: Add SCTP support

2013-06-12 Thread Ben Pfaff
On Wed, Jun 12, 2013 at 02:35:55PM +0900, Joe Stringer wrote: > Reviewed-by: Simon Horman > Signed-off-by: Joe Stringer I'm happy with the userspace portions of this. It changes kernel headers so it needs approval from Jesse. ___ dev mailing list dev@

[ovs-dev] [PATCHv3 2/5] ofproto-dpif: Add SCTP support

2013-06-11 Thread Joe Stringer
Reviewed-by: Simon Horman Signed-off-by: Joe Stringer --- v3: Rebase v2: Fix broken test Use the correct packet pointer Calculate checksums as delta from incoming checksum --- include/linux/openvswitch.h |6 + include/sparse/netinet/in.h |1 + lib/flow.c |