[dpdk-stable] patch 'net/mlx5: fix BlueField VF type recognition' has been queued to LTS release 18.11.6

Kevin Traynor ktraynor at redhat.com
Tue Dec 3 19:26:22 CET 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.6

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/10/19. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/f0d1c3ee32921305c7c69bda2ee3ddf26dfc75d1

Thanks.

Kevin.

---
>From f0d1c3ee32921305c7c69bda2ee3ddf26dfc75d1 Mon Sep 17 00:00:00 2001
From: Viacheslav Ovsiienko <viacheslavo at mellanox.com>
Date: Wed, 25 Sep 2019 07:31:18 +0000
Subject: [PATCH] net/mlx5: fix BlueField VF type recognition

[ upstream commit a40b734b5efb106f832940a12ea43116a290cb42 ]

The PCI virtual function type was not recognized correctly
for BlueField VF.

Fixes: f38c54571d62 ("net/mlx5: split PCI from generic probing")

Signed-off-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>
Acked-by: Matan Azrad <matan at mellanox.com>
---
 drivers/net/mlx5/mlx5.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/mlx5/mlx5.c b/drivers/net/mlx5/mlx5.c
index 27db15620..d7833d0b1 100644
--- a/drivers/net/mlx5/mlx5.c
+++ b/drivers/net/mlx5/mlx5.c
@@ -1479,4 +1479,5 @@ mlx5_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
 	case PCI_DEVICE_ID_MELLANOX_CONNECTX5VF:
 	case PCI_DEVICE_ID_MELLANOX_CONNECTX5EXVF:
+	case PCI_DEVICE_ID_MELLANOX_CONNECTX5BFVF:
 		dev_config.vf = 1;
 		break;
-- 
2.21.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-03 17:29:52.569934577 +0000
+++ 0013-net-mlx5-fix-BlueField-VF-type-recognition.patch	2019-12-03 17:29:51.709750807 +0000
@@ -1 +1 @@
-From a40b734b5efb106f832940a12ea43116a290cb42 Mon Sep 17 00:00:00 2001
+From f0d1c3ee32921305c7c69bda2ee3ddf26dfc75d1 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit a40b734b5efb106f832940a12ea43116a290cb42 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 0528ed35e..0545ebc9c 100644
+index 27db15620..d7833d0b1 100644
@@ -22 +23 @@
-@@ -2425,4 +2425,5 @@ mlx5_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
+@@ -1479,4 +1479,5 @@ mlx5_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,



More information about the stable mailing list