Commit 4892298c authored by Scott Breyer's avatar Scott Breyer Committed by Jason Gunthorpe

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.comSigned-off-by: default avatarScott Breyer <scott.breyer@cornelisnetworks.com>
Signed-off-by: default avatarDennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent 840f4ed2
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
config INFINIBAND_OPA_VNIC config INFINIBAND_OPA_VNIC
tristate "Intel OPA VNIC support" tristate "Cornelis OPX VNIC support"
depends on X86_64 && INFINIBAND depends on X86_64 && INFINIBAND
help help
This is Omni-Path (OPA) Virtual Network Interface Controller (VNIC) This is Omni-Path Express (OPX) Virtual Network Interface Controller (VNIC)
driver for Ethernet over Omni-Path feature. It implements the HW driver for Ethernet over Omni-Path feature. It implements the HW
independent VNIC functionality. It interfaces with Linux stack for independent VNIC functionality. It interfaces with Linux stack for
data path and IB MAD for the control path. data path and IB MAD for the control path.
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# Makefile - Intel Omni-Path Virtual Network Controller driver # Makefile - Cornelis Omni-Path Express Virtual Network Controller driver
# Copyright(c) 2017, Intel Corporation. # Copyright(c) 2017, Intel Corporation.
# Copyright(c) 2021, Cornelis Networks.
# #
obj-$(CONFIG_INFINIBAND_OPA_VNIC) += opa_vnic.o obj-$(CONFIG_INFINIBAND_OPA_VNIC) += opa_vnic.o
......
/* /*
* Copyright(c) 2017 Intel Corporation. * Copyright(c) 2017 Intel Corporation.
* Copyright(c) 2021 Cornelis Networks.
* *
* This file is provided under a dual BSD/GPLv2 license. When using or * This file is provided under a dual BSD/GPLv2 license. When using or
* redistributing this file, you may do so under either license. * redistributing this file, you may do so under either license.
...@@ -46,7 +47,7 @@ ...@@ -46,7 +47,7 @@
*/ */
/* /*
* This file contains OPA Virtual Network Interface Controller (VNIC) * This file contains OPX Virtual Network Interface Controller (VNIC)
* Ethernet Management Agent (EMA) driver * Ethernet Management Agent (EMA) driver
*/ */
...@@ -1051,5 +1052,5 @@ static void opa_vnic_deinit(void) ...@@ -1051,5 +1052,5 @@ static void opa_vnic_deinit(void)
module_exit(opa_vnic_deinit); module_exit(opa_vnic_deinit);
MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("Dual BSD/GPL");
MODULE_AUTHOR("Intel Corporation"); MODULE_AUTHOR("Cornelis Networks");
MODULE_DESCRIPTION("Intel OPA Virtual Network driver"); MODULE_DESCRIPTION("Cornelis OPX Virtual Network driver");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment