From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51B9EC04AA5 for ; Wed, 24 Aug 2022 23:02:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229787AbiHXXCg (ORCPT ); Wed, 24 Aug 2022 19:02:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229450AbiHXXCf (ORCPT ); Wed, 24 Aug 2022 19:02:35 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2230A74DC0 for ; Wed, 24 Aug 2022 16:02:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D3A45B825ED for ; Wed, 24 Aug 2022 23:02:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67D10C433D6; Wed, 24 Aug 2022 23:02:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661382151; bh=ET6oW/MKNIUKYULHMZH/EnDvMT/CL90bWYNwNkhP3jI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZMwYcp0t4UNE0FxePWHXHjWexqSzxuOI8tBlFsE8v5+4mfg9iWbrlhlwjgthnwJqa Kk3ImuNnWHa3XCOzIQfqqu4KNbeHye8pDdG6PmMpx/XzCYpMeOEWhtefbn6i0cAySW N7NuvU1rvjSQkooqFKxiwmDGybs6W0XGwYj603gA8q2Gn98zukBzwKjd6ukUW5ECyC 10TCMFFCXtwrDypzlMk9CrRfdVT3nKzYo0lOxPqJ7tlWdE1SIIQ+sc+seoXjzr3bck DgLJaLy5Q9Q3PwTnqGrbYtLGQnCVfmHyW8ul/mrZALa0VwD78lO/cu7QBuGRnAVrgk dFbHr92NEJC2g== Date: Wed, 24 Aug 2022 16:02:30 -0700 From: Jakub Kicinski To: "Keller, Jacob E" Cc: "netdev@vger.kernel.org" , "Greenwalt, Paul" Subject: Re: [PATCH net-next 2/2] ice: add support for Auto FEC with FEC disabled via ETHTOOL_SFECPARAM Message-ID: <20220824160230.3c2f06b2@kernel.org> In-Reply-To: References: <20220823150438.3613327-1-jacob.e.keller@intel.com> <20220823150438.3613327-3-jacob.e.keller@intel.com> <20220823151745.3b6b67cb@kernel.org> <20220824154727.450ff9d9@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 24 Aug 2022 22:53:44 +0000 Keller, Jacob E wrote: > > On Wed, 24 Aug 2022 21:29:31 +0000 Keller, Jacob E wrote: =20 > > > Ok I got information from the other folks here. LESM is not a > > > standard its just the name we used internally for how the firmware > > > establishes link. I'll rephrase this whole section and clarify it. =20 > >=20 > > Hold up, I'm pretty sure this is in the standard. =20 >=20 > According to the folks I talked to what we have here, we didn't > understand this as being from a standard, but if it is I'd love to > read on it. Table 110C=E2=80=931=E2=80=94Host and cable assembly combinations in IEEE 802.3 2018, that's what I was thinking of.