From patchwork Fri Feb 9 15:23:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Horman X-Patchwork-Id: 35091 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 45D311B843; Fri, 9 Feb 2018 16:23:49 +0100 (CET) Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 9D9841B842 for ; Fri, 9 Feb 2018 16:23:47 +0100 (CET) Received: from [107.15.66.59] (helo=hmswarspite.think-freely.org) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1ekAWb-000115-F4; Fri, 09 Feb 2018 10:23:46 -0500 Received: from hmswarspite.think-freely.org (localhost [127.0.0.1]) by hmswarspite.think-freely.org (8.15.2/8.15.2) with ESMTP id w19FNeVI002790; Fri, 9 Feb 2018 10:23:40 -0500 Received: (from nhorman@localhost) by hmswarspite.think-freely.org (8.15.2/8.15.2/Submit) id w19FNeRT002789; Fri, 9 Feb 2018 10:23:40 -0500 From: Neil Horman To: dev@dpdk.org Cc: Neil Horman , Thomas Monjalon Date: Fri, 9 Feb 2018 10:23:36 -0500 Message-Id: <20180209152336.2744-1-nhorman@tuxdriver.com> X-Mailer: git-send-email 2.14.3 X-Spam-Score: -2.9 (--) X-Spam-Status: No Subject: [dpdk-dev] [PATCH] Add myself as driver information maintainer 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" I wrote pmdinfogen initially, and since there isn't a maintainer for it, I'll volunteer to take care of it Signed-off-by: Neil Horman CC: Thomas Monjalon Acked-by: Thomas Monjalon --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index d9d2abff8..d1ef43479 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -90,6 +90,7 @@ F: devtools/check-symbol-change.sh F: buildtools/check-experimental-syms.sh Driver information +M: Neil Horman F: buildtools/pmdinfogen/ F: usertools/dpdk-pmdinfo.py F: doc/guides/tools/pmdinfo.rst