[dpdk-stable] patch 'net/octeontx: fix max Rx packet length' has been queued to stable release 20.11.1

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue Feb 9 11:35:09 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.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 02/11/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/8dfaf32c0ce40c7e77df2f3153d2dacc6e0c6cc0

Thanks.

Luca Boccassi

---
>From 8dfaf32c0ce40c7e77df2f3153d2dacc6e0c6cc0 Mon Sep 17 00:00:00 2001
From: Sunil Kumar Kori <skori at marvell.com>
Date: Tue, 26 Jan 2021 14:22:43 +0530
Subject: [PATCH] net/octeontx: fix max Rx packet length

[ upstream commit 82a752e3ebf37f615b82860a06fedd5e24d7b5bb ]

Maximum Rx packet length is getting updated twice which
corrupts actual value.

Fixes: 3151e6a687a3 ("net/octeontx: support MTU")

Signed-off-by: Sunil Kumar Kori <skori at marvell.com>
Acked-by: Harman Kalra <hkalra at marvell.com>
---
 drivers/net/octeontx/octeontx_ethdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/octeontx/octeontx_ethdev.c b/drivers/net/octeontx/octeontx_ethdev.c
index 81779885d5..5836dbe09e 100644
--- a/drivers/net/octeontx/octeontx_ethdev.c
+++ b/drivers/net/octeontx/octeontx_ethdev.c
@@ -867,7 +867,6 @@ octeontx_dev_info(struct rte_eth_dev *dev,
 
 	dev_info->max_mac_addrs =
 				octeontx_bgx_port_mac_entries_get(nic->port_id);
-	dev_info->max_rx_pktlen = PKI_MAX_PKTLEN;
 	dev_info->max_rx_queues = 1;
 	dev_info->max_tx_queues = PKO_MAX_NUM_DQ;
 	dev_info->min_rx_bufsize = 0;
-- 
2.29.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-02-09 10:34:58.358631708 +0000
+++ 0011-net-octeontx-fix-max-Rx-packet-length.patch	2021-02-09 10:34:57.870583228 +0000
@@ -1 +1 @@
-From 82a752e3ebf37f615b82860a06fedd5e24d7b5bb Mon Sep 17 00:00:00 2001
+From 8dfaf32c0ce40c7e77df2f3153d2dacc6e0c6cc0 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 82a752e3ebf37f615b82860a06fedd5e24d7b5bb ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org


More information about the stable mailing list