Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-05-17 Thread Joe Stringer
On 15 March 2017 at 16:01, Joe Stringer wrote: > Commit 04f48a68c428 ("ofp-actions: Fix variable length meta-flow OXMs."), on > branch-2.7 as 9554b03d6ab7, attempted to address incorrect encode and decode > of > variable length metaflow fields where the OXM/NXM encoding of the

Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-04-26 Thread Ben Pfaff
On Wed, Apr 26, 2017 at 04:18:47PM -0700, Joe Stringer wrote: > On 21 April 2017 at 09:11, Ben Pfaff wrote: > > On Thu, Apr 20, 2017 at 06:58:18PM -0700, Joe Stringer wrote: > >> On 17 March 2017 at 14:30, Joe Stringer wrote: > >> > On 15 March 2017 at 16:01, Joe

Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-04-26 Thread Joe Stringer
On 21 April 2017 at 09:11, Ben Pfaff wrote: > On Thu, Apr 20, 2017 at 06:58:18PM -0700, Joe Stringer wrote: >> On 17 March 2017 at 14:30, Joe Stringer wrote: >> > On 15 March 2017 at 16:01, Joe Stringer wrote: >> >> Commit 04f48a68c428 ("ofp-actions:

Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-04-21 Thread Ben Pfaff
On Mon, Apr 17, 2017 at 12:58:02PM -0700, Joe Stringer wrote: > On 14 April 2017 at 20:48, Ben Pfaff wrote: > > On Wed, Mar 15, 2017 at 04:01:37PM -0700, Joe Stringer wrote: > >> Commit 04f48a68c428 ("ofp-actions: Fix variable length meta-flow OXMs."), > >> on > >> branch-2.7 as

Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-04-21 Thread Ben Pfaff
On Thu, Apr 20, 2017 at 06:58:18PM -0700, Joe Stringer wrote: > On 17 March 2017 at 14:30, Joe Stringer wrote: > > On 15 March 2017 at 16:01, Joe Stringer wrote: > >> Commit 04f48a68c428 ("ofp-actions: Fix variable length meta-flow OXMs."), > >> on > >> branch-2.7 as

Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-04-20 Thread Joe Stringer
On 17 March 2017 at 14:30, Joe Stringer wrote: > On 15 March 2017 at 16:01, Joe Stringer wrote: >> Commit 04f48a68c428 ("ofp-actions: Fix variable length meta-flow OXMs."), on >> branch-2.7 as 9554b03d6ab7, attempted to address incorrect encode and decode >> of >>

Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-04-17 Thread Joe Stringer
On 14 April 2017 at 20:48, Ben Pfaff wrote: > On Wed, Mar 15, 2017 at 04:01:37PM -0700, Joe Stringer wrote: >> Commit 04f48a68c428 ("ofp-actions: Fix variable length meta-flow OXMs."), on >> branch-2.7 as 9554b03d6ab7, attempted to address incorrect encode and decode >> of >>

Re: [ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-04-14 Thread Ben Pfaff
On Wed, Mar 15, 2017 at 04:01:37PM -0700, Joe Stringer wrote: > Commit 04f48a68c428 ("ofp-actions: Fix variable length meta-flow OXMs."), on > branch-2.7 as 9554b03d6ab7, attempted to address incorrect encode and decode > of > variable length metaflow fields where the OXM/NXM encoding of the

[ovs-dev] [branch-2.7 0/4] Backport of variable length metaflow field fixes.

2017-03-15 Thread Joe Stringer
Commit 04f48a68c428 ("ofp-actions: Fix variable length meta-flow OXMs."), on branch-2.7 as 9554b03d6ab7, attempted to address incorrect encode and decode of variable length metaflow fields where the OXM/NXM encoding of the variable length fields would incorrectly serialize the length. The patch