Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-20 Thread Mody, Rasesh
> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Thursday, December 08, 2016 8:49 AM > > On 12/3/2016 2:43 AM, Harish Patil wrote: > > From: Rasesh Mody > > > > Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with > > CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value > >

Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-20 Thread Harish Patil
> >On 12/12/2016 5:15 PM, Harish Patil wrote: >> Hi Ferruh, >> >>> On 12/3/2016 2:43 AM, Harish Patil wrote: From: Rasesh Mody Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value where each bit represent a pa

Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-12 Thread Ferruh Yigit
On 12/12/2016 5:15 PM, Harish Patil wrote: > Hi Ferruh, > >> On 12/3/2016 2:43 AM, Harish Patil wrote: >>> From: Rasesh Mody >>> >>> Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with >>> CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value >>> where each bit represent a particular su

Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-12 Thread Harish Patil
Hi Ferruh, >On 12/3/2016 2:43 AM, Harish Patil wrote: >> From: Rasesh Mody >> >> Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with >> CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value >> where each bit represent a particular submodule to debug. Also move >> notice messages under

Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-08 Thread Ferruh Yigit
On 12/3/2016 2:43 AM, Harish Patil wrote: > From: Rasesh Mody > > Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with > CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value > where each bit represent a particular submodule to debug. Also move > notice messages under CONFIG_RTE_LIBRTE_Q

Re: [dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-08 Thread Ferruh Yigit
On 12/3/2016 2:43 AM, Harish Patil wrote: > From: Rasesh Mody > > Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with > CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value > where each bit represent a particular submodule to debug. Also move > notice messages under CONFIG_RTE_LIBRTE_Q

[dpdk-dev] [PATCH 1/7] net/qede: reduce noise in debug logs

2016-12-02 Thread Harish Patil
From: Rasesh Mody Replace CONFIG_RTE_LIBRTE_QEDE_DEBUG_DRIVER with CONFIG_RTE_LIBRTE_QEDE_DEBUG_VAL which is a 32-bit bitmapped value where each bit represent a particular submodule to debug. Also move notice messages under CONFIG_RTE_LIBRTE_QEDE_DEBUG_INFO. Signed-off-by: Harish Patil Signed-o