[dpdk-stable] patch 'net/i40e: fix getting EEPROM information' has been queued to LTS release 18.11.10

Kevin Traynor ktraynor at redhat.com
Thu Aug 20 17:33:19 CEST 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.10

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

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

Thanks.

Kevin.

---
>From ffa1d166d65da66b3bb75a24e1aa18948d25a8b0 Mon Sep 17 00:00:00 2001
From: Pavel Ivashchenko <pivashchenko at nfware.com>
Date: Thu, 2 Jul 2020 12:37:17 +0000
Subject: [PATCH] net/i40e: fix getting EEPROM information

[ upstream commit 2fc1d6da882563ab80786d69b6d7c9d0e4ce860a ]

Fixes: 50130a0c4440 ("net/i40e/base: change AQ command for PHY access")

Signed-off-by: Pavel Ivashchenko <pivashchenko at nfware.com>
Acked-by: Qi Zhang <qi.z.zhang at intel.com>
---
 drivers/net/i40e/i40e_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c
index 3f1787728f..98c752bc4e 100644
--- a/drivers/net/i40e/i40e_ethdev.c
+++ b/drivers/net/i40e/i40e_ethdev.c
@@ -11849,5 +11849,5 @@ static int i40e_get_module_eeprom(struct rte_eth_dev *dev,
 		status = i40e_aq_get_phy_register(hw,
 				I40E_AQ_PHY_REG_ACCESS_EXTERNAL_MODULE,
-				addr, offset, 1, &value, NULL);
+				addr, 1, offset, &value, NULL);
 		if (status)
 			return -EIO;
-- 
2.26.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-08-20 16:26:16.395459811 +0100
+++ 0014-net-i40e-fix-getting-EEPROM-information.patch	2020-08-20 16:26:15.797324079 +0100
@@ -1 +1 @@
-From 2fc1d6da882563ab80786d69b6d7c9d0e4ce860a Mon Sep 17 00:00:00 2001
+From ffa1d166d65da66b3bb75a24e1aa18948d25a8b0 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 2fc1d6da882563ab80786d69b6d7c9d0e4ce860a ]
+
@@ -7 +8,0 @@
-Cc: stable at dpdk.org
@@ -16 +17 @@
-index 472ce2a9e1..777e14926f 100644
+index 3f1787728f..98c752bc4e 100644
@@ -19 +20 @@
-@@ -12082,5 +12082,5 @@ static int i40e_get_module_eeprom(struct rte_eth_dev *dev,
+@@ -11849,5 +11849,5 @@ static int i40e_get_module_eeprom(struct rte_eth_dev *dev,



More information about the stable mailing list