Re: [dpdk-dev] [PATCH next 00/10] more dynamic logging

2018-04-26 Thread Ferruh Yigit
On 4/27/2018 12:42 AM, Ferruh Yigit wrote: > On 4/25/2018 4:56 PM, Stephen Hemminger wrote: >> This set of patches converts more virtual drivers to use the >> dynamic log type, rather than PMD log type. >> >> Marking these for next since there is no urgency to get >> these into 18.05 and they are c

Re: [dpdk-dev] [PATCH next 00/10] more dynamic logging

2018-04-26 Thread Ferruh Yigit
On 4/27/2018 12:42 AM, Ferruh Yigit wrote: > On 4/25/2018 4:56 PM, Stephen Hemminger wrote: >> This set of patches converts more virtual drivers to use the >> dynamic log type, rather than PMD log type. >> >> Marking these for next since there is no urgency to get >> these into 18.05 and they are c

Re: [dpdk-dev] [PATCH next 00/10] more dynamic logging

2018-04-26 Thread Ferruh Yigit
On 4/25/2018 4:56 PM, Stephen Hemminger wrote: > This set of patches converts more virtual drivers to use the > dynamic log type, rather than PMD log type. > > Marking these for next since there is no urgency to get > these into 18.05 and they are compile tested only. > > Stephen Hemminger (10):

[dpdk-dev] [PATCH next 00/10] more dynamic logging

2018-04-25 Thread Stephen Hemminger
This set of patches converts more virtual drivers to use the dynamic log type, rather than PMD log type. Marking these for next since there is no urgency to get these into 18.05 and they are compile tested only. Stephen Hemminger (10): net/tap: convert to dynamic logging net/af_packet: conver