From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 34650A0093; Thu, 10 Mar 2022 13:35:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 081F34113F; Thu, 10 Mar 2022 13:35:46 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id E6AB74113E for ; Thu, 10 Mar 2022 13:35:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646915744; x=1678451744; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=J6tYsRv9ceG+CyVJN2QDog3MvEZEZcgbAx0EaVZ5f1o=; b=hoRT6kBqj85OOWPFrARbRRHl562VXZFrhvdOjwo6Y1DjLUHtrpjrLIwK fkiVvAld6uglXXGZgpByA9MZNa1FEQxBw69N/dGDbuFv8ni5xbWkYEzSy 7X9iTQx2IQF0BVMe3djN8A+JWQAJ2Zxh3hPmcIEQpovkR/nwDy1Fxx2az p1/fOx5e7vut+Bt7GaS0YEzGm4BRgtPOt2JKZx/jDNqrN2RZdWcowmUHQ ErfDGalIL+Mb5laqC7/yRVZu3/8fZUhp5J56ck4V1HZ4wFcuCGxve2L3K D0F4NGWVJCp5sYEHBR3t/5BxMi3EIzvK/4U8PPWtIV6timXjXobCI7g5W A==; X-IronPort-AV: E=McAfee;i="6200,9189,10281"; a="235188312" X-IronPort-AV: E=Sophos;i="5.90,170,1643702400"; d="scan'208";a="235188312" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 04:35:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,170,1643702400"; d="scan'208";a="611728762" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga004.fm.intel.com with ESMTP; 10 Mar 2022 04:35:43 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 10 Mar 2022 04:35:42 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 10 Mar 2022 20:35:40 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.021; Thu, 10 Mar 2022 20:35:40 +0800 From: "Zhang, Qi Z" To: Jeff Daly , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Wang, Haiyue" Subject: RE: [PATCH v4 0/3] ixgbe SFP handling fixes Thread-Topic: [PATCH v4 0/3] ixgbe SFP handling fixes Thread-Index: AQHYLLgYeY+VVVNYtkKlMkiRfMtASKy4nNYg Date: Thu, 10 Mar 2022 12:35:40 +0000 Message-ID: References: <20211206221922.644187-1-stephend@silicom-usa.com> <20220228152937.21247-1-jeffd@silicom-usa.com> In-Reply-To: <20220228152937.21247-1-jeffd@silicom-usa.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Jeff Daly > Sent: Monday, February 28, 2022 11:30 PM > To: dev@dpdk.org > Subject: [PATCH v4 0/3] ixgbe SFP handling fixes >=20 > Hello all, >=20 > We have several platforms based on Intel's C3000 series of SoCs that have > integrated ixgbe devices (X550EM) operating in the "Native SFI" > mode (the 0x15c4 device ID). >=20 > This set of patches address issues with detection and hotplug of SPFs. T= his is the > first of a series of patches to refactor the initial work that Stephen Do= uthit > submitted last year, splitting the issues into separate logical series. >=20 > --- > v3: > * Moved code back out of base. >=20 > v4: > * Revert accidental tabification >=20 > Jeff Daly (2): > net/ixgbe: Limit SDP3 check of TX_DISABLE to appropriate devices > net/ixgbe: Fix SFP detection and linking on hotplug For the above 2 patches, some internal investigation is still ongoing, have= to defer them to the next release.=20 >=20 > Stephen Douthit (1): > net/ixgbe: Fix ixgbe_is_sfp() to return valid result for X550EM_a devs >=20 > drivers/net/ixgbe/ixgbe_ethdev.c | 516 ++++++++++++++++++++++++------- > drivers/net/ixgbe/ixgbe_ethdev.h | 14 +- > 2 files changed, 408 insertions(+), 122 deletions(-) >=20 > -- > 2.25.1