From: Stephen Hemminger Date: Thu, 11 Oct 2018 17:01:04 +0000 (-0700) Subject: dpdk: support passing log-level X-Git-Tag: v19.04-rc0~631 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=6ca6ac6c887eb38797027169f5a2f84e45b3436d dpdk: support passing log-level Since DPDK 17.05, DPDK logging supports per subsystem dynamic logging. Allow passing this as log-level on EAL command line. dpdk { log-level pmd.net.virtio.*:debug ... } Change-Id: If9576c11aba390a5cd2740fc1c9da5768689bd74 Signed-off-by: Stephen Hemminger --- diff --git a/src/plugins/dpdk/device/dpdk_priv.h b/src/plugins/dpdk/device/dpdk_priv.h index dd4b4ae8221..e5db674ca6d 100644 --- a/src/plugins/dpdk/device/dpdk_priv.h +++ b/src/plugins/dpdk/device/dpdk_priv.h @@ -49,7 +49,8 @@ _(force-ranks, r) _(huge-dir) \ _(proc-type) \ _(file-prefix) \ -_(vdev) +_(vdev) \ +_(log-level) typedef struct {