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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DF0A8C43381 for ; Thu, 14 Feb 2019 04:35:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A27BE222B6 for ; Thu, 14 Feb 2019 04:35:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="fauXIo0B" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387473AbfBNEcZ (ORCPT ); Wed, 13 Feb 2019 23:32:25 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:51161 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727974AbfBNEcY (ORCPT ); Wed, 13 Feb 2019 23:32:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=DknRAlWv90Snj/HJjOlvSoOIuJuSi3mOgJGdVVd/xc0=; b=fauXIo0BjQxKggDnmRhZqa6sYb vx04XcO5c0Tj/hN8avUFMBVWGGhhg4Qn0mfK5u0sM3N6RNodiTeH/yYUGBebcU2JriQlvZ1df+L4g WmggllUZkCDWQZ+3SMWwEi91XiKtbcf9eK04HgasBl41qE+7N4VbbNlX23o4lNUZz2WQ=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1gu8h7-0005tN-QE; Thu, 14 Feb 2019 05:32:17 +0100 Date: Thu, 14 Feb 2019 05:32:17 +0100 From: Andrew Lunn To: Randy Dunlap Cc: Russell King , linux-doc@vger.kernel.org, netdev@vger.kernel.org, "David S. Miller" , Jonathan Corbet Subject: Re: [PATCH 2/2] doc: add phylink documentation to the networking book Message-ID: <20190214043217.GB20024@lunn.ch> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > > +For information describing the SFP cage in DT, please see the binding > > +documentation in the kernel source tree > > +``Documentation/devicetree/bindings/net/sff,sfp.txt`` > oh, so SFP means "Small Form-factor Pluggable". > > I see that this source file: > ./drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c:1902: > > seems to imply that SFP means "single function per port (SFP) mode": Hi Randy rfc5513 might be relevant. Andrew