patch 'net/mlx5/hws: fix function comment' has been queued to stable release 23.11.2
Xueming Li
xuemingl at nvidia.com
Fri Jul 12 13:01:34 CEST 2024
Hi,
FYI, your patch has been queued to stable release 23.11.2
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/14/24. 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://git.dpdk.org/dpdk-stable/log/?h=23.11-staging
This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=23.11-staging&id=52e5d44eaff820a10d9ba0c0dcd52693a1ac144d
Thanks.
Xueming Li <xuemingl at nvidia.com>
---
>From 52e5d44eaff820a10d9ba0c0dcd52693a1ac144d Mon Sep 17 00:00:00 2001
From: Yevgeny Kliteynik <kliteyn at nvidia.com>
Date: Mon, 6 May 2024 14:44:06 +0300
Subject: [PATCH] net/mlx5/hws: fix function comment
Cc: Xueming Li <xuemingl at nvidia.com>
[ upstream commit 735a47fb4ad305a7cc4a191d69afcc6d12763a5c ]
Remove comment that documents parameter that doesn't exist.
Fixes: 3eb748869d2d ("net/mlx5/hws: add send layer")
Signed-off-by: Yevgeny Kliteynik <kliteyn at nvidia.com>
Acked-by: Matan Azrad <matan at nvidia.com>
---
drivers/net/mlx5/hws/mlx5dr_send.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/mlx5/hws/mlx5dr_send.h b/drivers/net/mlx5/hws/mlx5dr_send.h
index c4eaea52ab..0c89faa8a7 100644
--- a/drivers/net/mlx5/hws/mlx5dr_send.h
+++ b/drivers/net/mlx5/hws/mlx5dr_send.h
@@ -203,8 +203,6 @@ struct mlx5dr_send_ste_attr {
* value to write in CPU endian format.
* @param addr
* Address to write to.
- * @param lock
- * Address of the lock to use for that UAR access.
*/
static __rte_always_inline void
mlx5dr_uar_write64_relaxed(uint64_t val, void *addr)
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2024-07-12 18:40:17.843002078 +0800
+++ 0083-net-mlx5-hws-fix-function-comment.patch 2024-07-12 18:40:14.236594211 +0800
@@ -1 +1 @@
-From 735a47fb4ad305a7cc4a191d69afcc6d12763a5c Mon Sep 17 00:00:00 2001
+From 52e5d44eaff820a10d9ba0c0dcd52693a1ac144d Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 735a47fb4ad305a7cc4a191d69afcc6d12763a5c ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -18 +20 @@
-index 0c67a9e12d..c4f5a96f9c 100644
+index c4eaea52ab..0c89faa8a7 100644
More information about the stable
mailing list