]> git.droids-corp.org - dpdk.git/commitdiff
net/ice/base: update copyright
authorXiaoyun Li <xiaoyun.li@intel.com>
Mon, 18 May 2020 09:07:33 +0000 (17:07 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 18 May 2020 18:35:57 +0000 (20:35 +0200)
Clarify Intel copyright and update the date to 2020.

Fixes: f3202a097f12 ("net/ice/base: add ACL module")
Fixes: a90fae1d0755 ("net/ice/base: add admin queue structures and commands")
Fixes: 2d2bdc026737 ("net/ice/base: add various headers")
Fixes: c9e37832c95f ("net/ice/base: rework on bit ops")
Fixes: 453d087ccaff ("net/ice/base: add common functions")
Fixes: 6c1f26be50a2 ("net/ice/base: add control queue information")
Fixes: 1082f786547e ("net/ice/base: support DCB")
Fixes: 6aa406714a65 ("net/ice/base: add device IDs for Intel E800 Series NICs")
Fixes: bd984f155f49 ("net/ice/base: support FDIR")
Fixes: 51d04e4933e3 ("net/ice/base: add flexible pipeline module")
Fixes: 2d2bdc026737 ("net/ice/base: add various headers")
Fixes: aa1cd410fa64 ("net/ice/base: add flow module")
Fixes: 51c7f09f3f81 ("net/ice/base: add registers for Intel E800 Series NIC")
Fixes: 64e9587d5629 ("net/ice/base: add structures for Rx/Tx queues")
Fixes: 557fa75bcf55 ("net/ice/base: add code to work with the NVM")
Fixes: b06499a43394 ("net/ice/base: update Boot Configuration Section read of NVM")
Fixes: 04b8ec1ea807 ("net/ice/base: add protocol structures and defines")
Fixes: 2a27e0a16d29 ("net/ice/base: add sideband queue info")
Fixes: 93e84b1bfc92 ("net/ice/base: add basic Tx scheduler")
Fixes: c7dd15931183 ("net/ice/base: add virtual switch code")
Fixes: a240ff50505b ("net/ice/base: add basic structures")
Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
34 files changed:
drivers/net/ice/base/ice_acl.c
drivers/net/ice/base/ice_acl.h
drivers/net/ice/base/ice_acl_ctrl.c
drivers/net/ice/base/ice_adminq_cmd.h
drivers/net/ice/base/ice_alloc.h
drivers/net/ice/base/ice_bitops.h
drivers/net/ice/base/ice_common.c
drivers/net/ice/base/ice_common.h
drivers/net/ice/base/ice_controlq.c
drivers/net/ice/base/ice_controlq.h
drivers/net/ice/base/ice_dcb.c
drivers/net/ice/base/ice_dcb.h
drivers/net/ice/base/ice_devids.h
drivers/net/ice/base/ice_fdir.c
drivers/net/ice/base/ice_fdir.h
drivers/net/ice/base/ice_flex_pipe.c
drivers/net/ice/base/ice_flex_pipe.h
drivers/net/ice/base/ice_flex_type.h
drivers/net/ice/base/ice_flow.c
drivers/net/ice/base/ice_flow.h
drivers/net/ice/base/ice_hw_autogen.h
drivers/net/ice/base/ice_lan_tx_rx.h
drivers/net/ice/base/ice_nvm.c
drivers/net/ice/base/ice_nvm.h
drivers/net/ice/base/ice_osdep.h
drivers/net/ice/base/ice_protocol_type.h
drivers/net/ice/base/ice_sbq_cmd.h
drivers/net/ice/base/ice_sched.c
drivers/net/ice/base/ice_sched.h
drivers/net/ice/base/ice_status.h
drivers/net/ice/base/ice_switch.c
drivers/net/ice/base/ice_switch.h
drivers/net/ice/base/ice_type.h
drivers/net/ice/base/meson.build

index 26e03aa3384557bd365898809bc466619ebcebab..31244cb4b9d9757a9d535a1c60c38d403499f69b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_acl.h"
index 00296300b76604fe7d95798bf2130a2896b8974e..500db0c35ee2a17cb74d8d89f1f2e3840475e30c 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_ACL_H_
index 7dfe0eda3b109accba4ce934fc165b9c91a0abc2..e67605141052d280fcd6c20187ca49760037f1fd 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_acl.h"
index 4e280f41329b778e23079b59d9a57e9866470749..57a785508f378a4dacc41a9c4c559584f3a91448 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_ADMINQ_CMD_H_
index 2a192f613643cfc6e73388d795496ef8b21cebf9..cfe91994037f07de3e681c0bf23f68d7a337a40d 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_ALLOC_H_
index 0643904db056122d1f7883a726503597d39b8580..87f47b2386ececa6e102f0f8d38cc088039e71ba 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_BITOPS_H_
index dc9e54197409283c55baef9198a8cef90b7a3622..17ffdee006c96b5b7713cd69138a0d80fc91adc6 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_common.h"
index 9ca1f75e9c995dee0ffd73f6a58106850cce9d2c..2a1077b90f76a55f94854f9352f533ce63435718 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_COMMON_H_
index 41c8c7e058684213689aae9aca6ad4e5a10e0a23..47dde2f7cb48087e450b900452da00d202a16ff6 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_common.h"
index f47fd43468eab12043f822d2d3466b3b3df9e2a9..e5e0001788bc7dd6e9269e692cf5d8bcff6adc8c 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_CONTROLQ_H_
index b238b966c7eb429c745289c536c42a65c7978dde..50634a14543a2f717b934293f191c86707c8136f 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_common.h"
index fda7150c65ef0b5c44ff07a2dc3c395459a6075d..3ffeb864cc8dcad4f5ca76f1ab7401d86f276535 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_DCB_H_
index 21cc915a5df423594e16c9ae22b3423d01135133..e396f445afa89bb754a33c34493395b7b14e7c44 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_DEVIDS_H_
index f8996415378ffd84bd3984d4cb7063fd63cbbae8..4e9aafc3913580bcec4c3f615fa3819b7a015a46 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_common.h"
index e52104e9a0bd831ed3978fa2e60a707cb13b8363..18656c55f1b360c0779cb07173aa496515984a2a 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_FDIR_H_
index de14d9d9d2845b64e3c4ff0ecd20b4ade4cda91e..512ced6b8ed69f11990c5e7eb44d763d82102769 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_common.h"
index 72225ac4b2c4da4d06c2187dbb1fb22398191376..214c7a28373d8d4737624d4067580fd794695a5a 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_FLEX_PIPE_H_
index 4e4ba4deb02a54ae4aecb5705c1c5085cc4f0905..b58007fb3fcb61d023f79a91a2b9a8c0aa8a22f9 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_FLEX_TYPE_H_
index c876377ed17f3116143d42f63dc13be7b104bfee..08e646b04eb26dd989165200a075cbfb1f1ae0d6 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_common.h"
index 37f1c76aea6e6ad09f44e67425bf1771014777a0..3897d8b8842ba7e8bea67c512a3d28dc90b11248 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_FLOW_H_
index 6b92d3ce9c6ba63993458032aeb9481d7c76c5e7..1c9c84dfb444b38452e23d813c138b23189a8d62 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 /* Machine-generated file; do not edit */
index d904385cb6376b582549bd2873f3ca368a58a01c..a0e284a8d92c6bb4be3c45960240c4cc2c5aaa67 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_LAN_TX_RX_H_
index 1bbd6e209001697e9c280ac70f33eb9c1ffc51d7..d5e6215de2c583312152f0393bb6b74a29f333c0 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_common.h"
index e5f8888e3a3e9cfd8e8af56af4d3efd2a7c098c2..9a61d415345ca5d05a1aabb134c99248a29574d3 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_NVM_H_
index c70f5f8a7ef608dd1df582195f693ef0f7378f8a..921332fcd8156304eaae233e17b5ee8728c45e33 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2018 Intel Corporation
+ * Copyright(c) 2018-2020 Intel Corporation
  */
 
 #ifndef _ICE_OSDEP_H_
index 46cd77e68b3c8c3c57888f2018d9abfe92098974..b6884a6359b0bffb9bfd368f4bc79e1654b7a131 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_PROTOCOL_TYPE_H_
index 937b76d18f7faed861c9c6298cfaa5ba77fa3229..22bfcebc3c3de0bc70f15d0a24afe611e25078af 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_SBQ_CMD_H_
index 1dd563e5e539e03a561716d5c13595b0966deb96..af42fadfe007e93ba9e453625bf590b457a96bff 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_sched.h"
index 77c22e196200dd840505c31b0eac7418755dd9b8..57bf4b59d6f2f0e9506022f2db26e6491c201ad9 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_SCHED_H_
index 446702f9aeadaa8ad2184ec6668437756c81b4ae..3ca1b5db71be5c1c2850c70d20e3f82518eddb43 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_STATUS_H_
index 17fbd26dae0007db4a02557517984af2e4763b1f..5666850e74dc3d81c0fc232583fc1111c37981b8 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #include "ice_switch.h"
index 6bb742d2fdea9def91e81d6a45ebd1feb1f6ecee..6bd50518f710786e794a9faeb467beaed6644477 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_SWITCH_H_
index da2b3548df6391a38e11359c6be9597d96fc94f0..94ea442656e3f4e7abb6422154f17a2eb2f1d428 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020
+ * Copyright(c) 2001-2020 Intel Corporation
  */
 
 #ifndef _ICE_TYPE_H_
index 100630c5f1f6f8ba5c6f724098f7e949063301b4..22963ce31d6e67e231917752ad58343d7e186d74 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2018 Intel Corporation
+# Copyright(c) 2018-2020 Intel Corporation
 
 sources = [
        'ice_controlq.c',