> From: Legacy, Allain [mailto:[email protected]] > Sent: Thursday, January 25, 2018 12:06 PM > To: Van Haaren, Harry <[email protected]>; [email protected] > Cc: Van Haaren, Harry <[email protected]>; Peters, Matt (Wind > River) <[email protected]> > Subject: RE: [PATCH 06/18] net/avp: align dynamic log names with standard > > > -----Original Message----- > > From: Harry van Haaren [mailto:[email protected]] > > Sent: Thursday, January 25, 2018 4:01 AM > > Subject: [PATCH 06/18] net/avp: align dynamic log names with standard > > > > This commit aligns the names for dynamic logging with the newly defined > > logging format. > > > > Signed-off-by: Harry van Haaren <[email protected]> > > > > --- > > > > Maintainer: > > Cc: [email protected] > > Cc: [email protected] > > --- > > drivers/net/avp/avp_ethdev.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/net/avp/avp_ethdev.c b/drivers/net/avp/avp_ethdev.c > > index e4ad7b0..dba9912 100644 > > --- a/drivers/net/avp/avp_ethdev.c > > +++ b/drivers/net/avp/avp_ethdev.c > > @@ -2318,7 +2318,7 @@ RTE_INIT(avp_init_log); static void > > avp_init_log(void) > > { > > - avp_logtype_driver = rte_log_register("pmd.avp.driver"); > > + avp_logtype_driver = rte_log_register("pmd.net.avp.driver"); > > if (avp_logtype_driver >= 0) > > rte_log_set_level(avp_logtype_driver, RTE_LOG_NOTICE); } > > -- > > 2.7.4 > > Signed-off-by: Allain Legacy <[email protected]>
Hi Allain, I presume you meant "Acked-by" above, not "Signed off by"? If so, please Ack :) Thanks, -Harry

