This helps to make datapath flows user friendly, like OpenFlow flows are now as well. There's still room for improvement but I think that this is a step in the right direction.
I split this off from the packet type aware pipeline series as it wasn't directly relevant. Ben Pfaff (2): ovs-dpctl: New --names option to use port names in flow dumps. odp-util: Use port names in output in more places. lib/dpctl.c | 84 +++++++++++++++++++++++++----------- lib/dpctl.h | 3 ++ lib/dpctl.man | 7 +-- lib/dpif-netdev.c | 2 +- lib/dpif.c | 4 +- lib/odp-util.c | 100 ++++++++++++++++++++++++++----------------- lib/odp-util.h | 5 ++- ofproto/ofproto-dpif-trace.c | 2 +- ofproto/ofproto-dpif.c | 50 +++++++++++++++------- tests/test-odp.c | 2 +- utilities/ovs-dpctl.8.in | 9 +++- utilities/ovs-dpctl.c | 20 +++++++++ 12 files changed, 198 insertions(+), 90 deletions(-) -- 2.10.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
