Re: [dpdk-dev] [PATCH v2 0/7] Remove some uses of PMD logtype

2020-03-31 Thread Ferruh Yigit
On 3/31/2020 6:43 PM, Ferruh Yigit wrote: > On 3/31/2020 6:31 PM, Stephen Hemminger wrote: >> While working on netvsc driver, noticed that there are still some places >> in some drivers using the old PMD static logtype. Would like to >> eradicate all of these and even mark it as deprecated in a fu

Re: [dpdk-dev] [PATCH v2 0/7] Remove some uses of PMD logtype

2020-03-31 Thread Ferruh Yigit
On 3/31/2020 6:31 PM, Stephen Hemminger wrote: > While working on netvsc driver, noticed that there are still some places > in some drivers using the old PMD static logtype. Would like to > eradicate all of these and even mark it as deprecated in a future > release. > > v2 - fix checkpatch whites

[dpdk-dev] [PATCH v2 0/7] Remove some uses of PMD logtype

2020-03-31 Thread Stephen Hemminger
While working on netvsc driver, noticed that there are still some places in some drivers using the old PMD static logtype. Would like to eradicate all of these and even mark it as deprecated in a future release. v2 - fix checkpatch whitespace complaints Stephen Hemminger (7): net/mvneta: do no