Re: [ovs-dev] [PATCH 2/2] odp-util: Use port names in output in more places.

2017-06-23 Thread Ben Pfaff
eurich > > > -Original Message- > > From: ovs-dev-boun...@openvswitch.org > > [mailto:ovs-dev-boun...@openvswitch.org] On Behalf Of Ben Pfaff > > Sent: Tuesday, 20 June, 2017 04:26 > > To: d...@openvswitch.org > > Cc: Ben Pfaff > > Subject

Re: [ovs-dev] [PATCH 2/2] odp-util: Use port names in output in more places.

2017-06-23 Thread Jan Scheurich
t: [ovs-dev] [PATCH 2/2] odp-util: Use port names in output in more > places. > > Until now, ODP output only showed port names for in_port matches. This > commit shows them in other places port numbers appear. > > Signed-off-by: Ben Pfaff > --- > lib/dpctl.c

[ovs-dev] [PATCH 2/2] odp-util: Use port names in output in more places.

2017-06-19 Thread Ben Pfaff
Until now, ODP output only showed port names for in_port matches. This commit shows them in other places port numbers appear. Signed-off-by: Ben Pfaff --- lib/dpctl.c | 8 ++-- lib/dpif-netdev.c| 2 +- lib/dpif.c | 4 +- lib/odp-util.c