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=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 C857AC433E4 for ; Fri, 17 Jul 2020 18:02:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AEC2A206BE for ; Fri, 17 Jul 2020 18:02:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727821AbgGQSC4 (ORCPT ); Fri, 17 Jul 2020 14:02:56 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:41540 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726322AbgGQSCz (ORCPT ); Fri, 17 Jul 2020 14:02:55 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1jwUh9-005ds1-RW; Fri, 17 Jul 2020 20:02:51 +0200 Date: Fri, 17 Jul 2020 20:02:51 +0200 From: Andrew Lunn To: Vishal Kulkarni Cc: netdev@vger.kernel.org, davem@davemloft.net, nirranjan@chelsio.com Subject: Re: [PATCH net-next 0/4] cxgb4: add ethtool self_test support Message-ID: <20200717180251.GC1339445@lunn.ch> References: <20200717134759.8268-1-vishal@chelsio.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200717134759.8268-1-vishal@chelsio.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Jul 17, 2020 at 07:17:55PM +0530, Vishal Kulkarni wrote: > This series of patches add support for below tests. > 1. Adapter status test > 2. Link test > 3. Link speed test > 4. Loopback test Hi Vishal The loopback test is pretty usual for an ethtool self test. But the first 3 are rather odd. They don't really seem to be self tests. What reason do you have for adding these? Are you trying to debug a specific problem? Andrew