From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 00AA1A09FF; Mon, 4 Jan 2021 14:55:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9221A16066D; Mon, 4 Jan 2021 14:55:36 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 0DF3916071C for ; Mon, 4 Jan 2021 14:55:33 +0100 (CET) IronPort-SDR: Zc+xCjQ4XsAy1BUK/RbtIYPaph4q+PjpicLXX7zg/swgAzeIo+4uE8GEAi/ArF+iWRXGuxEL3r 9GEScSuHZDbQ== X-IronPort-AV: E=McAfee;i="6000,8403,9853"; a="176174024" X-IronPort-AV: E=Sophos;i="5.78,474,1599548400"; d="scan'208";a="176174024" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 05:55:32 -0800 IronPort-SDR: jt0NIlWxGoCPJM8F7uF0my4MI4rNqsI2kLIxzHTtVTTZnO/R+rXvWaPXiFiYmkAF2dHYwnP0Qs GqRF7TkrPbtQ== X-IronPort-AV: E=Sophos;i="5.78,474,1599548400"; d="scan'208";a="378430663" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.251.93.148]) ([10.251.93.148]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 05:55:31 -0800 To: Ugendreshwar Kudupudi , dev@dpdk.org References: <1608725107-5380-1-git-send-email-ukudupudi@marvell.com> From: Ferruh Yigit Message-ID: <25f4f2fe-dadf-1b6c-4939-fe489a42c504@intel.com> Date: Mon, 4 Jan 2021 13:55:27 +0000 MIME-Version: 1.0 In-Reply-To: <1608725107-5380-1-git-send-email-ukudupudi@marvell.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] maintainers: added liquidio driver maintainer 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/23/2020 12:05 PM, Ugendreshwar Kudupudi wrote: > Added Marvell LiquidIO Driver Maintainer > > Signed-off-by: Ugendreshwar Kudupudi > --- > MAINTAINERS | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index eafe9f8c4..a8d68f7ed 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -616,9 +616,8 @@ F: drivers/net/thunderx/ > F: doc/guides/nics/thunderx.rst > F: doc/guides/nics/features/thunderx.ini > > -Cavium LiquidIO - UNMAINTAINED The driver is marked as unmaintained because of the missing close/remove implementation at first place. Can you please update that part first before removing the unmaintained tag. Both remove() and close() should free the driver allocated resources, and both should ensure device is stopped first. Also remove() can be called after close() called, please check other samples too. > -M: Shijith Thotton > -M: Srisivasubramanian Srinivasan > +Cavium LiquidIO > +M: Ugendreshwar Kudupudi Welcome Ugendreshwar, can Shijith and Srisivasubramanian also ack this patch? > T: git://dpdk.org/next/dpdk-next-net-mrvl > F: drivers/net/liquidio/ > F: doc/guides/nics/liquidio.rst >