Re: [ovs-dev] [PATCH] datapath: Remove custom version of ipv6_skip_exthdr().

2011-12-02 Thread Jesse Gross
On Fri, Dec 2, 2011 at 11:06 AM, Ben Pfaff wrote: > On Thu, Dec 01, 2011 at 06:31:28PM -0800, Jesse Gross wrote: >> On Thu, Dec 1, 2011 at 4:31 PM, Ben Pfaff wrote: >> > On Thu, Dec 01, 2011 at 04:24:07PM -0800, Jesse Gross wrote: >> >> We currently have a version of ipv6_skip_exthdr() which is >

Re: [ovs-dev] [PATCH] datapath: Remove custom version of ipv6_skip_exthdr().

2011-12-02 Thread Ben Pfaff
On Thu, Dec 01, 2011 at 06:31:28PM -0800, Jesse Gross wrote: > On Thu, Dec 1, 2011 at 4:31 PM, Ben Pfaff wrote: > > On Thu, Dec 01, 2011 at 04:24:07PM -0800, Jesse Gross wrote: > >> We currently have a version of ipv6_skip_exthdr() which is > >> identical to the main one with the addition of fragm

Re: [ovs-dev] [PATCH] datapath: Remove custom version of ipv6_skip_exthdr().

2011-12-01 Thread Jesse Gross
On Thu, Dec 1, 2011 at 4:31 PM, Ben Pfaff wrote: > On Thu, Dec 01, 2011 at 04:24:07PM -0800, Jesse Gross wrote: >> We currently have a version of ipv6_skip_exthdr() which is >> identical to the main one with the addition of fragment reporting. >> We can propose our version for upstream and then us

Re: [ovs-dev] [PATCH] datapath: Remove custom version of ipv6_skip_exthdr().

2011-12-01 Thread Ben Pfaff
On Thu, Dec 01, 2011 at 04:24:07PM -0800, Jesse Gross wrote: > We currently have a version of ipv6_skip_exthdr() which is > identical to the main one with the addition of fragment reporting. > We can propose our version for upstream and then use it directly > without duplication. > > Signed-off-by

[ovs-dev] [PATCH] datapath: Remove custom version of ipv6_skip_exthdr().

2011-12-01 Thread Jesse Gross
We currently have a version of ipv6_skip_exthdr() which is identical to the main one with the addition of fragment reporting. We can propose our version for upstream and then use it directly without duplication. Signed-off-by: Jesse Gross --- datapath/flow.c| 70 +++