Re: [ovs-dev] [PATCHv3 2/6] odp-util: Specify export features when serialising flows.

2014-05-15 Thread Andy Zhou
Thanks for getting to the bottom of the issue. On Thu, May 15, 2014 at 8:42 PM, Joe Stringer wrote: > On 16 May 2014 15:38, Andy Zhou wrote: >> >> On Thu, May 15, 2014 at 8:34 PM, Joe Stringer >> wrote: >> > On 16 May 2014 15:11, Andy Zhou wrote: >> >> >> >> On Wed, May 14, 2014 at 11:57 PM, J

Re: [ovs-dev] [PATCHv3 2/6] odp-util: Specify export features when serialising flows.

2014-05-15 Thread Joe Stringer
On 16 May 2014 15:38, Andy Zhou wrote: > On Thu, May 15, 2014 at 8:34 PM, Joe Stringer > wrote: > > On 16 May 2014 15:11, Andy Zhou wrote: > >> > >> On Wed, May 14, 2014 at 11:57 PM, Joe Stringer > >> wrote: > >> > Signed-off-by: Joe Stringer > >> > --- > >> > v3: First post. > >> > --- > >>

Re: [ovs-dev] [PATCHv3 2/6] odp-util: Specify export features when serialising flows.

2014-05-15 Thread Andy Zhou
On Thu, May 15, 2014 at 8:34 PM, Joe Stringer wrote: > On 16 May 2014 15:11, Andy Zhou wrote: >> >> On Wed, May 14, 2014 at 11:57 PM, Joe Stringer >> wrote: >> > Signed-off-by: Joe Stringer >> > --- >> > v3: First post. >> > --- >> > lib/odp-util.c | 41 +-

Re: [ovs-dev] [PATCHv3 2/6] odp-util: Specify export features when serialising flows.

2014-05-15 Thread Joe Stringer
On 16 May 2014 15:11, Andy Zhou wrote: > On Wed, May 14, 2014 at 11:57 PM, Joe Stringer > wrote: > > Signed-off-by: Joe Stringer > > --- > > v3: First post. > > --- > > lib/odp-util.c | 41 + > > 1 file changed, 25 insertions(+), 16 deletions(-) > > >

Re: [ovs-dev] [PATCHv3 2/6] odp-util: Specify export features when serialising flows.

2014-05-15 Thread Andy Zhou
On Wed, May 14, 2014 at 11:57 PM, Joe Stringer wrote: > Signed-off-by: Joe Stringer > --- > v3: First post. > --- > lib/odp-util.c | 41 + > 1 file changed, 25 insertions(+), 16 deletions(-) > > diff --git a/lib/odp-util.c b/lib/odp-util.c > index 6cff2f

[ovs-dev] [PATCHv3 2/6] odp-util: Specify export features when serialising flows.

2014-05-14 Thread Joe Stringer
Signed-off-by: Joe Stringer --- v3: First post. --- lib/odp-util.c | 41 + 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/lib/odp-util.c b/lib/odp-util.c index 6cff2f1..ff3cb7e 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -2482,16