[dpdk-stable] patch 'net/mlx5: export PMD-specific API file' has been queued to stable release 20.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Mon Jul 26 15:52:58 CEST 2021


Hi,

FYI, your patch has been queued to stable release 20.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/28/21. 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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/03348e9bec44e034f2aa942a18a55fb9f66960ac

Thanks.

Luca Boccassi

---
>From 03348e9bec44e034f2aa942a18a55fb9f66960ac Mon Sep 17 00:00:00 2001
From: Liang Ma <liangma at bytedance.com>
Date: Sun, 18 Jul 2021 11:29:16 +0100
Subject: [PATCH] net/mlx5: export PMD-specific API file

[ upstream commit da7a5c14062ef48e2cbec1959e6fe89975498cfd ]

The file rte_pmd_mlx5.h should be exported by Meson.

Fixes: efa79e68c8cd ("net/mlx5: support fine grain dynamic flag")
Fixes: 23f627e0ed28 ("net/mlx5: add flow sync API")

Signed-off-by: Liang Ma <liangma at bytedance.com>
---
 drivers/net/mlx5/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/mlx5/meson.build b/drivers/net/mlx5/meson.build
index e7495a764a..701afeab19 100644
--- a/drivers/net/mlx5/meson.build
+++ b/drivers/net/mlx5/meson.build
@@ -9,6 +9,7 @@ if not (is_linux or is_windows)
 endif
 
 deps += ['hash', 'common_mlx5']
+headers = files('rte_pmd_mlx5.h')
 sources = files(
 	'mlx5.c',
 	'mlx5_ethdev.c',
-- 
2.30.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-07-26 13:53:17.718623974 +0100
+++ 0035-net-mlx5-export-PMD-specific-API-file.patch	2021-07-26 13:53:15.885293379 +0100
@@ -1 +1 @@
-From da7a5c14062ef48e2cbec1959e6fe89975498cfd Mon Sep 17 00:00:00 2001
+From 03348e9bec44e034f2aa942a18a55fb9f66960ac Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit da7a5c14062ef48e2cbec1959e6fe89975498cfd ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +19 @@
-index 6f28be2f93..dac7f1fabf 100644
+index e7495a764a..701afeab19 100644
@@ -27,2 +28,2 @@
-         'mlx5.c',
-         'mlx5_ethdev.c',
+ 	'mlx5.c',
+ 	'mlx5_ethdev.c',


More information about the stable mailing list