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=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 D3656C433DB for ; Wed, 3 Feb 2021 00:45:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6004C64F6C for ; Wed, 3 Feb 2021 00:45:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233434AbhBCApL (ORCPT ); Tue, 2 Feb 2021 19:45:11 -0500 Received: from mga12.intel.com ([192.55.52.136]:17637 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233386AbhBCApH (ORCPT ); Tue, 2 Feb 2021 19:45:07 -0500 IronPort-SDR: OFwi3pPpE2BpgPicX8tigv5/v7GzqfXL2oC56IX9l/Vul8C1Iyrhx2ax41AzRNoNClRX2A9pXZ yLd75l5AJXuQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="160126524" X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="160126524" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 16:44:13 -0800 IronPort-SDR: SBwyy9m7AmQbzi5lTHTXj06tT8S6GvTTphLx8g/e+qCDYpExJmyEx3gZZ71OzdOa37kKinFwKl AAJMTxkQ6Pgg== X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="392024901" 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:44:12 -0800 Date: Tue, 2 Feb 2021 16:44:12 -0800 From: Jesse Brandeburg To: Hariprasad Kelam Cc: , , , , , , , , , , Subject: Re: [Patch v3 net-next 3/7] octeontx2-pf: ethtool fec mode support Message-ID: <20210202164412.00005b01@intel.com> In-Reply-To: <1612157084-101715-4-git-send-email-hkelam@marvell.com> References: <1612157084-101715-1-git-send-email-hkelam@marvell.com> <1612157084-101715-4-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: netdev@vger.kernel.org Hariprasad Kelam wrote: > From: Christina Jacob > > Add ethtool support to configure fec modes baser/rs and > support to fecth FEC stats from CGX as well PHY. > > Configure fec mode > - ethtool --set-fec eth0 encoding rs/baser/off/auto > Query fec mode > - ethtool --show-fec eth0 > > Signed-off-by: Christina Jacob > Signed-off-by: Sunil Goutham > Signed-off-by: Hariprasad Kelam Reviewed-by: Jesse Brandeburg