diff options
author | Hyong Youb Kim <hyonkim@cisco.com> | 2018-01-10 01:17:09 -0800 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2018-01-16 18:47:49 +0100 |
commit | 36efba2f93c45b18cf21642034517206d4784d42 (patch) | |
tree | 03765898ca93d7252feee05275edd4a728c9eabe /doc/guides/nics/enic.rst | |
parent | b5df2f7ac53cee378ddbcf8b1a423361a8743b77 (diff) | |
download | dpdk-36efba2f93c45b18cf21642034517206d4784d42.zip dpdk-36efba2f93c45b18cf21642034517206d4784d42.tar.gz dpdk-36efba2f93c45b18cf21642034517206d4784d42.tar.xz |
net/enic: use dynamic log types
"pmd.enic.init" replaces CONFIG_RTE_LIBRTE_ENIC_DEBUG
"pmd.enic.flow" replaces CONFIG_RTE_LIBRTE_ENIC_DEBUG_FLOW
Signed-off-by: Hyong Youb Kim <hyonkim@cisco.com>
Reviewed-by: John Daley <johndale@cisco.com>
Diffstat (limited to 'doc/guides/nics/enic.rst')
-rw-r--r-- | doc/guides/nics/enic.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/guides/nics/enic.rst b/doc/guides/nics/enic.rst index 22df466..4dffce1 100644 --- a/doc/guides/nics/enic.rst +++ b/doc/guides/nics/enic.rst @@ -52,12 +52,6 @@ Configuration information - **CONFIG_RTE_LIBRTE_ENIC_PMD** (default y): Enables or disables inclusion of the ENIC PMD driver in the DPDK compilation. - - **CONFIG_RTE_LIBRTE_ENIC_DEBUG** (default n): Enables or disables debug - logging within the ENIC PMD driver. - - - **CONFIG_RTE_LIBRTE_ENIC_DEBUG_FLOW** (default n): Enables or disables flow - API related debug logging within the ENIC PMD driver. - - **vNIC Configuration Parameters** - **Number of Queues** |