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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=unavailable 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 02CF1C433E9 for ; Wed, 3 Feb 2021 00:49:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B256564F72 for ; Wed, 3 Feb 2021 00:49:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233760AbhBCAtS (ORCPT ); Tue, 2 Feb 2021 19:49:18 -0500 Received: from mga04.intel.com ([192.55.52.120]:22792 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232777AbhBCAtO (ORCPT ); Tue, 2 Feb 2021 19:49:14 -0500 IronPort-SDR: 3YrFodAK4ZOPIdys+3OxCZ29UNRmU65iG+xuJirtjMFMK6FC89lSShB7+uBRfcuQD9KMeBsGRH vg+kRd+3gVrA== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="178400388" X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="178400388" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 16:48:34 -0800 IronPort-SDR: 0qI+Y1YH9ejTpqA246UxtAXsyfZwZ88xht48Ea0eJW1ifZKqftmm+9s0xW43Y10ixLfEZL2EEz sZQACFyEVorw== X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="392028831" Received: from jbrandeb-mobl4.amr.corp.intel.com (HELO localhost) ([10.212.172.218]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 16:48:34 -0800 Date: Tue, 2 Feb 2021 16:48:34 -0800 From: Jesse Brandeburg To: Hariprasad Kelam Cc: , , , , , , , , , , Subject: Re: [Patch v3 net-next 7/7] octeontx2-pf: ethtool physical link configuration Message-ID: <20210202164834.00004426@intel.com> In-Reply-To: <1612157084-101715-8-git-send-email-hkelam@marvell.com> References: <1612157084-101715-1-git-send-email-hkelam@marvell.com> <1612157084-101715-8-git-send-email-hkelam@marvell.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hariprasad Kelam wrote: > From: Christina Jacob > > Register set_link_ksetting callback with driver such that > link configurations parameters like advertised mode,speed, duplex > and autoneg can be configured. > > below command > ethtool -s eth0 advertise 0x1 speed 10 duplex full autoneg on > > Signed-off-by: Christina Jacob > Signed-off-by: Sunil Goutham > Signed-off-by: Hariprasad Kelam Reviewed-by: Jesse Brandeburg