patch 'net/ena: fix missing default LLQ policy' has been queued to stable release 24.11.2

Kevin Traynor ktraynor at redhat.com
Thu Feb 13 10:57:38 CET 2025


Hi,

FYI, your patch has been queued to stable release 24.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 02/17/25. 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/08a31a7f9256574ce3dccf7738e95bfdb417d490

Thanks.

Kevin

---
>From 08a31a7f9256574ce3dccf7738e95bfdb417d490 Mon Sep 17 00:00:00 2001
From: Shai Brandes <shaibran at amazon.com>
Date: Thu, 12 Dec 2024 17:24:55 +0200
Subject: [PATCH] net/ena: fix missing default LLQ policy

[ upstream commit c4f16ab009ad53446157c6fcde85435b1ca8c780 ]

The driver failed to set a default llq_header_policy,
causing LLQ to be disabled when the devarg value is
not specified by the application.

Fixes: d7918d19d25e ("net/ena: restructure LLQ policy user setting")

Signed-off-by: Yosef Raisman <yraisman at amazon.com>
Signed-off-by: Shai Brandes <shaibran at amazon.com>
Reviewed-by: Stephen Hemminger <stephen at networkplumber.org>
---
 .mailmap                     | 1 +
 drivers/net/ena/ena_ethdev.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index d1a3a005d5..23cbd690f2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1761,4 +1761,5 @@ Yong Xu <yong.xu at corigine.com>
 Yong Zhang <zhang.yong25 at zte.com.cn>
 Yoni Gilad <yonig at radcom.com>
+Yosef Raisman <yraisman at amazon.com>
 Youri Querry <youri.querry_1 at nxp.com>
 Yuanhan Liu <yliu at fridaylinux.org> <yuanhan.liu at linux.intel.com>
diff --git a/drivers/net/ena/ena_ethdev.c b/drivers/net/ena/ena_ethdev.c
index bba48ea1cc..aea2e5c929 100644
--- a/drivers/net/ena/ena_ethdev.c
+++ b/drivers/net/ena/ena_ethdev.c
@@ -2331,4 +2331,5 @@ static int eth_ena_dev_init(struct rte_eth_dev *eth_dev)
 	/* Assign default devargs values */
 	adapter->missing_tx_completion_to = ENA_TX_TIMEOUT;
+	adapter->llq_header_policy = ENA_LLQ_POLICY_RECOMMENDED;
 
 	/* Get user bypass */
-- 
2.48.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-02-12 17:29:35.779720165 +0000
+++ 0011-net-ena-fix-missing-default-LLQ-policy.patch	2025-02-12 17:29:34.151944742 +0000
@@ -1 +1 @@
-From c4f16ab009ad53446157c6fcde85435b1ca8c780 Mon Sep 17 00:00:00 2001
+From 08a31a7f9256574ce3dccf7738e95bfdb417d490 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit c4f16ab009ad53446157c6fcde85435b1ca8c780 ]
+
@@ -11 +12,0 @@
-Cc: stable at dpdk.org
@@ -22 +23 @@
-index 94e12acbd4..6afecb5a3e 100644
+index d1a3a005d5..23cbd690f2 100644
@@ -25 +26 @@
-@@ -1762,4 +1762,5 @@ Yong Xu <yong.xu at corigine.com>
+@@ -1761,4 +1761,5 @@ Yong Xu <yong.xu at corigine.com>



More information about the stable mailing list