Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp199782pxb; Fri, 5 Mar 2021 19:36:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJybJR532LKGNW286oOlHQCE1CscMoDmSZA8YLIk3aZvWN1JnYwIjAZwUgdSK7Zg8nCUIoT3 X-Received: by 2002:a50:fa42:: with SMTP id c2mr12342802edq.159.1615001791479; Fri, 05 Mar 2021 19:36:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615001791; cv=none; d=google.com; s=arc-20160816; b=qNqhZfXUJFRvEkaKDJjQbH9aPN3BIZ5FEVNa7ImAAGpAIDSwnRlXrcBv/vjitHoUnR Fod0ejIN0+ESZ2B001HKezIocGBL4tkG6h0f37n6/Bdh4WNkscIoTPaUnEGaaWXrK5Nu oaF3VHSoWlLTR7tulOHryLccvQFi26y4GW5vummIWhEbx9pcvHU6tpKCEEqiJGaZWZDf oOlhrwsrLxMEeCwSeOk5DzxMcix/ptDe006pbIIWh/qhGz3DtbjIpePoGyOGNfyI/nVz zumUzAEbOZHWvwL2p0yu8i/L40H+7dVLbbTOw34+q8Z5PVAD9mPydz2rXwfHJp1Ub3dt gHPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=myI5nTiT6YwXgm6JeKBKVUqNa1Ln0X+d6ktjlwc0zZk=; b=uM40gCoxbFfQulqonNWXqaTeKMSsQmfEokCuybzolV/kpc2+sJJf12m8unOHD/wm5f L0wzkqfzd5PyKIwCg9mhx8zCCKeXk5IIljfX+bNv3Ij7XlisSk0wpqnJX2xGO9N/1D8/ rBQlwKD+fY7puKWuCoQHYK+X403Oz954i5/jRiQYZ2ADKepeC2Z63gAB781+G4DIKiH7 w0TJIOAUoRlyx2EOWr5S9bkZAtzdSb5nXQcLo7RSLEXmgVcS2qsyYIhdj753d9o9fxNx uFb0VwviL/Qo9x3P1kNPLdbvQ1ctbfVkWxzyeYNpA92CIO3NQWZS813adSOd3w44eFak GhIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x21si2502486eju.471.2021.03.05.19.36.09; Fri, 05 Mar 2021 19:36:31 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230078AbhCFDbv (ORCPT + 99 others); Fri, 5 Mar 2021 22:31:51 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:43044 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230175AbhCFDbn (ORCPT ); Fri, 5 Mar 2021 22:31:43 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lINf8-009U2y-4q; Sat, 06 Mar 2021 04:31:30 +0100 Date: Sat, 6 Mar 2021 04:31:30 +0100 From: Andrew Lunn To: Don Bollinger Cc: 'Jakub Kicinski' , arndb@arndb.de, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, brandon_chuang@edge-core.com, wally_wang@accton.com, aken_liu@edge-core.com, gulv@microsoft.com, jolevequ@microsoft.com, xinxliu@microsoft.com, 'netdev' , 'Moshe Shemesh' Subject: Re: [PATCH v2] eeprom/optoe: driver to read/write SFP/QSFP/CMIS EEPROMS Message-ID: References: <20210215193821.3345-1-don@thebollingers.org> <000901d70cb2$b2848420$178d8c60$@thebollingers.org> <004f01d70ed5$8bb64480$a322cd80$@thebollingers.org> <003901d711f2$be2f55d0$3a8e0170$@thebollingers.org> <20210305145518.57a765bc@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <005e01d71230$ad203be0$0760b3a0$@thebollingers.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005e01d71230$ad203be0$0760b3a0$@thebollingers.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I am proposing acceptance of a commonly used implementation for accessing > SFPs because the one used by the netdev/netlink community does not fit the > architecture of the white box NOS/switch community. Please could you expand on this. I've given suggests as to how the new netlink KAPI could be used for this use case, without being attached to a netdev. And you have said nothing about why it cannot be made to work. You cannot argue the architecture does not fit without actually saying why it does not fit. Andrew