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

Aaron Conole aconole at redhat.com
Tue Jan 2 17:08:34 UTC 2018


Hi Matteo,

Matteo Croce <mcroce at redhat.com> writes:

> 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 <mcroce at redhat.com>
> ---

Sorry I missed some of the development for this - I think it's better to
have the dpdk version retrieved via an appctl command.  I can't think of
a need for this information to be persistent - if it's for historical
information when debugging, we can put it in with the logs when dpdk is
started.  The user cannot influence DPDK version dynamically - it is not
just read-only, but it's read-only from a compile time decision.  I
might be misunderstanding the point of putting this in the DB, though?


More information about the dev mailing list