patch 'common/sfc_efx/base: define mask for pause mode capabilities' has been queued to stable release 25.11.1

Kevin Traynor ktraynor at redhat.com
Thu Feb 26 14:08:37 CET 2026


Hi,

FYI, your patch has been queued to stable release 25.11.1

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

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

Thanks.

Kevin

---
>From be7d5135b4139a685941e9112258322184ecc72d Mon Sep 17 00:00:00 2001
From: Ivan Malov <ivan.malov at arknetworks.am>
Date: Tue, 30 Dec 2025 01:35:22 +0400
Subject: [PATCH] common/sfc_efx/base: define mask for pause mode capabilities

[ upstream commit 69123fbca74cc5bd7bb7105313305d14c493c99e ]

Client drivers (DPDK) will leverage it to manipulate flow control settings.

Signed-off-by: Ivan Malov <ivan.malov at arknetworks.am>
Reviewed-by: Andy Moreton <andy.moreton at amd.com>
---
 drivers/common/sfc_efx/base/efx.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/common/sfc_efx/base/efx.h b/drivers/common/sfc_efx/base/efx.h
index 8958f1b170..2aa52b401d 100644
--- a/drivers/common/sfc_efx/base/efx.h
+++ b/drivers/common/sfc_efx/base/efx.h
@@ -1243,4 +1243,5 @@ typedef enum efx_phy_cap_type_e {
 } efx_phy_cap_type_t;
 
+#define EFX_PHY_CAP_PAUSE_MASK (EFX_PHY_CAP_PAUSE | EFX_PHY_CAP_ASYM)
 
 #define	EFX_PHY_CAP_CURRENT	0x00000000
-- 
2.53.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-02-26 10:16:48.484299918 +0000
+++ 0035-common-sfc_efx-base-define-mask-for-pause-mode-capab.patch	2026-02-26 10:16:46.942459198 +0000
@@ -1 +1 @@
-From 69123fbca74cc5bd7bb7105313305d14c493c99e Mon Sep 17 00:00:00 2001
+From be7d5135b4139a685941e9112258322184ecc72d Mon Sep 17 00:00:00 2001
@@ -4,0 +5,2 @@
+
+[ upstream commit 69123fbca74cc5bd7bb7105313305d14c493c99e ]



More information about the stable mailing list