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 C0AA8A0351; Fri, 4 Mar 2022 09:58:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B04AE40150; Fri, 4 Mar 2022 09:58:15 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C4CE74013F for ; Fri, 4 Mar 2022 09:58:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646384295; x=1677920295; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=yT8K9NJn7K3jc+lbFu+AKOgmjLIWG4g+WyjOm5XHe+g=; b=jjs0g8OCZpuI2yEN+I2BqAN6KqgoEhOb+y3gHgKx/omuKwz6A+4y6ren a6c2hpoNL+0BDc9i4Nj9OtQs1WA9O5AalZb+Pr/DDOAM6Gq5pwcBhGm5j 9jgLfTYd5xvi5Kt2f6fGLxOSb+dmKMjNo09mGsiUCq8tvaqyMvl4gY8hY 6IjxEXnBrRK1EDLf2XyTJ1BPL7RZ+2HUpe8OOfPNZoCZ5LCukCCrSvO/P av4ugq1OVeQEpdhs/anEDL5KX/Bk52QEoPP1afdbV3Vtg49099b5o86cX P7hCRBr5CcNlRwBqsETdrRWSLSlkcUFrj+H46IyjFzPvgtMIbhBeUX0So g==; X-IronPort-AV: E=McAfee;i="6200,9189,10275"; a="317159281" X-IronPort-AV: E=Sophos;i="5.90,154,1643702400"; d="scan'208";a="317159281" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2022 00:57:57 -0800 X-IronPort-AV: E=Sophos;i="5.90,154,1643702400"; d="scan'208";a="710268734" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.28.44]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 04 Mar 2022 00:57:56 -0800 Date: Fri, 4 Mar 2022 08:57:53 +0000 From: Bruce Richardson To: Nicolas Chautru Cc: dev@dpdk.org, gakhil@marvell.com Subject: Re: [PATCH v1] maintainers: add explicit maintainer for some bbdev PMDs Message-ID: References: <1646333498-18883-1-git-send-email-nicolas.chautru@intel.com> <1646333498-18883-2-git-send-email-nicolas.chautru@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1646333498-18883-2-git-send-email-nicolas.chautru@intel.com> 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 On Thu, Mar 03, 2022 at 10:51:38AM -0800, Nicolas Chautru wrote: > These were implicit from DPDK script but adding > separate reference to make it explicit > > Signed-off-by: Nicolas Chautru > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > Thanks for this. It just means that someone looking for the driver name in the MAINTAINERS file will get a hit, rather than having to know that it's implicit in the top-level baseband directory. Acked-by: Bruce Richardson