Re: [dpdk-dev] [PATCH] ethdev: fix log type for some logs

2020-07-07 Thread Ferruh Yigit
On 7/2/2020 12:40 PM, Andrew Rybchenko wrote: > On 7/2/20 2:17 PM, Ferruh Yigit wrote: >> Some log macros was using 'EAL' logtype, convert them to 'ethdev'. >> Also fix missing EOL and fix syntax for some logs. >> >> Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") >> Fixes: e489

Re: [dpdk-dev] [PATCH] ethdev: fix log type for some logs

2020-07-02 Thread Andrew Rybchenko
On 7/2/20 2:17 PM, Ferruh Yigit wrote: > Some log macros was using 'EAL' logtype, convert them to 'ethdev'. > Also fix missing EOL and fix syntax for some logs. > > Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") > Fixes: e489007a411c ("ethdev: add generic create/destroy ethdev

[dpdk-dev] [PATCH] ethdev: fix log type for some logs

2020-07-02 Thread Ferruh Yigit
Some log macros was using 'EAL' logtype, convert them to 'ethdev'. Also fix missing EOL and fix syntax for some logs. Fixes: 214ed1acd125 ("ethdev: add iterator to match devargs input") Fixes: e489007a411c ("ethdev: add generic create/destroy ethdev APIs") Cc: sta...@dpdk.org Signed-off-by: Ferru