[dpdk-dev] [PATCH v3 03/17] net/ionic: add log

Hemant Agrawal hemant.agrawal at nxp.com
Fri Dec 13 11:22:49 CET 2019


Hi Ferruh,

> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit at intel.com>
> Sent: Wednesday, December 11, 2019 12:19 AM
> To: Alfredo Cardigliano <cardigliano at ntop.org>
> Cc: dev at dpdk.org; Stephen Hemminger <stephen at networkplumber.org>;
> Hemant Agrawal <hemant.agrawal at 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 <cardigliano at ntop.org>
> > Reviewed-by: Shannon Nelson <snelson at 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. 


More information about the dev mailing list