]> git.proxmox.com Git - ovs.git/commit - lib/dpdk.c
dpdk: Remove unneeded log message copy.
authorDavid Marchand <david.marchand@redhat.com>
Fri, 6 Sep 2019 11:26:02 +0000 (13:26 +0200)
committerIan Stokes <ian.stokes@intel.com>
Thu, 26 Sep 2019 08:28:25 +0000 (09:28 +0100)
commitd0d1a76eac10dff8b2eb10bc5ff35b65eacd7234
tree284bbc2088975076ad534914ea1397aca65b2eec
parent892545b953d23e29da8f556937f7ea66d0e85e28
dpdk: Remove unneeded log message copy.

No need to duplicate and null-terminate the passed buffer.
We can directly give it to the vlog subsystem using a dynamic precision
in the format string.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/dpdk.c