Re: [ovs-dev] [PATCHv3] dpctl: Add support for using UFID to add/del flows.

2014-12-15 Thread Joe Stringer
On 11 December 2014 at 19:34, Joe Stringer wrote: > On 11 December 2014 at 16:41, Ben Pfaff wrote: >> On Fri, Dec 05, 2014 at 11:45:11AM -0800, Joe Stringer wrote: >>> Parse "ufid:" at the beginning of a flow specification and use it >>> for flow manipulation if present. >>> >>> Signed-off-by: Jo

Re: [ovs-dev] [PATCHv3] dpctl: Add support for using UFID to add/del flows.

2014-12-11 Thread Joe Stringer
On 11 December 2014 at 16:41, Ben Pfaff wrote: > On Fri, Dec 05, 2014 at 11:45:11AM -0800, Joe Stringer wrote: >> Parse "ufid:" at the beginning of a flow specification and use it >> for flow manipulation if present. >> >> Signed-off-by: Joe Stringer >> --- >> v3: Fix build on windows. >> v2: Reb

Re: [ovs-dev] [PATCHv3] dpctl: Add support for using UFID to add/del flows.

2014-12-11 Thread Ben Pfaff
On Fri, Dec 05, 2014 at 11:45:11AM -0800, Joe Stringer wrote: > Parse "ufid:" at the beginning of a flow specification and use it > for flow manipulation if present. > > Signed-off-by: Joe Stringer > --- > v3: Fix build on windows. > v2: Rebase. I'd be at least half-inclined to always print ufid

[ovs-dev] [PATCHv3] dpctl: Add support for using UFID to add/del flows.

2014-12-05 Thread Joe Stringer
Parse "ufid:" at the beginning of a flow specification and use it for flow manipulation if present. Signed-off-by: Joe Stringer --- v3: Fix build on windows. v2: Rebase. --- lib/dpctl.c| 41 + lib/odp-util.c | 35 +++