[ovs-dev] [PATCH 0/3] ovs-dpctl UFID improvements

Joe Stringer joestringer at nicira.com
Wed Dec 17 18:34:11 UTC 2014


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




More information about the dev mailing list