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 EE5C9A09FF; Mon, 11 Jan 2021 18:08:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC86B140F7D; Mon, 11 Jan 2021 18:08:12 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id D64A0140F7C for ; Mon, 11 Jan 2021 18:08:10 +0100 (CET) IronPort-SDR: 0nXiQkvbmCzIvO42cFPIk8Rm8cAXESlV95Wws/Yc2Z15ImdamFlvlqgaKIGKDQJgtn7lmQiJEk vukMjdOSnkpA== X-IronPort-AV: E=McAfee;i="6000,8403,9861"; a="239439999" X-IronPort-AV: E=Sophos;i="5.79,339,1602572400"; d="scan'208";a="239439999" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 09:08:09 -0800 IronPort-SDR: aRlB+SrWJLQ6muAarIQmj27gnJdQvBn1ADCT97+kL+uCgDYKJ6HPczBiucf7UM+F1LelDDF9cc DolImCFTb6QA== X-IronPort-AV: E=Sophos;i="5.79,339,1602572400"; d="scan'208";a="352674131" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.254.111]) ([10.213.254.111]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 09:08:08 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20201210142231.63209-1-aboyer@pensando.io> <20201216211257.37195-1-aboyer@pensando.io> From: Ferruh Yigit Message-ID: Date: Mon, 11 Jan 2021 17:08:04 +0000 MIME-Version: 1.0 In-Reply-To: <20201216211257.37195-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 v2 0/7] net/ionic: fixes for stop and start 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/16/2020 9:12 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 > > --- > v2: > * Address Ferruh's comments > * Insert a new patch "net/ionic: remove multi-LIF support" so that the > patch "net/ionic: fully implement remove-on-close" makes sense > > Andrew Boyer (7): > net/ionic: preserve RSS state unless RETA size changes > net/ionic: preserve Rx mode across LIF stop/start > net/ionic: remove multi-LIF support > 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 Series applied to dpdk-next-net/main, thanks.