hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/net/vmxnet3/upt1_defs.h
....@@ -1,7 +1,7 @@
11 /*
22 * Linux driver for VMware's vmxnet3 ethernet NIC.
33 *
4
- * Copyright (C) 2008-2016, VMware, Inc. All Rights Reserved.
4
+ * Copyright (C) 2008-2020, VMware, Inc. All Rights Reserved.
55 *
66 * This program is free software; you can redistribute it and/or modify it
77 * under the terms of the GNU General Public License as published by the
....@@ -92,5 +92,8 @@
9292 UPT1_F_RSS = cpu_to_le64(0x0002),
9393 UPT1_F_RXVLAN = cpu_to_le64(0x0004), /* VLAN tag stripping */
9494 UPT1_F_LRO = cpu_to_le64(0x0008),
95
+ UPT1_F_RXINNEROFLD = cpu_to_le64(0x00010), /* Geneve/Vxlan rx csum
96
+ * offloading
97
+ */
9598 };
9699 #endif