DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Qiao, Wenjing" <wenjing.qiao@intel.com>,
	"Wu, Jingjing" <jingjing.wu@intel.com>,
	"Xing, Beilei" <beilei.xing@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>, "Liu, Mingxia" <mingxia.liu@intel.com>
Subject: RE: [PATCH v3 15/15] common/idpf/base: update license and README
Date: Wed, 26 Apr 2023 11:56:33 +0000	[thread overview]
Message-ID: <DM4PR11MB59940C7B5F8B421F6E1E7DCAD7659@DM4PR11MB5994.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20230426102259.205992-16-wenjing.qiao@intel.com>



> -----Original Message-----
> From: Qiao, Wenjing <wenjing.qiao@intel.com>
> Sent: Wednesday, April 26, 2023 6:23 PM
> To: Wu, Jingjing <jingjing.wu@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: dev@dpdk.org; Liu, Mingxia <mingxia.liu@intel.com>; Qiao, Wenjing
> <wenjing.qiao@intel.com>
> Subject: [PATCH v3 15/15] common/idpf/base: update license and README
> 
> Update license and README

It's just a copyright update, not a license issue, will fix this when we apply the patch.

> Signed-off-by: Wenjing Qiao <wenjing.qiao@intel.com>

> ---
>  .mailmap                                       | 8 ++++++++
>  drivers/common/idpf/base/README                | 4 ++--
>  drivers/common/idpf/base/idpf_alloc.h          | 2 +-
>  drivers/common/idpf/base/idpf_common.c         | 2 +-
>  drivers/common/idpf/base/idpf_controlq.c       | 2 +-
>  drivers/common/idpf/base/idpf_controlq.h       | 2 +-
>  drivers/common/idpf/base/idpf_controlq_api.h   | 2 +-
>  drivers/common/idpf/base/idpf_controlq_setup.c | 2 +-
>  drivers/common/idpf/base/idpf_devids.h         | 2 +-
>  drivers/common/idpf/base/idpf_lan_pf_regs.h    | 2 +-
>  drivers/common/idpf/base/idpf_lan_txrx.h       | 2 +-
>  drivers/common/idpf/base/idpf_lan_vf_regs.h    | 2 +-
>  drivers/common/idpf/base/idpf_osdep.h          | 2 +-
>  drivers/common/idpf/base/idpf_prototype.h      | 2 +-
>  drivers/common/idpf/base/idpf_type.h           | 2 +-
>  drivers/common/idpf/base/meson.build           | 2 +-
>  drivers/common/idpf/base/siov_regs.h           | 2 +-
>  drivers/common/idpf/base/virtchnl2.h           | 2 +-
>  drivers/common/idpf/base/virtchnl2_lan_desc.h  | 2 +-
>  19 files changed, 27 insertions(+), 19 deletions(-)
> 
> diff --git a/.mailmap b/.mailmap
> index 0859104404..309b1bc69e 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -1603,3 +1603,11 @@ Ziye Yang <ziye.yang@intel.com>  Zoltan Kiss
> <zoltan.kiss@schaman.hu> <zoltan.kiss@linaro.org>  Zorik Machulsky
> <zorik@amazon.com>  Zyta Szpak <zyta@marvell.com> <zr@semihalf.com>
> <zyta.szpak@semihalf.com>
> +Charles Stoll <charles.stoll@intel.com> Nizan Zorea
> +<nizan.zorea@intel.com> Vinoth Kumar Chandra Mohan
> +<vinoth.kumar.chandra.mohan@intel.com>
> +NorbertX Ciosek <norbertx.ciosek@intel.com> Pavan Kumar Linga
> +<pavan.kumar.linga@intel.com> Jun Zhang <xuejun.zhang@intel.com>
> +Priyalee Kushwaha <priyalee.kushwaha@intel.com> Kazatsker Kirill
> +<kirill.kazatsker@intel.com>
> diff --git a/drivers/common/idpf/base/README
> b/drivers/common/idpf/base/README index 257ad6c4b1..693049c057
> 100644
> --- a/drivers/common/idpf/base/README
> +++ b/drivers/common/idpf/base/README
> @@ -1,12 +1,12 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2021-2022 Intel Corporation
> + * Copyright(c) 2021-2023 Intel Corporation
>   */
> 
>  Intel® IDPF driver
>  ==================
> 
>  This directory contains source code of BSD-3-Clause idpf driver of version
> -2022.09.13 released by the team which develops basic drivers for Intel IPU.
> +2023.02.23 released by the team which develops basic drivers for Intel IPU.
>  The directory of base/ contains the original source package.
>  This driver is valid for the product(s) listed below
> 
> diff --git a/drivers/common/idpf/base/idpf_alloc.h
> b/drivers/common/idpf/base/idpf_alloc.h
> index bc054851b3..5cc4beb5cf 100644
> --- a/drivers/common/idpf/base/idpf_alloc.h
> +++ b/drivers/common/idpf/base/idpf_alloc.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_ALLOC_H_
> diff --git a/drivers/common/idpf/base/idpf_common.c
> b/drivers/common/idpf/base/idpf_common.c
> index 17b2221624..6abe74afda 100644
> --- a/drivers/common/idpf/base/idpf_common.c
> +++ b/drivers/common/idpf/base/idpf_common.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #include "idpf_type.h"
> diff --git a/drivers/common/idpf/base/idpf_controlq.c
> b/drivers/common/idpf/base/idpf_controlq.c
> index 9374fce71e..68aae6f321 100644
> --- a/drivers/common/idpf/base/idpf_controlq.c
> +++ b/drivers/common/idpf/base/idpf_controlq.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #include "idpf_controlq.h"
> diff --git a/drivers/common/idpf/base/idpf_controlq.h
> b/drivers/common/idpf/base/idpf_controlq.h
> index 47bffcf79f..0fe0e94a37 100644
> --- a/drivers/common/idpf/base/idpf_controlq.h
> +++ b/drivers/common/idpf/base/idpf_controlq.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_CONTROLQ_H_
> diff --git a/drivers/common/idpf/base/idpf_controlq_api.h
> b/drivers/common/idpf/base/idpf_controlq_api.h
> index a00faac05f..ad649ab356 100644
> --- a/drivers/common/idpf/base/idpf_controlq_api.h
> +++ b/drivers/common/idpf/base/idpf_controlq_api.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_CONTROLQ_API_H_
> diff --git a/drivers/common/idpf/base/idpf_controlq_setup.c
> b/drivers/common/idpf/base/idpf_controlq_setup.c
> index 3a272b1f8d..0f1b52a7e9 100644
> --- a/drivers/common/idpf/base/idpf_controlq_setup.c
> +++ b/drivers/common/idpf/base/idpf_controlq_setup.c
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
> 
> diff --git a/drivers/common/idpf/base/idpf_devids.h
> b/drivers/common/idpf/base/idpf_devids.h
> index a91eb4e02a..c47762d5b7 100644
> --- a/drivers/common/idpf/base/idpf_devids.h
> +++ b/drivers/common/idpf/base/idpf_devids.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_DEVIDS_H_
> diff --git a/drivers/common/idpf/base/idpf_lan_pf_regs.h
> b/drivers/common/idpf/base/idpf_lan_pf_regs.h
> index 1c665d1f3b..8542620e01 100644
> --- a/drivers/common/idpf/base/idpf_lan_pf_regs.h
> +++ b/drivers/common/idpf/base/idpf_lan_pf_regs.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_LAN_PF_REGS_H_
> diff --git a/drivers/common/idpf/base/idpf_lan_txrx.h
> b/drivers/common/idpf/base/idpf_lan_txrx.h
> index 82742857be..ac925736d7 100644
> --- a/drivers/common/idpf/base/idpf_lan_txrx.h
> +++ b/drivers/common/idpf/base/idpf_lan_txrx.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_LAN_TXRX_H_
> diff --git a/drivers/common/idpf/base/idpf_lan_vf_regs.h
> b/drivers/common/idpf/base/idpf_lan_vf_regs.h
> index c8739fae7a..b5ff9b2cc9 100644
> --- a/drivers/common/idpf/base/idpf_lan_vf_regs.h
> +++ b/drivers/common/idpf/base/idpf_lan_vf_regs.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_LAN_VF_REGS_H_
> diff --git a/drivers/common/idpf/base/idpf_osdep.h
> b/drivers/common/idpf/base/idpf_osdep.h
> index abcf68f1a2..8a49a966ea 100644
> --- a/drivers/common/idpf/base/idpf_osdep.h
> +++ b/drivers/common/idpf/base/idpf_osdep.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_OSDEP_H_
> diff --git a/drivers/common/idpf/base/idpf_prototype.h
> b/drivers/common/idpf/base/idpf_prototype.h
> index c9812a7f94..988ff00506 100644
> --- a/drivers/common/idpf/base/idpf_prototype.h
> +++ b/drivers/common/idpf/base/idpf_prototype.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_PROTOTYPE_H_
> diff --git a/drivers/common/idpf/base/idpf_type.h
> b/drivers/common/idpf/base/idpf_type.h
> index 2a97d32a8b..a22d28f448 100644
> --- a/drivers/common/idpf/base/idpf_type.h
> +++ b/drivers/common/idpf/base/idpf_type.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _IDPF_TYPE_H_
> diff --git a/drivers/common/idpf/base/meson.build
> b/drivers/common/idpf/base/meson.build
> index dc4b93c198..96d7642209 100644
> --- a/drivers/common/idpf/base/meson.build
> +++ b/drivers/common/idpf/base/meson.build
> @@ -1,5 +1,5 @@
>  # SPDX-License-Identifier: BSD-3-Clause -# Copyright(c) 2022 Intel
> Corporation
> +# Copyright(c) 2023 Intel Corporation
> 
>  sources += files(
>          'idpf_common.c',
> diff --git a/drivers/common/idpf/base/siov_regs.h
> b/drivers/common/idpf/base/siov_regs.h
> index 3ac4f8f177..fad329601a 100644
> --- a/drivers/common/idpf/base/siov_regs.h
> +++ b/drivers/common/idpf/base/siov_regs.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
>  #ifndef _SIOV_REGS_H_
>  #define _SIOV_REGS_H_
> diff --git a/drivers/common/idpf/base/virtchnl2.h
> b/drivers/common/idpf/base/virtchnl2.h
> index 1eaa436485..594bc26b8c 100644
> --- a/drivers/common/idpf/base/virtchnl2.h
> +++ b/drivers/common/idpf/base/virtchnl2.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
> 
>  #ifndef _VIRTCHNL2_H_
> diff --git a/drivers/common/idpf/base/virtchnl2_lan_desc.h
> b/drivers/common/idpf/base/virtchnl2_lan_desc.h
> index 0992cefc6c..e6e782a219 100644
> --- a/drivers/common/idpf/base/virtchnl2_lan_desc.h
> +++ b/drivers/common/idpf/base/virtchnl2_lan_desc.h
> @@ -1,5 +1,5 @@
>  /* SPDX-License-Identifier: BSD-3-Clause
> - * Copyright(c) 2001-2022 Intel Corporation
> + * Copyright(c) 2001-2023 Intel Corporation
>   */
>  /*
>   * Copyright (C) 2019 Intel Corporation
> --
> 2.25.1


  reply	other threads:[~2023-04-26 11:56 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13  9:44 [PATCH 00/18] update idpf shared code Wenjing Qiao
2023-04-13  9:44 ` [PATCH 01/18] common/idpf: support flow subscription Wenjing Qiao
2023-04-21  8:40   ` [PATCH v2 00/15] update idpf shared code Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 01/15] common/idpf: remove virtchnl related " Wenjing Qiao
2023-04-24 11:52       ` Zhang, Qi Z
2023-04-26 10:22       ` [PATCH v3 00/15] update idpf base code Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 01/15] common/idpf/base: remove virtchnl related " Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 02/15] common/idpf/base: fix ctlq message send and receive Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 03/15] common/idpf/base: fix ITR register definitions for AVF Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 04/15] common/idpf/base: remove qregion struct variables Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 05/15] common/idpf/base: move OEM capability to the last bit Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 06/15] common/idpf/base: modify SSO/LSO and ITR fields Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 07/15] common/idpf/base: add virtchnl2 error codes Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 08/15] common/idpf/base: swap opcode and retval location in msg struct Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 09/15] common/idpf/base: fix idpf_send_msg_to_cp prototypes Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 10/15] common/idpf/base: fix memory leaks on ctrlq functions Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 11/15] common/idpf/base: allocate static buffer at initialization Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 12/15] common/idpf/base: replace MAKEMASK to IDPF_M Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 13/15] common/idpf/base: add/delete queue groups commands Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 14/15] common/idpf/base: add func to clean all DESCs on controlq Wenjing Qiao
2023-04-26 10:22         ` [PATCH v3 15/15] common/idpf/base: update license and README Wenjing Qiao
2023-04-26 11:56           ` Zhang, Qi Z [this message]
2023-06-12 10:18           ` Thomas Monjalon
2023-04-26 12:40         ` [PATCH v3 00/15] update idpf base code Zhang, Qi Z
2023-04-21  8:40     ` [PATCH v2 02/15] common/idpf: fix ctlq message send and receive Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 03/15] common/idpf: fix ITR register definitions for AVF Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 04/15] common/idpf: remove qregion struct variables Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 05/15] common/idpf: move OEM capability to the last bit Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 06/15] common/idpf: modify SSO/LSO and ITR fields Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 07/15] common/idpf: add virtchnl2 error codes Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 08/15] common/idpf: swap opcode and retval location in msg struct Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 09/15] common/idpf: fix idpf_send_msg_to_cp prototypes Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 10/15] common/idpf: fix memory leaks on ctrlq functions Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 11/15] common/idpf: allocate static buffer at initialization Wenjing Qiao
2023-04-24 12:15       ` Zhang, Qi Z
2023-04-21  8:40     ` [PATCH v2 12/15] common/idpf: replace MAKEMASK to IDPF_M Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 13/15] common/idpf: add/delete queue groups commands Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 14/15] common/idpf: add func to clean all DESCs on controlq Wenjing Qiao
2023-04-21  8:40     ` [PATCH v2 15/15] common/idpf: update license and README Wenjing Qiao
2023-04-13  9:44 ` [PATCH 02/18] common/idpf: fix ctlq message send and receive Wenjing Qiao
2023-04-13  9:44 ` [PATCH 03/18] common/idpf: fix ITR register definitions for AVF Wenjing Qiao
2023-04-13  9:44 ` [PATCH 04/18] common/idpf: remove qregion struct variables Wenjing Qiao
2023-04-13  9:44 ` [PATCH 05/18] common/idpf: move OEM capability to the last bit Wenjing Qiao
2023-04-13  9:44 ` [PATCH 06/18] common/idpf: modify SSO/LSO and ITR fields Wenjing Qiao
2023-04-13  9:44 ` [PATCH 07/18] common/idpf: add virtchnl2 error codes Wenjing Qiao
2023-04-13  9:44 ` [PATCH 08/18] common/idpf: swap opcode and retval location in msg struct Wenjing Qiao
2023-04-13  9:44 ` [PATCH 09/18] common/idpf: fix idpf_send_msg_to_cp prototypes Wenjing Qiao
2023-04-13  9:44 ` [PATCH 10/18] common/idpf: fix memory leaks on ctrlq functions Wenjing Qiao
2023-04-13  9:44 ` [PATCH 11/18] common/idpf: allocate static buffer at initialization Wenjing Qiao
2023-04-13  9:44 ` [PATCH 12/18] common/idpf: add SyncE support over VF Wenjing Qiao
2023-04-13  9:44 ` [PATCH 13/18] common/idpf: replace MAKEMASK to IDPF_M Wenjing Qiao
2023-04-13  9:44 ` [PATCH 14/18] common/idpf: add GNSS support over VF Wenjing Qiao
2023-04-13  9:44 ` [PATCH 15/18] common/idpf: add/delete queue groups commands Wenjing Qiao
2023-04-13  9:45 ` [PATCH 16/18] common/idpf: add func to clean all DESCs on controlq Wenjing Qiao
2023-04-13  9:45 ` [PATCH 17/18] common/idpf: fix cannot understand warnings Wenjing Qiao
2023-04-13  9:45 ` [PATCH 18/18] common/idpf: update license and README Wenjing Qiao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM4PR11MB59940C7B5F8B421F6E1E7DCAD7659@DM4PR11MB5994.namprd11.prod.outlook.com \
    --to=qi.z.zhang@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=mingxia.liu@intel.com \
    --cc=wenjing.qiao@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).