2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

vswitchd: show DPDK version

Show DPDK version if Open vSwitch is compiled with DPDK support.
Version can be retrieved with `ovs-vswitchd --version` or from OVS logs.
Small change in ovs-ctl to avoid breakage on output change.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
This commit is contained in:
Matteo Croce
2018-01-15 19:21:12 +01:00
committed by Ian Stokes
parent 5e75881868
commit 40c23a57b8
5 changed files with 16 additions and 1 deletions

View File

@@ -54,3 +54,8 @@ dpdk_vhost_iommu_enabled(void)
{
return false;
}
void
print_dpdk_version(void)
{
}