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 127E5A0A03; Mon, 18 Jan 2021 18:10:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 979DA140D55; Mon, 18 Jan 2021 18:10:03 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 6C9BB140D54 for ; Mon, 18 Jan 2021 18:10:01 +0100 (CET) IronPort-SDR: P1H71iAStov8gXAuVoOlT/jiIryPP0n65zsXQi0KOwzSdCRjEUlSMfmqy70v/foal0FTHzVAL/ 3kWO4gFkIUWQ== X-IronPort-AV: E=McAfee;i="6000,8403,9868"; a="175324775" X-IronPort-AV: E=Sophos;i="5.79,356,1602572400"; d="scan'208";a="175324775" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2021 09:09:59 -0800 IronPort-SDR: c+UgMVjXKetlzdToA9EnT8tIVHV1qxlI18J/bwpVJF/TngH8/dxOfnYz6gRHlAwJwSw6Sx+sgu MABuKNOcw+aw== X-IronPort-AV: E=Sophos;i="5.79,356,1602572400"; d="scan'208";a="383630334" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.241.24]) ([10.213.241.24]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jan 2021 09:09:57 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20210111190209.70928-1-aboyer@pensando.io> From: Ferruh Yigit Message-ID: <97c3905c-7114-2fef-3abe-1518de962b64@intel.com> Date: Mon, 18 Jan 2021 17:09:53 +0000 MIME-Version: 1.0 In-Reply-To: <20210111190209.70928-1-aboyer@pensando.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/6] net/ionic: fix device configuration and init 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 1/11/2021 7:02 PM, Andrew Boyer wrote: > This patch series fixes up configuration flag handling, fixes up > link autonegotiation, and reduces the init time. > > DTS was used to identify the issues and verify the fixes. > > Andrew Boyer (6): > net/ionic: revise configuration flag handling > net/ionic: combine queue init and enable commands > net/ionic: set port admin state to up in port init > net/ionic: don't add station MAC filter on init > net/ionic: clear up confusion around FC autoneg > net/ionic: correctly set link speed and autonegotiation > Series applied to dpdk-next-net/main, thanks.