NAK/Cmnt: [SRU][F:linux-bluefield][PATCH v2 1/1] UBUNTU: SAUCE: platform/mellanox: Add ctrl message and MAC configuration

Krzysztof Kozlowski krzysztof.kozlowski at canonical.com
Thu May 6 11:40:19 UTC 2021


On 05/05/2021 15:06, Liming Sun wrote:
> From: Liming Sun <lsun at mellanox.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/1927253
> 
> This commit adds control message support and MAC configuration
> based on the control message.
> 
> Signed-off-by: Liming Sun <limings at nvidia.com>
> ---
>  drivers/platform/mellanox/mlxbf-tmfifo-regs.h |   4 +-
>  drivers/platform/mellanox/mlxbf-tmfifo.c      | 180 ++++++++++++++++++++++----
>  2 files changed, 156 insertions(+), 28 deletions(-)
> 
> diff --git a/drivers/platform/mellanox/mlxbf-tmfifo-regs.h b/drivers/platform/mellanox/mlxbf-tmfifo-regs.h
> index e4f0d2e..e680230 100644
> --- a/drivers/platform/mellanox/mlxbf-tmfifo-regs.h
> +++ b/drivers/platform/mellanox/mlxbf-tmfifo-regs.h
> @@ -1,6 +1,6 @@
> -/* SPDX-License-Identifier: GPL-2.0 */
> +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */
>  /*
> - * Copyright (c) 2019, Mellanox Technologies. All rights reserved.
> + * Copyright (c) 2020 NVIDIA Corporation. All rights reserved.
>   */
>  
>  #ifndef __MLXBF_TMFIFO_REGS_H__
> diff --git a/drivers/platform/mellanox/mlxbf-tmfifo.c b/drivers/platform/mellanox/mlxbf-tmfifo.c
> index 5739a966..b69ab33 100644
> --- a/drivers/platform/mellanox/mlxbf-tmfifo.c
> +++ b/drivers/platform/mellanox/mlxbf-tmfifo.c
> @@ -1,8 +1,8 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only

The same as in your other patch - this looks unrelated to the change
here, so should be separate commit.  Relicensing existing contribution
is not that easy - you need other contributors or copyright holder
signed-offs.


Best regards,
Krzysztof



More information about the kernel-team mailing list