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 31679EE49A3 for ; Sun, 20 Aug 2023 00:37:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229597AbjHTAgn (ORCPT ); Sat, 19 Aug 2023 20:36:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229754AbjHTAgJ (ORCPT ); Sat, 19 Aug 2023 20:36:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CCD3234611 for ; Sat, 19 Aug 2023 11:34:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id A19ED614F3 for ; Sat, 19 Aug 2023 18:34:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id F2D9EC433C8; Sat, 19 Aug 2023 18:34:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692470062; bh=Y4Zns78+cJfLS978OPLxTr9B/6Op6cnG5Zjax3Kt1Zg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=u9EzD78DeXlOj+JCB41gMuZxgbeVmUGOdwBrT8HrI/UD6IyLgtDaHI/zhez/PIj7w VoLcaAK/eb+pUcbQQI9e40CuKvkVwKBsP4bC0rX/lP8ASoVCjxAJQM4eq34GF3wn5u klxT0PbaauGrQV3CwQCfK1Tn9cNt/ugRbpTnZI4MD3MZujF7Mj9Bz/yfnrGZtIfVOb vWP62fbcTPDSb/E5nxdYiqA5oq5DTJiboeo+cORBqrmo133A2M7UTPjM6FeaYFjNi/ J3zXRb2jHRZFyaIMifKg7CvT63R/ik+rw6XwYhNovS3YiPTQDjTv1e7rPtuixIgmFY y7eTv7p2AJWTQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id D9B94C395DC; Sat, 19 Aug 2023 18:34:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3] net: sfp: handle 100G/25G active optical cables in sfp_parse_support From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169247006188.18695.13360615227785939934.git-patchwork-notify@kernel.org> Date: Sat, 19 Aug 2023 18:34:21 +0000 References: <20230818110556.10300-1-josua@solid-run.com> In-Reply-To: <20230818110556.10300-1-josua@solid-run.com> To: Josua Mayer Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, andrew@lunn.ch, hkallweit1@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Fri, 18 Aug 2023 13:05:56 +0200 you wrote: > Handle extended compliance code 0x1 (SFF8024_ECC_100G_25GAUI_C2M_AOC) > for active optical cables supporting 25G and 100G speeds. > > Since the specification makes no statement about transmitter range, and > as the specific sfp module that had been tested features only 2m fiber - > short-range (SR) modes are selected. > > [...] Here is the summary with links: - [v3] net: sfp: handle 100G/25G active optical cables in sfp_parse_support https://git.kernel.org/netdev/net/c/db1a6ad77c18 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html