diff options
author | Ronak Doshi <doshir@vmware.com> | 2021-07-17 00:36:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-17 02:32:14 +0200 |
commit | 69dbef0d1c22476c422ee255e99d0e112ddd829d (patch) | |
tree | 5ce4e38389b1a1284c00b99641bf9b4c7b13cd80 /drivers/net/vmxnet3/upt1_defs.h | |
parent | tipc: keep the skb in rcv queue until the whole data is read (diff) | |
download | linux-69dbef0d1c22476c422ee255e99d0e112ddd829d.tar.xz linux-69dbef0d1c22476c422ee255e99d0e112ddd829d.zip |
vmxnet3: prepare for version 6 changes
vmxnet3 is currently at version 4 and this patch initiates the
preparation to accommodate changes for upto version 6. Introduced
utility macros for vmxnet3 version 6 comparison and update Copyright
information.
Signed-off-by: Ronak Doshi <doshir@vmware.com>
Acked-by: Guolin Yang <gyang@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/vmxnet3/upt1_defs.h')
-rw-r--r-- | drivers/net/vmxnet3/upt1_defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/vmxnet3/upt1_defs.h b/drivers/net/vmxnet3/upt1_defs.h index 8c014c98471c..f9f3a23d1698 100644 --- a/drivers/net/vmxnet3/upt1_defs.h +++ b/drivers/net/vmxnet3/upt1_defs.h @@ -1,7 +1,7 @@ /* * Linux driver for VMware's vmxnet3 ethernet NIC. * - * Copyright (C) 2008-2020, VMware, Inc. All Rights Reserved. + * Copyright (C) 2008-2021, VMware, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |