Re: [PATCH] gpu: add support for rtx 6000 variant

2023-10-06 Thread David Marchand
On Thu, Oct 5, 2023 at 2:50 PM Elena Agostini wrote: > > This patch makes sense to me and actually we should update the > drivers/gpu/cuda/devices.h with all the new GPU devices ID > > I don’t have an RTX 6000 GPU in my setup so I trust Cliff on the correctness > of the ID Elena, please work wi

Re: [PATCH] gpu: add support for rtx 6000 variant

2023-10-05 Thread Elena Agostini
Burdick Cc: dev@dpdk.org , Elena Agostini , NBU-Contact-Thomas Monjalon (EXTERNAL) Subject: Re: [PATCH] gpu: add support for rtx 6000 variant External email: Use caution opening links or attachments Hello, On Fri, Apr 29, 2022 at 6:53 PM Cliff Burdick wrote: > > Added second GPU PCI dev

Re: [PATCH] gpu: add support for rtx 6000 variant

2023-09-29 Thread David Marchand
Hello, On Fri, Apr 29, 2022 at 6:53 PM Cliff Burdick wrote: > > Added second GPU PCI device ID for RTX 6000 > > Signed-off-by: Cliff Burdick > --- > drivers/gpu/cuda/cuda.c| 6 +- > drivers/gpu/cuda/devices.h | 3 ++- > 2 files changed, 7 insertions(+), 2 deletions(-) Is this patch still

[PATCH] gpu: add support for rtx 6000 variant

2022-04-29 Thread Cliff Burdick
gpu: added second RTX 6000 device ID variant Added second GPU PCI device ID for RTX 6000 Signed-off-by: Cliff Burdick mailto:cburd...@nvidia.com>> --- drivers/gpu/cuda/cuda.c| 6 +- drivers/gpu/cuda/devices.h | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/g