Re: [dpdk-dev] [dpdk-stable] [PATCH v4 05/18] net/i40e/base: fix PHY type identifiers for 2.5G and 5G adapters
From: Ferruh Yigit <hidden>
Date: 2021-09-29 16:22:06
From: Ferruh Yigit <hidden>
Date: 2021-09-29 16:22:06
On 9/6/2021 3:02 AM, Robin Zhang wrote:
Unlike other supported adapters, 2.5G and 5G use different PHY type identifiers for reading/writing PHY settings and for reading link status. This commit intruduces
s/intruduces/introduces/
separate PHY identifiers for these two operation types.
Fixes: 988ed63c7441 ("net/i40e/base: add support for Carlsville device")
Cc: stable@dpdk.org
Signed-off-by: Dawid Lukwinski <redacted>
Signed-off-by: Robin Zhang <redacted>