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.

Reply via email to