diff mbox series

[for-next,2/3] IB/qib: Rebranding of qib driver to Cornelis Networks

Message ID 20211028124606.26694.71567.stgit@awfm-01.cornelisnetworks.com (mailing list archive)
State Accepted
Delegated to: Jason Gunthorpe
Headers show
Series Rebrand hfi1 from Intel to Cornelis | expand

Commit Message

Dennis Dalessandro Oct. 28, 2021, 12:46 p.m. UTC
From: Scott Breyer <scott.breyer@cornelisnetworks.com>

Changes instances of Intel to Cornelis in identifying strings

Signed-off-by: Scott Breyer <scott.breyer@cornelisnetworks.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
---
 drivers/infiniband/hw/qib/qib_driver.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Doug Ledford Oct. 28, 2021, 12:53 p.m. UTC | #1
Do you guys actually still support the qib driver and/or hardware?
That's old 40gig stuff. Is it still in use?

On Thu, Oct 28, 2021 at 8:46 AM Dennis Dalessandro
<dennis.dalessandro@cornelisnetworks.com> wrote:
>
> From: Scott Breyer <scott.breyer@cornelisnetworks.com>
>
> Changes instances of Intel to Cornelis in identifying strings
>
> Signed-off-by: Scott Breyer <scott.breyer@cornelisnetworks.com>
> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
> ---
>  drivers/infiniband/hw/qib/qib_driver.c |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/infiniband/hw/qib/qib_driver.c b/drivers/infiniband/hw/qib/qib_driver.c
> index 84fc4dc..bf3fa12 100644
> --- a/drivers/infiniband/hw/qib/qib_driver.c
> +++ b/drivers/infiniband/hw/qib/qib_driver.c
> @@ -1,4 +1,5 @@
>  /*
> + * Copyright (c) 2021 Cornelis Networks. All rights reserved.
>   * Copyright (c) 2013 Intel Corporation. All rights reserved.
>   * Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved.
>   * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved.
> @@ -62,8 +63,8 @@
>                  "Attempt pre-IBTA 1.2 DDR speed negotiation");
>
>  MODULE_LICENSE("Dual BSD/GPL");
> -MODULE_AUTHOR("Intel <ibsupport@intel.com>");
> -MODULE_DESCRIPTION("Intel IB driver");
> +MODULE_AUTHOR("Cornelis <support@cornelisnetworks.com>");
> +MODULE_DESCRIPTION("Cornelis IB driver");
>
>  /*
>   * QIB_PIO_MAXIBHDR is the max IB header size allowed for in our
>
Dennis Dalessandro Oct. 28, 2021, 1:25 p.m. UTC | #2
On 10/28/21 8:53 AM, Doug Ledford wrote:
> Do you guys actually still support the qib driver and/or hardware?
> That's old 40gig stuff. Is it still in use?

As long as it's in the kernel we support it from an open source perspective.
Meaning we'll make sure it keeps on building and fix problems that people
encounter. There actually are people out there still using it.

-Denny
Doug Ledford Oct. 28, 2021, 1:40 p.m. UTC | #3
Ok.  Was just curious ;-)

On Thu, Oct 28, 2021 at 9:26 AM Dennis Dalessandro
<dennis.dalessandro@cornelisnetworks.com> wrote:
>
> On 10/28/21 8:53 AM, Doug Ledford wrote:
> > Do you guys actually still support the qib driver and/or hardware?
> > That's old 40gig stuff. Is it still in use?
>
> As long as it's in the kernel we support it from an open source perspective.
> Meaning we'll make sure it keeps on building and fix problems that people
> encounter. There actually are people out there still using it.
>
> -Denny
>
diff mbox series

Patch

diff --git a/drivers/infiniband/hw/qib/qib_driver.c b/drivers/infiniband/hw/qib/qib_driver.c
index 84fc4dc..bf3fa12 100644
--- a/drivers/infiniband/hw/qib/qib_driver.c
+++ b/drivers/infiniband/hw/qib/qib_driver.c
@@ -1,4 +1,5 @@ 
 /*
+ * Copyright (c) 2021 Cornelis Networks. All rights reserved.
  * Copyright (c) 2013 Intel Corporation. All rights reserved.
  * Copyright (c) 2006, 2007, 2008, 2009 QLogic Corporation. All rights reserved.
  * Copyright (c) 2003, 2004, 2005, 2006 PathScale, Inc. All rights reserved.
@@ -62,8 +63,8 @@ 
 		 "Attempt pre-IBTA 1.2 DDR speed negotiation");
 
 MODULE_LICENSE("Dual BSD/GPL");
-MODULE_AUTHOR("Intel <ibsupport@intel.com>");
-MODULE_DESCRIPTION("Intel IB driver");
+MODULE_AUTHOR("Cornelis <support@cornelisnetworks.com>");
+MODULE_DESCRIPTION("Cornelis IB driver");
 
 /*
  * QIB_PIO_MAXIBHDR is the max IB header size allowed for in our