> -----Original Message-----
> From: Wang, Haiyue <[email protected]>
> Sent: Tuesday, March 1, 2022 1:57 PM
> To: Daly, Jeff <[email protected]>; [email protected]
> Cc: Stephen Douthit <[email protected]>; [email protected]; Lu,
> Wenzhuo <[email protected]>
> Subject: RE: [PATCH v4 1/3] net/ixgbe: Fix ixgbe_is_sfp() to return valid
> result
> for X550EM_a devs
>
> > -----Original Message-----
> > From: Jeff Daly <[email protected]>
> > Sent: Monday, February 28, 2022 23:30
> > To: [email protected]
> > Cc: Stephen Douthit <[email protected]>; [email protected];
> Wang,
> > Haiyue <[email protected]>; Lu, Wenzhuo <[email protected]>
> > Subject: [PATCH v4 1/3] net/ixgbe: Fix ixgbe_is_sfp() to return valid
> > result for X550EM_a devs
> >
> > From: Stephen Douthit <[email protected]>
> >
> > Currently all X500EM* MAC types fallthrough to the default case and
> > get reported as non-SFP regardless of media type, which isn't correct.
> >
> > Fixes: 0790adeb567 ("ixgbe/base: support X550em_a device")
> > Cc: [email protected]
> >
> > Signed-off-by: Stephen Douthit <[email protected]>
> > Signed-off-by: Jeff Daly <[email protected]>
> > ---
> > drivers/net/ixgbe/ixgbe_ethdev.c | 14 ++++++++++++++
> > 1 file changed, 14 insertions(+)
> >
>
> Acked-by: Haiyue Wang <[email protected]>
Applied to dpdk-next-net-intel after renaming the title to "fix FSP check for
X550EM devices" to fix check-git-log error.
Thanks
Qi
>
> > --
> > 2.25.1