[dpdk-dev] [PATCH 07/21] net/atlantic: hardware register access routines
Hemant
hemant.agrawal at nxp.com
Mon Sep 24 08:29:44 CEST 2018
Hi Igor,
On 9/7/2018 8:51 PM, Igor Russkikh wrote:
> Signed-off-by: Igor Russkikh <igor.russkikh at aquantia.com>
> ---
> drivers/net/atlantic/atl_hw_regs.c | 58 +++++++++++++++++++++++++++++++++++++
> drivers/net/atlantic/atl_hw_regs.h | 59 ++++++++++++++++++++++++++++++++++++++
> 2 files changed, 117 insertions(+)
> create mode 100644 drivers/net/atlantic/atl_hw_regs.c
> create mode 100644 drivers/net/atlantic/atl_hw_regs.h
>
> diff --git a/drivers/net/atlantic/atl_hw_regs.c b/drivers/net/atlantic/atl_hw_regs.c
> new file mode 100644
> index 000000000..7301d08e7
> --- /dev/null
> +++ b/drivers/net/atlantic/atl_hw_regs.c
> @@ -0,0 +1,58 @@
> +/*
> + * aQuantia Corporation Network Driver
> + * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved
> + *
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms and conditions of the GNU General Public License,
> + * version 2, as published by the Free Software Foundation.
> + */
DPDK is a open source BSD-3 licensed framework. GPL license files are
not allowed in DPDK unless:
1. They are part of kernel module (e.g. KNI)
2. They are dual licensed and they support BSD-3 license as well.
So, please submit single or dual BSD-3 licensed source code.
More information about the dev
mailing list