Re: [dpdk-dev] [RFC] net/mvpp2: implement dynamic logging

2018-05-31 Thread Ferruh Yigit
On 4/26/2018 11:44 AM, Tomasz Duszynski wrote: > Hello Stephen, > > A few nits on this inline. Hi Tomasz, This was an RFC targeting your driver. Can you re-spin the patch with your suggested updates? > > On Wed, Apr 25, 2018 at 09:44:54AM -0700, Stephen Hemminger wrote: >> All DPDK drivers sh

Re: [dpdk-dev] [RFC] net/mvpp2: implement dynamic logging

2018-04-26 Thread Tomasz Duszynski
Hello Stephen, A few nits on this inline. On Wed, Apr 25, 2018 at 09:44:54AM -0700, Stephen Hemminger wrote: > All DPDK drivers should use dynamic log types, not the default PMD > value. > > This is an RFC not a patch since I don't have libraries are > hardware to validate it. > > Signed-off-by:

[dpdk-dev] [RFC] net/mvpp2: implement dynamic logging

2018-04-25 Thread Stephen Hemminger
All DPDK drivers should use dynamic log types, not the default PMD value. This is an RFC not a patch since I don't have libraries are hardware to validate it. Signed-off-by: Stephen Hemminger --- drivers/net/mvpp2/mrvl_ethdev.c | 135 +--- drivers/net/mvpp2/mrvl_ethd