net/iavf: move compile time define to configuration
authorLavanya Govindarajan <lavanyax.govindarajan@intel.com>
Mon, 10 Jun 2019 13:07:38 +0000 (14:07 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 20 Jun 2019 21:42:04 +0000 (23:42 +0200)
commit0d8063fef63816c8ab5033aae7bfbfee4804a5b0
treeebc45177c830419645ced45dbd3d16ba1713e100
parentfe1d9ecb304e3e869acbbac00bc855fd25751b1b
net/iavf: move compile time define to configuration

DEBUG_DUMP_DESC flag is commented out in IAVF Makefile and to enable
it user needs to edit the Makefile. It is felt that this method is not
good. Hence removing this flag from IAVF makefile and adding a flag
CONFIG_RTE_LIBRTE_IAVF_DEBUG_DUMP_DESC to config/common_base.

Signed-off-by: Lavanya Govindarajan <lavanyax.govindarajan@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
config/common_base
drivers/net/iavf/Makefile
drivers/net/iavf/iavf_rxtx.h