Hi Ferruh,
> -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@intel.com> > Sent: Wednesday, December 11, 2019 12:19 AM > To: Alfredo Cardigliano <cardigli...@ntop.org> > Cc: dev@dpdk.org; Stephen Hemminger <step...@networkplumber.org>; > Hemant Agrawal <hemant.agra...@nxp.com> > Subject: Re: [dpdk-dev] [PATCH v3 03/17] net/ionic: add log > Importance: High > > On 12/9/2019 9:46 PM, Alfredo Cardigliano wrote: > > Add debug options to the config file. > > Define macros used for logs and make use of config file options to > > enable them. > > > > Signed-off-by: Alfredo Cardigliano <cardigli...@ntop.org> > > Reviewed-by: Shannon Nelson <snel...@pensando.io> > > <...> > > > diff --git a/drivers/net/ionic/ionic_ethdev.c > > b/drivers/net/ionic/ionic_ethdev.c > > new file mode 100644 > > index 000000000..c706588bc > > --- /dev/null > > +++ b/drivers/net/ionic/ionic_ethdev.c > > @@ -0,0 +1,15 @@ > > +/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0) > > + * Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved. > > + */ > > My understanding was code will be BSD-3 license, but it seems it has been > dual license, BSD-3-Clause OR GPL-2.0 we are doing this for the code that > needs to be shared between kernel space and userspace code, since it is not > the case for this driver not sure if it is acceptable. Cc'ing Hemant and > Stephen > again. [Hemant] BSD-3+GPL2 is acceptable and approved license. W.r.t DPDK this code will be used as BSD-3 licensed in DPDK userspace.