]> git.proxmox.com Git - mirror_ovs.git/commit
dpif-netdev: Add log for PMD auto load balance interval parameter.
authorKevin Traynor <ktraynor@redhat.com>
Mon, 21 Dec 2020 13:10:30 +0000 (13:10 +0000)
committerIlya Maximets <i.maximets@ovn.org>
Fri, 15 Jan 2021 17:38:47 +0000 (18:38 +0100)
commite4db0b69e2d81d8d5ca1265fbfbd08a9b30a1a02
tree274de2bb0a825395e8ccbe66aec33a07ea5bf1da
parent32c8c10d94361f38331b03ccc2bcfe834c7914c4
dpif-netdev: Add log for PMD auto load balance interval parameter.

Previously if the parameter for the PMD auto load balance minimum
interval was changed at runtime, it was not logged unless the
PMD auto load balance feature was also changed to enabled.

Log the parameter anytime it changes, and use minutes when it is
logged as that is the user input format.

Fixes: 5bf84282482a ("Adding support for PMD auto load balancing")
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ian Stokes <ian.stokes@intel.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
lib/dpif-netdev.c