From 49d193cfb231e6a2b29e1ae59692b6e307c006ff Mon Sep 17 00:00:00 2001 From: Tomasz Duszynski Date: Thu, 12 Oct 2017 10:49:35 +0200 Subject: [PATCH] config: remove unused mrvl debug option Remove unused MRVL_DEBUG configuration option and update driver documentation accordingly. Signed-off-by: Tomasz Duszynski --- config/common_base | 1 - doc/guides/nics/mrvl.rst | 4 ---- 2 files changed, 5 deletions(-) diff --git a/config/common_base b/config/common_base index 6b9e7dad7f..d9471e8064 100644 --- a/config/common_base +++ b/config/common_base @@ -264,7 +264,6 @@ CONFIG_RTE_LIBRTE_NFP_DEBUG=n # Compile Marvell PMD driver # CONFIG_RTE_LIBRTE_MRVL_PMD=n -CONFIG_RTE_LIBRTE_MRVL_DEBUG=n CONFIG_RTE_MRVL_MUSDK_DMA_MEMSIZE=41943040 # diff --git a/doc/guides/nics/mrvl.rst b/doc/guides/nics/mrvl.rst index 462bc0e9d1..8fde2738ae 100644 --- a/doc/guides/nics/mrvl.rst +++ b/doc/guides/nics/mrvl.rst @@ -122,10 +122,6 @@ The following options can be modified in the ``config`` file. Toggle compilation of the librte_pmd_mrvl driver. -- ``CONFIG_RTE_LIBRTE_MRVL_DEBUG`` (default ``n``) - - Toggle display of debugging messages. - - ``CONFIG_RTE_MRVL_MUSDK_DMA_MEMSIZE`` (default ``41943040``) Size in bytes of the contiguous memory region that MUSDK will allocate -- 2.20.1