]> git.droids-corp.org - dpdk.git/commitdiff
net/ice/base: update copyright date
authorQi Zhang <qi.z.zhang@intel.com>
Fri, 8 Jan 2021 03:09:14 +0000 (11:09 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 8 Jan 2021 18:03:09 +0000 (19:03 +0100)
Updated the Copyright for 2021
Updated ice driver version.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
37 files changed:
drivers/net/ice/base/README
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/ice_vlan_mode.c
drivers/net/ice/base/ice_vlan_mode.h
drivers/net/ice/base/meson.build

index 5229e5fe7d4ba447098ccef96b0a7d7286742040..bc42736bdd514a52796aac4672207306caccd487 100644 (file)
@@ -1,12 +1,12 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2020 Intel Corporation
+ * Copyright(c) 2020-2021 Intel Corporation
  */
 
 IntelĀ® ICE driver
 ==================
 
 This directory contains source code of FreeBSD ice driver of version
-2020.10.21 released by the team which develops
+2021.01.07 released by the team which develops
 basic drivers for any ice NIC. The directory of base/ contains the
 original source package.
 This driver is valid for the product(s) listed below
index 763cd2af9efdada64569a9089d24b5f1467caee5..6e1d1ad39336325f7d213ab27aeddf15c8c90bc0 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_acl.h"
index 21aa5088f73853d2c59361c949d80cc480cae732..a63b90faf87f993d544d42744b3a05247284654d 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_ACL_H_
index 3c4d45cc0d616fe3ef853232f26e5e6ad418f61a..27aa6b62d4dc87e88b5022e9a26b0c8795b702e8 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_acl.h"
index cb9924562a9d25109c0411b735118d15e6d6476f..09d0f176c9e8bb1c9e5a6e613dc058e90ad71cf9 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_ADMINQ_CMD_H_
index cfe91994037f07de3e681c0bf23f68d7a337a40d..7fca491ac655df9edeadf698a806d06cdaf8b566 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_ALLOC_H_
index b786bf7a18b0cc7b33fa6dac14d2c6d23a8ee899..21ec2014e1d053add269f8d479cb0273a9415e98 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_BITOPS_H_
index b71feb3476cced38c214042a832101921bbc32d7..d3178240b2bbd2b8873d47d8afd8cf9c45cc178d 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_common.h"
index ba56f82ad8264e32fd90665c777464f9ea983618..5b720c3b097672173e2441e7866c85b86b0f99e5 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_COMMON_H_
index 59e7c5f88d6fc92ab1f9a1eb15935202e78e4bb3..93f7bc0274bd61c56b23089e9578a9df26f81f08 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_common.h"
index 94e8bfcc98e93efcd29f24fbb4c885133691e57f..0d54e713cabcc85525e744583183c5fe2a78b0cf 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_CONTROLQ_H_
index 351038528b37c0a929752f9d5fee387bd7998929..7a85e56abf0b524d66321bceb10dccfcc1bd7c26 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_common.h"
index 8f0e09d50a2adf0ff49d7b258d444ae8eed82efb..658211966d05e7628296fcfc301c167eec5b33f7 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_DCB_H_
index 84028e9906b2daa3a97d1bf9be8273908d01c25d..93110055e2e3b334fa4ab2a25526576590810c0f 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_DEVIDS_H_
index 3037f81f72d422d762ec9febc98340702f30b9c2..500b081e54f38ca02d0392332d077b12fd977c5b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_common.h"
index e13863935d77724f03dcbeeaf65e23c765b9adeb..37875cb94ad5ffbd9f7860872e9eab7fb4c432a5 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_FDIR_H_
index 427b688535d89107cfb4730af3dc07653d6a4397..31047d1eda14fe6e715753d0b68d046604c6050e 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_common.h"
index 066ff95e13c90837b5f72cb11e4e5781e4e31928..58e3c1d1ec921c4d8833ce83a267de0611089652 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_FLEX_PIPE_H_
index 53d396daef480f9cbaa55915cde936f9eec6f5ba..ad620f789240d6e9ca4303f16375542bab4ce144 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_FLEX_TYPE_H_
index ad318567777a2238d05bb672ea6be7cddcc1e2f6..a081fbe5a4b42574324ebf1eec460d3792b986b3 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_common.h"
index 6d02252ecf325218077a14ad45e4dc8eee09305a..c3bce131948c38ab6f902697c051c5a3b91773fa 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_FLOW_H_
index 572f481b7b771d6a8f590f28b0645c72ad530e4b..cbca4b0629a5e9dc66b896a0a100bdd4365f0423 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 /* Machine-generated file; do not edit */
index ec0c9f3ab05576d4ec82604d55114392beb16942..107826acd0b8d84d58a0d61771794a2327019f83 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_LAN_TX_RX_H_
index 45310bfc6b15bfc1dce6f4af502f9285acfa2a95..aeb4da9ed1ac44f2d825e5c9c2b76c0859ab6b34 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_common.h"
index 48b71950e9c9ed90d7b2d44fc6885a9c0c6bb292..af18344cf85a70de7446e0eb836e7fc576cc2720 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_NVM_H_
index c0f1e772576869aead6d3e49a65cb3a103d4160c..46ac868349a629c37a12dc3ddf2caec553c26704 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2018-2020 Intel Corporation
+ * Copyright(c) 2018-2021 Intel Corporation
  */
 
 #ifndef _ICE_OSDEP_H_
index 3c10264761a933d0c9d3fe9f64ae9e500efed2a7..d769ad0580603c95b06bee04f68d9afd43c3bde5 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_PROTOCOL_TYPE_H_
index 22bfcebc3c3de0bc70f15d0a24afe611e25078af..a5fe43bf26939a578439071a722f90781defeb83 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_SBQ_CMD_H_
index 7d4721e60cf5564e716267c43c2cd8d067730db9..38d1f2cc545902c29ffadbf29ceeb858bc3a6eaa 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_sched.h"
index 8b275637a41b1d189f680dcad9d3ac46df249202..1441b5f19111f0e53b9663b2088ae82d47608ab0 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_SCHED_H_
index 3ca1b5db71be5c1c2850c70d20e3f82518eddb43..9df878be01445f9a191d998defa9ba5c56d708d2 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_STATUS_H_
index fd2c1cccebe86d70d975db469efb1611bd8baac2..692a147e669dfd08f4b1855eee79a6b4a3ce0cf2 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_switch.h"
index a3c4713f5efa2ccbc51961624e68b2576611c8da..c11c0647258f518003a1fa0ec368793853099d0e 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_SWITCH_H_
index ce232cd9589e49c6317f33b2d704297c465fa09e..8d259397a69ab7d3ea44de732d8b64bc311398d6 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_TYPE_H_
index 363354ff3f4f381128822285c262b3834d730a78..503c6c1b2833d9a58f9287400db827796f8130b5 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #include "ice_vlan_mode.h"
index 1b9db4d36f52cb3431404a8297e57043e5b75ffe..fc1069fb6bc82740c461c950412210e7f5a201cd 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright(c) 2001-2020 Intel Corporation
+ * Copyright(c) 2001-2021 Intel Corporation
  */
 
 #ifndef _ICE_VLAN_MODE_H_
index ad5e5da25bc83cbff03252a6bf98802d22179c9c..b82d05fe73945dde715d63ce0b0b3969eceefeba 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2018-2020 Intel Corporation
+# Copyright(c) 2018-2021 Intel Corporation
 
 sources = [
        'ice_controlq.c',