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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 86475C4361B for ; Tue, 15 Dec 2020 14:01:35 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id DAD22224B8 for ; Tue, 15 Dec 2020 14:01:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DAD22224B8 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 [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 33C9CCA3A; Tue, 15 Dec 2020 15:01:32 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4089DCA39 for ; Tue, 15 Dec 2020 15:01:31 +0100 (CET) IronPort-SDR: SjIBEH3dRwf+LM0jjZueJdk2VSWVczxTIRd+F1FmD4IEm2V1qRtGHIY54a/4f2z/ttmqC/8g3w hjpA4qeplM3Q== X-IronPort-AV: E=McAfee;i="6000,8403,9835"; a="193251366" X-IronPort-AV: E=Sophos;i="5.78,421,1599548400"; d="scan'208";a="193251366" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2020 06:01:28 -0800 IronPort-SDR: in5LGdFQcxvvIfP1BPsSBeLwFDsXlLEeJact8wSPZkR6lqTgyuDTG1QPvTJmSfPrWsxbivVELn Dy2tWGrfEVSA== X-IronPort-AV: E=Sophos;i="5.78,421,1599548400"; d="scan'208";a="411968040" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.201.43]) ([10.213.201.43]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Dec 2020 06:01:27 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20201210142231.63209-1-aboyer@pensando.io> From: Ferruh Yigit Message-ID: Date: Tue, 15 Dec 2020 14:01:23 +0000 MIME-Version: 1.0 In-Reply-To: <20201210142231.63209-1-aboyer@pensando.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 0/6] net/ionic: fixes for stop and start X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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/10/2020 2:22 PM, Andrew Boyer wrote: > These patches address issues found when testing port stop and start, > link up and down, and queue stop and start. > > The UNMAINTAINED flag is removed in patch 3. > > Signed-off-by: Andrew Boyer > > Andrew Boyer (6): > net/ionic: preserve RSS state unless RETA size changes > net/ionic: preserve RX mode across LIF stop/start > net/ionic: fully implement remove-on-close > net/ionic: improve link state handling > net/ionic: improve queue state handling > net/ionic: stop queues when LIF is stopped > Can you also run './devtools/check-git-log.sh' checks and fix warnings please? It is used as "./devtools/check-git-log.sh -n6".