I pushed this series to master (with v2 of "odp-util: Fix UFID string
parsing." and a test for ovs-appctl dpctl/get-flow).

On 17 December 2014 at 10:34, Joe Stringer <joestrin...@nicira.com> wrote:
>
> This series addresses a few of the quirks around unique flow identifiers
> and
> the way that they interact with ovs-dpctl. The first patch is a
> straightforward
> bugfix, the second addresses the issue of ovs-dpctl performing feature
> probing
> and modifying the flow table even when executing a flow dump. Lastly,
> there is
> a patch to add a new 'get-flow' command, which could be useful during
> debugging
> if logs prints out a UFID but not a flow key.
>
> Joe Stringer (3):
>   odp-util: Fix UFID string parsing.
>   dpif: Shift ufid support checking up to dpif_backer.
>   dpctl: Add 'get-flow' command.
>
>  lib/dpctl.c                   |   96
> ++++++++++++++++++++++++++++++++++-------
>  lib/dpctl.man                 |    4 ++
>  lib/dpif-netdev.c             |    7 ---
>  lib/dpif-netlink.c            |   46 +-------------------
>  lib/dpif-provider.h           |    4 --
>  lib/dpif.c                    |   15 +------
>  lib/dpif.h                    |    3 +-
>  lib/odp-util.c                |    4 +-
>  ofproto/ofproto-dpif-upcall.c |   17 +++++---
>  ofproto/ofproto-dpif.c        |   44 +++++++++++++++++++
>  ofproto/ofproto-dpif.h        |    1 +
>  utilities/ovs-dpctl.c         |    1 +
>  12 files changed, 149 insertions(+), 93 deletions(-)
>
> --
> 1.7.10.4
>
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to