> -----Original Message----- > From: Jerin Jacob <[email protected]> > Sent: Sunday, October 18, 2020 3:57 AM > To: McDaniel, Timothy <[email protected]> > Cc: dpdk-dev <[email protected]>; Carrillo, Erik G <[email protected]>; > Eads, Gage <[email protected]>; Van Haaren, Harry > <[email protected]>; Jerin Jacob <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v2 02/22] event/dlb2: add dynamic logging > > On Sat, Oct 17, 2020 at 11:50 PM Timothy McDaniel > <[email protected]> wrote: > > > > This commit adds base support for dynamic logging. > > The default log level is NOTICE. Dynamic logging > > is used exclusively throughout this patchset. > > > > Signed-off-by: Timothy McDaniel <[email protected]> > > Reviewed-by: Gage Eads <[email protected]> > > --- > > drivers/event/dlb2/dlb2_log.h | 25 +++++++++++++++++++++++++ > > 1 file changed, 25 insertions(+) > > create mode 100644 drivers/event/dlb2/dlb2_log.h > > > > diff --git a/drivers/event/dlb2/dlb2_log.h b/drivers/event/dlb2/dlb2_log.h > > new file mode 100644 > > index 0000000..dc1481e > > --- /dev/null > > +++ b/drivers/event/dlb2/dlb2_log.h > > @@ -0,0 +1,25 @@ > > +/* SPDX-License-Identifier: BSD-3-Clause > > + * Copyright(c) 2016-2020 Intel Corporation > > + */ > > + > > +#ifndef _DLB2_EVDEV_LOG_H_ > > +#define _DLB2_EVDEV_LOG_H_ > > + > > +extern int eventdev_dlb2_log_level; > > Move rte_log_register() calling part to this patch. Without > registration this patch > is incomplete. >
will do

