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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 68A78C433E9 for ; Mon, 18 Jan 2021 17:10:05 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id B37A522C9C for ; Mon, 18 Jan 2021 17:10:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B37A522C9C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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.