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:
@@ -54,3 +54,8 @@ dpdk_vhost_iommu_enabled(void)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
print_dpdk_version(void)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user