Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-04-05 Thread Thomas Monjalon
22/03/2021 11:33, David Marchand: > On Wed, Mar 10, 2021 at 3:02 PM Thomas Monjalon wrote: > > diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c > > index 6a1b44bc77..bf7afe4610 100644 > > --- a/drivers/vdpa/ifc/ifcvf_vdpa.c > > +++ b/drivers/vdpa/ifc/ifcvf_vdpa.c > > @@ -

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-22 Thread David Marchand
On Wed, Mar 10, 2021 at 3:02 PM Thomas Monjalon wrote: > diff --git a/drivers/vdpa/ifc/ifcvf_vdpa.c b/drivers/vdpa/ifc/ifcvf_vdpa.c > index 6a1b44bc77..bf7afe4610 100644 > --- a/drivers/vdpa/ifc/ifcvf_vdpa.c > +++ b/drivers/vdpa/ifc/ifcvf_vdpa.c > @@ -25,7 +25,7 @@ > > #include "base/ifcvf.h" > >

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-19 Thread Ajit Khaparde
On Wed, Mar 10, 2021 at 6:01 AM Thomas Monjalon wrote: > > The log levels are configured by using the name of the logs. > Some drivers are aligned to follow a common log name standard: > pmd.class.driver[.sub] > Some "common" drivers skip the "class" part: > pmd.driver.sub > > Sign

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-19 Thread David Marchand
On Fri, Mar 19, 2021 at 6:15 PM Thomas Monjalon wrote: > > 19/03/2021 17:29, David Marchand: > > On Wed, Mar 10, 2021 at 3:02 PM Thomas Monjalon wrote: > > > > > > The log levels are configured by using the name of the logs. > > > Some drivers are aligned to follow a common log name standard: > >

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-19 Thread Thomas Monjalon
19/03/2021 17:29, David Marchand: > On Wed, Mar 10, 2021 at 3:02 PM Thomas Monjalon wrote: > > > > The log levels are configured by using the name of the logs. > > Some drivers are aligned to follow a common log name standard: > > pmd.class.driver[.sub] > > Some "common" drivers skip the "

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-19 Thread David Marchand
On Wed, Mar 10, 2021 at 3:02 PM Thomas Monjalon wrote: > > The log levels are configured by using the name of the logs. > Some drivers are aligned to follow a common log name standard: > pmd.class.driver[.sub] > Some "common" drivers skip the "class" part: > pmd.driver.sub Without

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-11 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-10 Thread Wang, Xiao W
Hi, BRs, Xiao > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, March 10, 2021 10:01 PM > To: dev@dpdk.org > Cc: Griffin, John ; Trahe, Fiona > ; Jain, Deepak K ; Ajit > Khaparde ; Raveendra Padasalagi > ; Vikas Gupta > ; Xu, Rosen ; Zhang, > Tianfei ; Richardson, Bruce > ;

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-10 Thread Xu, Rosen
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, March 10, 2021 22:01 > To: dev@dpdk.org > Cc: Griffin, John ; Trahe, Fiona > ; Jain, Deepak K ; Ajit > Khaparde ; Raveendra Padasalagi > ; Vikas Gupta > ; Xu, Rosen ; Zhang, > Tianfei ; Richardson, Bruce > ; Nipun Gupta ;

Re: [dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-10 Thread Bruce Richardson
On Wed, Mar 10, 2021 at 03:01:07PM +0100, Thomas Monjalon wrote: > The log levels are configured by using the name of the logs. > Some drivers are aligned to follow a common log name standard: > pmd.class.driver[.sub] > Some "common" drivers skip the "class" part: > pmd.driver.sub > >

[dpdk-dev] [PATCH 3/3] drivers: align log names

2021-03-10 Thread Thomas Monjalon
The log levels are configured by using the name of the logs. Some drivers are aligned to follow a common log name standard: pmd.class.driver[.sub] Some "common" drivers skip the "class" part: pmd.driver.sub Signed-off-by: Thomas Monjalon --- doc/guides/cryptodevs/qat.rst