Re: [dpdk-dev] [PATCH 1/2] net/bnx2x: fix to use rte log

2018-11-09 Thread Ferruh Yigit
On 11/8/2018 9:38 PM, Stephen Hemminger wrote: > On Thu, 8 Nov 2018 21:19:26 + > "Mody, Rasesh" wrote: > >> Use rte_log() rather than RTE_LOG() for dynamic logging. Rearrange >> dynamic log types to the top and configurable log types to bottom. >> Remove unused RTE_LIBRTE_BNX2X_DEBUG_TX_FREE

Re: [dpdk-dev] [PATCH 1/2] net/bnx2x: fix to use rte log

2018-11-08 Thread Mody, Rasesh
>From: Stephen Hemminger >Sent: Thursday, November 08, 2018 1:39 PM > >On Thu, 8 Nov 2018 21:19:26 + >"Mody, Rasesh" wrote: > >> Use rte_log() rather than RTE_LOG() for dynamic logging. Rearrange >> dynamic log types to the top and configurable log types to bottom. >> Remove unused RTE_LIBRTE

Re: [dpdk-dev] [PATCH 1/2] net/bnx2x: fix to use rte log

2018-11-08 Thread Stephen Hemminger
On Thu, 8 Nov 2018 21:19:26 + "Mody, Rasesh" wrote: > Use rte_log() rather than RTE_LOG() for dynamic logging. Rearrange > dynamic log types to the top and configurable log types to bottom. > Remove unused RTE_LIBRTE_BNX2X_DEBUG_TX_FREE > > Fixes: ba7eeb035a5f ("net/bnx2x: fix logging to inc