git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c04e7f5
)
net/i40e: fix getting EEPROM information
author
Pavel Ivashchenko
<pivashchenko@nfware.com>
Thu, 2 Jul 2020 12:37:17 +0000
(12:37 +0000)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 7 Jul 2020 21:38:27 +0000
(23:38 +0200)
Fixes:
50130a0c4440
("net/i40e/base: change AQ command for PHY access")
Cc: stable@dpdk.org
Signed-off-by: Pavel Ivashchenko <pivashchenko@nfware.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_ethdev.c
patch
|
blob
|
history
diff --git
a/drivers/net/i40e/i40e_ethdev.c
b/drivers/net/i40e/i40e_ethdev.c
index
472ce2a
..
777e149
100644
(file)
--- a/
drivers/net/i40e/i40e_ethdev.c
+++ b/
drivers/net/i40e/i40e_ethdev.c
@@
-12081,7
+12081,7
@@
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;
data[i] = (uint8_t)value;