From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH 1/2] net/ixgbe: fix x550 code to handle unidentified PHY Date: Wed, 26 Sep 2018 11:22:16 +0100 Message-ID: <1537957336.8363.3.camel@debian.org> References: <20180815170932.23536-1-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, stable@dpdk.org, ferruh.yigit@intel.com To: dev@dpdk.org Return-path: In-Reply-To: <20180815170932.23536-1-bluca@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 2018-08-15 at 18:09 +0100, Luca Boccassi wrote: > ixgbe_identify_phy_x550em() was missing the code to handle > unidentified > PHY that has been there in 82599 so it was not able to complete > initialization of ixgbe sequence if no sfp plugged in. > Port it over to return an appropriate type and complete init sequence > properly. >=20 > Fixes: d2e72774e58c ("ixgbe/base: support X550") > Cc: stable@dpdk.org >=20 > Signed-off-by: Luca Boccassi > --- > =C2=A0drivers/net/ixgbe/base/ixgbe_x550.c | 19 ++++++++++++++++--- > =C2=A01 file changed, 16 insertions(+), 3 deletions(-) Ping. Any chance this series could get a review? Thanks! --=20 Kind regards, Luca Boccassi