From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 85950A04DB; Thu, 10 Dec 2020 13:01:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 61D04BC8A; Thu, 10 Dec 2020 13:01:41 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CA25ABC88 for ; Thu, 10 Dec 2020 13:01:38 +0100 (CET) IronPort-SDR: 9mdKiTVL2epCScaq3EEh9tt6dF/VgDG2x/XiLXYEs9SeHJo4hgmxwWxGtURc0X3OlSbtrlD3Ow 0fJJCiq87LOw== X-IronPort-AV: E=McAfee;i="6000,8403,9830"; a="174356043" X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="174356043" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 04:01:36 -0800 IronPort-SDR: Lbxcq03Boidh6iUuP8wOE4/SkiLQ3uUxRQuiuG5RkGqmzoOrZmnJd8+lXWU5laL9cNBvDYaNkN 4lrwLYhyGjSQ== X-IronPort-AV: E=Sophos;i="5.78,408,1599548400"; d="scan'208";a="364594910" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.200.38]) ([10.213.200.38]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Dec 2020 04:01:35 -0800 To: Andrew Boyer , dev@dpdk.org Cc: Alfredo Cardigliano References: <20201210020743.68927-1-aboyer@pensando.io> <20201210025737.1057-4-aboyer@pensando.io> From: Ferruh Yigit Message-ID: Date: Thu, 10 Dec 2020 12:01:33 +0000 MIME-Version: 1.0 In-Reply-To: <20201210025737.1057-4-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 v5 3/9] net/ionic: update documentation and MAINTAINERS 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:57 AM, Andrew Boyer wrote: > The UNMAINTAINED flag will be removed in a future patch. > > Signed-off-by: Andrew Boyer > --- > MAINTAINERS | 2 +- > doc/guides/nics/features/ionic.ini | 1 + > doc/guides/nics/ionic.rst | 13 +++++++------ > 3 files changed, 9 insertions(+), 7 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index eafe9f8c4..7bc0010f2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -841,7 +841,7 @@ F: drivers/net/pfe/ > F: doc/guides/nics/features/pfe.ini > > Pensando ionic - UNMAINTAINED > -M: Alfredo Cardigliano > +M: Andrew Boyer > F: drivers/net/ionic/ > F: doc/guides/nics/ionic.rst > F: doc/guides/nics/features/ionic.ini Acked-by: Ferruh Yigit