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: Thu, 01 Nov 2018 14:41:56 +0000 Message-ID: <1541083316.4849.6.camel@debian.org> References: <20180815170932.23536-1-bluca@debian.org> <20181101140413.18665-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, qi.z.zhang@intel.com, stable@dpdk.org, ferruh.yigit@intel.com To: dev@dpdk.org Return-path: In-Reply-To: <20181101140413.18665-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 Thu, 2018-11-01 at 14:04 +0000, 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 > --- > v2: refresh to remove merge conflict with master >=20 > =C2=A0drivers/net/ixgbe/base/ixgbe_x550.c | 19 ++++++++++++++++--- > =C2=A01 file changed, 16 insertions(+), 3 deletions(-) >=20 > diff --git a/drivers/net/ixgbe/base/ixgbe_x550.c > b/drivers/net/ixgbe/base/ixgbe_x550.c > index f7b98af52..83b394861 100644 Sorry, finger slipped and missed the -v2 from the command so it's not in the subject - it's the same, just rebased to fix a conflict in the first patch. --=20 Kind regards, Luca Boccassi