From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=helmholz.de header.i=@helmholz.de header.b="WpdW/17k" Received: from mail.helmholz.de (mail.helmholz.de [217.6.86.34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48E0212D for ; Thu, 14 Dec 2023 06:47:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=helmholz.de ; s=dkim1; h=Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From: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=JOrkzxGekcw7VHo53kYxfb41EEzQLNXXXNM04Cve1jE=; b=WpdW/17kBvvf0FVKA68/EvHW+p XDWIEfP9wcJ6Ypj1NIZF/4VKl7k4aQeeubhKcuYGmVU5Ws6QDsQILesh3NWKwN/oLO6VezzDqDZv3 ztYn7KvZMdvW8SMC4dw09Xbx0DXV5XxnNLiizFmaaQQrRuU/PmW9QFTBX7av75rO1Oe5kKOXtiXbH Lp1RdJR1k2VZoc4TVL5ltIdI3zb1BHuIbTYet0CcFqZQ4LlFUfuWlTsMt5rqI4Zb1NOzskSgoMTE5 262hTKAmaNye0nw+5TvZUi25cqx39ercWw1gq2UsevixFXaZWsma5zGy3FzrzMKc0fXPIF9WCUjDG Z/HoSvKQ==; Received: from [192.168.1.4] (port=36326 helo=SH-EX2013.helmholz.local) by mail.helmholz.de with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (Exim 4.96) (envelope-from ) id 1rDn0E-0000XH-2U; Thu, 14 Dec 2023 15:47:54 +0100 Received: from linuxdev.helmholz.local (192.168.6.7) by SH-EX2013.helmholz.local (192.168.1.4) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Thu, 14 Dec 2023 15:47:54 +0100 From: Ante Knezic To: CC: , , , , , , , , Subject: Re: [PATCH net-next] net: dsa: dont use generic selftest strings for custom selftests Date: Thu, 14 Dec 2023 15:47:51 +0100 Message-ID: <20231214144751.1507-1-ante.knezic@helmholz.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20231214142511.rjbr2a726vlr57v4@skbuf> References: <20231214142511.rjbr2a726vlr57v4@skbuf> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-ClientProxiedBy: SH-EX2013.helmholz.local (192.168.1.4) To SH-EX2013.helmholz.local (192.168.1.4) X-EXCLAIMER-MD-CONFIG: 2ae5875c-d7e5-4d7e-baa3-654d37918933 Indeed I do have a custom implementation for the mv88e6xxx chip, but its not come to state to be posted because of test/chip specifics. > I didn't notice when the selftest support was added that there is no > implementation in DSA drivers of custom ds->ops->self_test(). Adding > interfaces with no users is frowned upon, precisely because it doesn't > show the big picture. I was not aware of this, I apologize. If this is the case, perhaps this patch should wait for the first custom self test implementation and be reposted as a part of bigger series. Thanks, Ante