* [dpdk-dev] [PATCH] net/mlx5: fix Bluefield VF type recognition
@ 2019-09-25 7:31 Viacheslav Ovsiienko
2019-09-25 7:44 ` Matan Azrad
2019-09-29 8:57 ` Raslan Darawsheh
0 siblings, 2 replies; 3+ messages in thread
From: Viacheslav Ovsiienko @ 2019-09-25 7:31 UTC (permalink / raw)
To: dev; +Cc: matan, rasland, stable
The PCI virtual function type was recognized correctly
for Bluefield VF.
Fixes: f38c54571d62 ("net/mlx5: split PCI from generic probing")
Cc: stable@dpdk.org
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@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 9b5affa..06cb906 100644
--- a/drivers/net/mlx5/mlx5.c
+++ b/drivers/net/mlx5/mlx5.c
@@ -2425,6 +2425,7 @@ struct mlx5_dev_spawn_data {
case PCI_DEVICE_ID_MELLANOX_CONNECTX4LXVF:
case PCI_DEVICE_ID_MELLANOX_CONNECTX5VF:
case PCI_DEVICE_ID_MELLANOX_CONNECTX5EXVF:
+ case PCI_DEVICE_ID_MELLANOX_CONNECTX5BFVF:
dev_config.vf = 1;
break;
default:
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] net/mlx5: fix Bluefield VF type recognition
2019-09-25 7:31 [dpdk-dev] [PATCH] net/mlx5: fix Bluefield VF type recognition Viacheslav Ovsiienko
@ 2019-09-25 7:44 ` Matan Azrad
2019-09-29 8:57 ` Raslan Darawsheh
1 sibling, 0 replies; 3+ messages in thread
From: Matan Azrad @ 2019-09-25 7:44 UTC (permalink / raw)
To: Slava Ovsiienko, dev; +Cc: Raslan Darawsheh, stable
From: Viacheslav Ovsiienko
> The PCI virtual function type was recognized correctly for Bluefield VF.
>
> Fixes: f38c54571d62 ("net/mlx5: split PCI from generic probing")
> Cc: stable@dpdk.org
>
> Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] net/mlx5: fix Bluefield VF type recognition
2019-09-25 7:31 [dpdk-dev] [PATCH] net/mlx5: fix Bluefield VF type recognition Viacheslav Ovsiienko
2019-09-25 7:44 ` Matan Azrad
@ 2019-09-29 8:57 ` Raslan Darawsheh
1 sibling, 0 replies; 3+ messages in thread
From: Raslan Darawsheh @ 2019-09-29 8:57 UTC (permalink / raw)
To: Slava Ovsiienko, dev; +Cc: Matan Azrad, stable
Hi,
> -----Original Message-----
> From: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
> Sent: Wednesday, September 25, 2019 10:31 AM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@mellanox.com>; Raslan Darawsheh
> <rasland@mellanox.com>; stable@dpdk.org
> Subject: [PATCH] net/mlx5: fix Bluefield VF type recognition
>
> The PCI virtual function type was recognized correctly for Bluefield VF.
>
> Fixes: f38c54571d62 ("net/mlx5: split PCI from generic probing")
> Cc: stable@dpdk.org
>
> Signed-off-by: Viacheslav Ovsiienko <viacheslavo@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
> 9b5affa..06cb906 100644
> --- a/drivers/net/mlx5/mlx5.c
> +++ b/drivers/net/mlx5/mlx5.c
> @@ -2425,6 +2425,7 @@ struct mlx5_dev_spawn_data {
> case PCI_DEVICE_ID_MELLANOX_CONNECTX4LXVF:
> case PCI_DEVICE_ID_MELLANOX_CONNECTX5VF:
> case PCI_DEVICE_ID_MELLANOX_CONNECTX5EXVF:
> + case PCI_DEVICE_ID_MELLANOX_CONNECTX5BFVF:
> dev_config.vf = 1;
> break;
> default:
> --
> 1.8.3.1
Patch applied to next-net-mlx
Kindest regards,
Raslan Darawsheh
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-09-29 8:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 7:31 [dpdk-dev] [PATCH] net/mlx5: fix Bluefield VF type recognition Viacheslav Ovsiienko
2019-09-25 7:44 ` Matan Azrad
2019-09-29 8:57 ` Raslan Darawsheh
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).