[PATCH] net/ice: fix DCF init for E830 devices
Bruce Richardson
bruce.richardson at intel.com
Mon Jul 22 13:41:14 CEST 2024
On Fri, Jul 19, 2024 at 02:44:27PM +0100, Ian Stokes wrote:
> From: Bruce Richardson <bruce.richardson at intel.com>
>
> E830 introduces a new version of Get Link Status Data
> which increases the size of struct ice_aqc_get_link_status_data
> from 32 bytes to 56. When initializing DCF, attempt to get
> link status data using both formats of the command, by overriding
> the mac type to E830 on failure with the default setting.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> Signed-off-by: Ian Stokes <ian.stokes at intel.com>
> ---
> drivers/net/ice/ice_dcf_parent.c | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
Patch applied to dpdk-next-net-intel
/Bruce
More information about the dev
mailing list