From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1791143C0F; Fri, 1 Mar 2024 17:10:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0468A42F7F; Fri, 1 Mar 2024 17:10:05 +0100 (CET) Received: from mail-oo1-f47.google.com (mail-oo1-f47.google.com [209.85.161.47]) by mails.dpdk.org (Postfix) with ESMTP id 2077442D87 for ; Fri, 1 Mar 2024 17:10:04 +0100 (CET) Received: by mail-oo1-f47.google.com with SMTP id 006d021491bc7-5a03933eb55so1390679eaf.1 for ; Fri, 01 Mar 2024 08:10:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1709309403; x=1709914203; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=u9oCD+5CVPJ4XDhE6x1uHm60KiyDr0KewGVVw8Y5eNU=; b=dp5loMQrpIsMMveq+M1hvIQSljQ3ly/MOtRtoSdnYdhsv39jgFatLxxAtZj7IrBhPD nujKQGtUiaY9NnR/tfkdqnBjGvjLPD3V8RUiGWlbEiI8tILW+978loPeuHOz8ojCLMRE vdQysaXxd4O02T4RoBnmkqCJpQmcdyv03Y2Pk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709309403; x=1709914203; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=u9oCD+5CVPJ4XDhE6x1uHm60KiyDr0KewGVVw8Y5eNU=; b=NHhfsPMIUmnwHBwKBzZCKwi3VPFFX/CItXfJ7l8Xm+UVK/a/M2ShR8riv6rGLCw9N+ CwIqR44XnV2dZWPdmj96KSSSgj6x60OgWYmPCaVx3GBWZM74IBKeliUdhWrhvKoKwDCs fHrAXyL85d06zztxW4FF343cLK3Wo9qbpSI06hlRTW791jNxuO1/4DfsR1jhnAD/isqb rFESlSm/AbMt+XichURLEFfsXkduiex7ye3q7EaVjLLheocMiSaVdW/F4vSPLDOxpBza ovemsGm5/9L+cYpCmFZTk9WaIM4rDLvc0lLMXuy3MS8eNzdIG31aN5LddlpZnJYxn17Q oE9Q== X-Forwarded-Encrypted: i=1; AJvYcCX/cQ4TmmHzDYXUCW4O30FYsuGpRt/9C8gC6YLQmU0sBfq53m7CyOJ27q+lqH8k35AONPupACu117Vxi8I= X-Gm-Message-State: AOJu0YyIQrI3v0i2Ngbr3kXXXNh+vcdssxzLarK6BaWZ7r18CKo8gp5w nJj//FZfk6UxvoG7QQRToyov97KPR8W/3IY3L1nPbBJDZR3QNFCd6dcSzokIWPZGyXmKoDGCqqW ux7LWPf8TjG/NGc0LnPalaCvEWpa0C2U6IHmh+jmmJaN8dDDChnfR4Q== X-Google-Smtp-Source: AGHT+IET5P2XXHVstEMZybfo4b39yu3RbKrTTDeVf0VCmrJGPvwNf4liXeDfNbXu7Rubl5cEEYPv/rualmX1W/UCBNA= X-Received: by 2002:a4a:91ce:0:b0:5a0:c203:d86b with SMTP id e14-20020a4a91ce000000b005a0c203d86bmr1768208ooh.1.1709309403553; Fri, 01 Mar 2024 08:10:03 -0800 (PST) MIME-Version: 1.0 References: <20240301123037.1216332-1-suanmingm@nvidia.com> In-Reply-To: <20240301123037.1216332-1-suanmingm@nvidia.com> From: Patrick Robb Date: Fri, 1 Mar 2024 11:09:53 -0500 Message-ID: Subject: Re: [PATCH] crypto/mlx5: add virtual function device ID To: Suanming Mou Cc: Matan Azrad , dev@dpdk.org Content-Type: multipart/alternative; boundary="000000000000cf773d06129b9b77" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --000000000000cf773d06129b9b77 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable The Community CI Testing Lab had an infra failure this morning and some patches including yours were affected with false failures. The issue is now resolved and we are rerunning the tests in question for all patches submitted today. On Fri, Mar 1, 2024 at 7:31=E2=80=AFAM Suanming Mou = wrote: > This adds the virtual function device ID to the list of > supported NVIDIA devices that run the MLX5 compress PMD. > > Signed-off-by: Suanming Mou > Acked-by: Matan Azrad > --- > drivers/crypto/mlx5/mlx5_crypto.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/crypto/mlx5/mlx5_crypto.c > b/drivers/crypto/mlx5/mlx5_crypto.c > index 4bac723c8b..26bd4087da 100644 > --- a/drivers/crypto/mlx5/mlx5_crypto.c > +++ b/drivers/crypto/mlx5/mlx5_crypto.c > @@ -465,6 +465,10 @@ static const struct rte_pci_id > mlx5_crypto_pci_id_map[] =3D { > RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, > PCI_DEVICE_ID_MELLANOX_BLUEFIELD3= ) > }, > + { > + RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX, > + PCI_DEVICE_ID_MELLANOX_CONNECTXVF= ) > + }, > { > .vendor_id =3D 0 > } > -- > 2.34.1 > > --000000000000cf773d06129b9b77 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The Community CI Testing Lab had an infra= failure this morning and some patches including yours were affected with f= alse failures. The issue is now resolved and we are rerunning the tests in = question for all patches submitted today.=C2=A0

On Fri, Mar 1, 2024 at 7= :31=E2=80=AFAM Suanming Mou <sua= nmingm@nvidia.com> wrote:
This adds the virtual function device ID to the list of supported NVIDIA devices that run the MLX5 compress PMD.

Signed-off-by: Suanming Mou <suanmingm@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
---
=C2=A0drivers/crypto/mlx5/mlx5_crypto.c | 4 ++++
=C2=A01 file changed, 4 insertions(+)

diff --git a/drivers/crypto/mlx5/mlx5_crypto.c b/drivers/crypto/mlx5/mlx5_c= rypto.c
index 4bac723c8b..26bd4087da 100644
--- a/drivers/crypto/mlx5/mlx5_crypto.c
+++ b/drivers/crypto/mlx5/mlx5_crypto.c
@@ -465,6 +465,10 @@ static const struct rte_pci_id mlx5_crypto_pci_id_map[= ] =3D {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 PCI_DEVI= CE_ID_MELLANOX_BLUEFIELD3)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 },
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0{
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0RTE_PCI_DEVICE(PCI_VENDOR_ID_MELLANOX,
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0PCI_DEVIC= E_ID_MELLANOX_CONNECTXVF)
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0},
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 .vendor_id =3D 0
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 }
--
2.34.1


--000000000000cf773d06129b9b77--