Skip to content

Commit

Permalink
common/idpf/base: update license and README
Browse files Browse the repository at this point in the history
Update license and README

Signed-off-by: Wenjing Qiao <wenjing.qiao@intel.com>
Signed-off-by: 0-day Robot <robot@bytheb.org>
  • Loading branch information
Qiao-Intel authored and ovsrobot committed Apr 26, 2023
1 parent 7c7ddbf commit 5c7fecc
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 19 deletions.
8 changes: 8 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 2 additions & 2 deletions drivers/common/idpf/base/README
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_alloc.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_common.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_controlq.c
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_controlq.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_controlq_api.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_controlq_setup.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2001-2022 Intel Corporation
* Copyright(c) 2001-2023 Intel Corporation
*/


Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_devids.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_lan_pf_regs.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_lan_txrx.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_lan_vf_regs.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_osdep.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_prototype.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/idpf_type.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/meson.build
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/siov_regs.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/virtchnl2.h
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion drivers/common/idpf/base/virtchnl2_lan_desc.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5c7fecc

Please sign in to comment.