Re: [ovs-dev] [PATCH v2] ovs-vsctl: show DPDK version

2017-12-25 Thread Matteo Croce
On Sun, Dec 24, 2017 at 8:02 PM, Ben Pfaff wrote: > On Sun, Dec 24, 2017 at 02:58:37PM +0100, Matteo Croce wrote: >> Show DPDK version if Open vSwitch is compiled with DPDK support. >> Add a `dpdk_version` column in the datamodel, change ovs-ctl and ovs-dev.py >> to populate the field with the rig

Re: [ovs-dev] [PATCH v2] ovs-vsctl: show DPDK version

2017-12-24 Thread Ben Pfaff
On Sun, Dec 24, 2017 at 02:58:37PM +0100, Matteo Croce wrote: > Show DPDK version if Open vSwitch is compiled with DPDK support. > Add a `dpdk_version` column in the datamodel, change ovs-ctl and ovs-dev.py > to populate the field with the right value. > > Signed-off-by: Matteo Croce > --- > v2:

[ovs-dev] [PATCH v2] ovs-vsctl: show DPDK version

2017-12-24 Thread Matteo Croce
Show DPDK version if Open vSwitch is compiled with DPDK support. Add a `dpdk_version` column in the datamodel, change ovs-ctl and ovs-dev.py to populate the field with the right value. Signed-off-by: Matteo Croce --- v2: edit ovs-ctl as well utilities/ovs-ctl.in | 7 +++ utilities/ov