DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Elena Agostini <eagostini@nvidia.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] gpu/cuda: add more NVIDIA GPU devices
Date: Thu, 14 Apr 2022 10:00:37 +0200	[thread overview]
Message-ID: <3062744.fEcJ0Lxnt5@thomas> (raw)
In-Reply-To: <20220413173848.135080-1-eagostini@nvidia.com>

13/04/2022 19:38, eagostini@nvidia.com:
> From: Elena Agostini <eagostini@nvidia.com>
> 
> Add more NVIDIA GPU devices to the gpu/cuda driver list
> compatible with GPUDirect RDMA.
> 
> Signed-off-by: Elena Agostini <eagostini@nvidia.com>
> ---
>  drivers/gpu/cuda/cuda.c    | 173 +++++++++++++++++++++++++++++++------
>  drivers/gpu/cuda/devices.h |  74 ++++++++++++++++
>  2 files changed, 220 insertions(+), 27 deletions(-)
[...]
> +#define NVIDIA_GPU_V100_16GB_SXM2_DEVICE_ID (0x1db1)
> +#define NVIDIA_GPU_V100_16GB_DGXS_DEVICE_ID (0x1db2)
> +#define NVIDIA_GPU_V100_16GB_FHHL_DEVICE_ID (0x1db3)
> +#define NVIDIA_GPU_V100_16GB_PCIE_DEVICE_ID (0x1db4)
> +
> +#define NVIDIA_GPU_V100_32GB_SXM2_DEVICE_ID (0x1db5)
> +#define NVIDIA_GPU_V100_32GB_PCIE_DEVICE_ID (0x1db6)
> +
> +
> +

Useless blank lines

> +#define NVIDIA_GPU_V100_32GB_DGXS_DEVICE_ID (0x1db7)
> +#define NVIDIA_GPU_V100_32GB_SXM3_DEVICE_ID (0x1db8)
> +#define NVIDIA_GPU_V100_32GB_SXM3_H_DEVICE_ID (0x131d)
> +
> +#define NVIDIA_GPU_V100_SXM2 (0x1df5)
> +#define NVIDIA_GPU_V100S_PCIE (0x1df6)
> +
> +

same here

> +#define NVIDIA_GPU_TITAN_V_CEO_ED (0x12eb)
> +
> +#define NVIDIA_GPU_GV100GL_PG500_216 (0x1df0)
> +#define NVIDIA_GPU_GV100GL_PG503_216 (0x1df2)
> +
> +#define NVIDIA_GPU_TU102_TITAN_RTX (0x1e02)
> +#define NVIDIA_GPU_TU102GL_QUADRO_RTX (0x1e78)
> +
> +#define NVIDIA_GPU_GV100_QUADRO_DEVICE_ID (0x1dba)
> +#define NVIDIA_GPU_QUADRO_RTX_4000 (0x1eb1)
> +#define NVIDIA_GPU_QUADRO_RTX_5000 (0x1eb0)
> +#define NVIDIA_GPU_QUADRO_RTX_6000 (0x13d9)
> +#define NVIDIA_GPU_QUADRO_RTX_8000 (0x13d8)
> +#define NVIDIA_GPU_QUADRO_RTX_A4000 (0x24b0)
> +#define NVIDIA_GPU_QUADRO_RTX_A6000 (0x2230)
> +#define NVIDIA_GPU_QUADRO_RTX_A5000 (0x2231)
> +#define NVIDIA_GPU_QUADRO_RTX_A4500 (0x2232)
> +#define NVIDIA_GPU_QUADRO_RTX_A5500 (0x2233)
> +#define NVIDIA_GPU_QUADRO_RTX_A2000 (0x2531)
> +#define NVIDIA_GPU_QUADRO_RTX_A2000_12GB (0x2571)
> +
> +#define NVIDIA_GPU_T4G (0x1eb4)
> +#define NVIDIA_GPU_T4 (0x1eb8)
> +
> +/* Quadro */

Useless comment here.

> +
> +#endif /* CUDA_DEVICES_H */

Applied with few cosmetic changes.




      reply	other threads:[~2022-04-14  8:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13 17:38 eagostini
2022-04-14  8:00 ` Thomas Monjalon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3062744.fEcJ0Lxnt5@thomas \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=eagostini@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).