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 9B601A0562; Mon, 29 Mar 2021 17:51:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D6FC140E1E; Mon, 29 Mar 2021 17:51:18 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C96C4406FF for ; Mon, 29 Mar 2021 17:51:16 +0200 (CEST) IronPort-SDR: cab8M291Mz2g351bad532to29PF8oUBEVssNZmQVzRRaNaMi/S8DAlLyxAhnX8f+tPmsPm5N4l fgf20UcoTykw== X-IronPort-AV: E=McAfee;i="6000,8403,9938"; a="255570637" X-IronPort-AV: E=Sophos;i="5.81,288,1610438400"; d="scan'208";a="255570637" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2021 08:51:14 -0700 IronPort-SDR: 7uK1ShkNtNpKwHoA8X4SyHZdH+vZW80V9aq81RtPeO6Xi6HQc9NsusNjngJVMD4e5pI7Eeptcn HKNE7WswjX4g== X-IronPort-AV: E=Sophos;i="5.81,288,1610438400"; d="scan'208";a="444642955" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.213.51]) ([10.213.213.51]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2021 08:51:14 -0700 To: Jiawen Wu , dev@dpdk.org References: <20210329031724.1468339-1-jiawenwu@trustnetic.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Mon, 29 Mar 2021 16:51:12 +0100 MIME-Version: 1.0 In-Reply-To: <20210329031724.1468339-1-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 0/6] txgbe backplane AN training 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 3/29/2021 4:17 AM, Jiawen Wu wrote: > This series update link process for backplane NICs. > And support to control AN training. > > v4: > - Convert BP_LOG to dynamic log. > v3: > - Add devargs gradually in the patches they are used. > - Update 21.05 relaese notes. > v2: > - Convert compile time flags to runtime options > - Move firmware version get operation to base code > - Fix minor bugs > > Jiawen Wu (6): > net/txgbe: update device ID > net/txgbe: move firmware version get function to base code > net/txgbe: update link setup process of backplane NICs > net/txgbe/base: support to handle backplane AN73 flow > net/txgbe: handle AN interrupt and link update > net/txgbe: add FFE parameters for user debugging > Series applied to dpdk-next-net/main, thanks.