* [PATCH] net/ena: fix missing default llq policy
@ 2024-12-12 15:24 shaibran
2025-01-14 23:36 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: shaibran @ 2024-12-12 15:24 UTC (permalink / raw)
To: ferruh.yigit; +Cc: dev, Shai Brandes, stable, Yosef Raisman
From: Shai Brandes <shaibran@amazon.com>
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")
Cc: stable@dpdk.org
Signed-off-by: Yosef Raisman <yraisman@amazon.com>
Signed-off-by: Shai Brandes <shaibran@amazon.com>
---
drivers/net/ena/ena_ethdev.c | 1 +
1 file changed, 1 insertion(+)
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
@@ -2330,6 +2330,7 @@ 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 */
rc = ena_parse_devargs(adapter, pci_dev->device.devargs);
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] net/ena: fix missing default llq policy
2024-12-12 15:24 [PATCH] net/ena: fix missing default llq policy shaibran
@ 2025-01-14 23:36 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2025-01-14 23:36 UTC (permalink / raw)
To: shaibran; +Cc: ferruh.yigit, dev, stable, Yosef Raisman
On Thu, 12 Dec 2024 17:24:55 +0200
<shaibran@amazon.com> wrote:
> From: Shai Brandes <shaibran@amazon.com>
>
> 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")
> Cc: stable@dpdk.org
> Signed-off-by: Yosef Raisman <yraisman@amazon.com>
> Signed-off-by: Shai Brandes <shaibran@amazon.com>
> ---
Multiple signed-off-by's is good, but please send a patch to
add Yosef to the .mailmap file.
$ ./devtools/check-git-log.sh
Contributor name/email mismatch with .mailmap:
Yosef Raisman <yraisman@amazon.com> is unknown in .mailmap
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-14 23:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-12 15:24 [PATCH] net/ena: fix missing default llq policy shaibran
2025-01-14 23:36 ` Stephen Hemminger
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).