[dpdk-dev] [PATCH v2 07/17] i40e: use the right debug macro

2014-09-02 Thread Jay Rolette
On Mon, Sep 1, 2014 at 5:24 AM, David Marchand wrote: > - Don't use DEBUGFUNC macro in non-shared code. > - Don't use printf for logs. > - We should avoid calling RTE_LOG directly as pmd provides a wrapper for > logs. > > Signed-off-by: David Marchand > --- > lib/librte_pmd_i40e/i40e_ethdev.c

[dpdk-dev] [PATCH v2 07/17] i40e: use the right debug macro

2014-09-01 Thread David Marchand
- Don't use DEBUGFUNC macro in non-shared code. - Don't use printf for logs. - We should avoid calling RTE_LOG directly as pmd provides a wrapper for logs. Signed-off-by: David Marchand --- lib/librte_pmd_i40e/i40e_ethdev.c| 146 +- lib/librte_pmd_i40e/i40e_e