From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 929CCA0A04; Fri, 15 Jan 2021 16:02:56 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11653141125; Fri, 15 Jan 2021 16:02:56 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id AA77D141124 for ; Fri, 15 Jan 2021 16:02:53 +0100 (CET) IronPort-SDR: jhbhpZd8TWKY06OcAs/lnHmWUfHzqIoxx+Fhylxk6dSMe7qGQZvH/B/i9f9fU/KDsArhO7+b8p uF/WA9wxiTJQ== X-IronPort-AV: E=McAfee;i="6000,8403,9864"; a="178644989" X-IronPort-AV: E=Sophos;i="5.79,349,1602572400"; d="scan'208";a="178644989" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2021 07:02:52 -0800 IronPort-SDR: TNz+ZwWxGLqEgZrC13AG+PEBtohjPmtfc9F08svAifWdHUPWmji847cxtKVKMFVe7iOn6ET2kz e6+c04ybjnIA== X-IronPort-AV: E=Sophos;i="5.79,349,1602572400"; d="scan'208";a="382691348" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.221.206]) ([10.213.221.206]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2021 07:02:51 -0800 To: Rahul Lakkireddy , dev@dpdk.org Cc: kaara.satwik@chelsio.com References: From: Ferruh Yigit Message-ID: <0cc56165-161c-38df-14d3-eac5dbb502a7@intel.com> Date: Fri, 15 Jan 2021 15:02:47 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] net/cxgbe: rework link config and add FEC support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/20/2020 10:47 PM, Rahul Lakkireddy wrote: > This series of patches rework link handling and add support to > configure Forward Error Correction (FEC) capability. > > Patch 1 removes legacy 16-bit link capabilities infrastructure > and always enables 32-bit link capabilities in firmware. > > Patch 2 simplifies link handling in preparation for FEC support. > > Patch 3 adds support to configure link FEC when supported. > > Thanks, > Rahul > > Karra Satwik (3): > net/cxgbe: remove legacy 16-bit link capabilities > net/cxgbe: rework and simplify link handling code > net/cxgbe: implement ethdev ops to configure link FEC > Series applied to dpdk-next-net/main, thanks.