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 |
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 >
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
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 --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