Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

IB/opa_vnic: Rebranding of OPA VNIC driver to Cornelis Networks

Changes instances of Intel to Cornelis in identifying strings

Link: https://lore.kernel.org/r/20211028124611.26694.71239.stgit@awfm-01.cornelisnetworks.com
Signed-off-by: Scott Breyer <scott.breyer@cornelisnetworks.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>

authored by

Scott Breyer and committed by
Jason Gunthorpe
4892298c 840f4ed2

+8 -6
+2 -2
drivers/infiniband/ulp/opa_vnic/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 config INFINIBAND_OPA_VNIC 3 - tristate "Intel OPA VNIC support" 3 + tristate "Cornelis OPX VNIC support" 4 4 depends on X86_64 && INFINIBAND 5 5 help 6 - This is Omni-Path (OPA) Virtual Network Interface Controller (VNIC) 6 + This is Omni-Path Express (OPX) Virtual Network Interface Controller (VNIC) 7 7 driver for Ethernet over Omni-Path feature. It implements the HW 8 8 independent VNIC functionality. It interfaces with Linux stack for 9 9 data path and IB MAD for the control path.
+2 -1
drivers/infiniband/ulp/opa_vnic/Makefile
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - # Makefile - Intel Omni-Path Virtual Network Controller driver 2 + # Makefile - Cornelis Omni-Path Express Virtual Network Controller driver 3 3 # Copyright(c) 2017, Intel Corporation. 4 + # Copyright(c) 2021, Cornelis Networks. 4 5 # 5 6 obj-$(CONFIG_INFINIBAND_OPA_VNIC) += opa_vnic.o 6 7
+4 -3
drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c
··· 1 1 /* 2 2 * Copyright(c) 2017 Intel Corporation. 3 + * Copyright(c) 2021 Cornelis Networks. 3 4 * 4 5 * This file is provided under a dual BSD/GPLv2 license. When using or 5 6 * redistributing this file, you may do so under either license. ··· 47 46 */ 48 47 49 48 /* 50 - * This file contains OPA Virtual Network Interface Controller (VNIC) 49 + * This file contains OPX Virtual Network Interface Controller (VNIC) 51 50 * Ethernet Management Agent (EMA) driver 52 51 */ 53 52 ··· 1052 1051 module_exit(opa_vnic_deinit); 1053 1052 1054 1053 MODULE_LICENSE("Dual BSD/GPL"); 1055 - MODULE_AUTHOR("Intel Corporation"); 1056 - MODULE_DESCRIPTION("Intel OPA Virtual Network driver"); 1054 + MODULE_AUTHOR("Cornelis Networks"); 1055 + MODULE_DESCRIPTION("Cornelis OPX Virtual Network driver");