From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45])
 by dpdk.org (Postfix) with ESMTP id CA5FD5A83
 for <dev@dpdk.org>; Fri,  8 Jul 2016 12:14:29 +0200 (CEST)
Received: by mail-wm0-f45.google.com with SMTP id f126so10189564wma.1
 for <dev@dpdk.org>; Fri, 08 Jul 2016 03:14:29 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:in-reply-to:references;
 bh=SUKl4fyy6NXXxajodX9QJNog3WmRZt4AokOw+eCuyvg=;
 b=U0Azrhos46OgOHjusrPMBASWL8XVcfy0icTkjz/8lUuuE4SHNjDnm8pdMZfU5QoM2D
 ew02eNh5k+stGNp8kzNgPJKcFp6yEoe7ldimj+u2oZ9+68AJRXKF/EkEFyFYk637QhGl
 GudPj65jLd46robyKlNyANy/GN+75yYAEeOnkm5gtCLyhjmyDTwt5109sno3r6GvnraH
 SL5lcSNmrZ/nIrTJWMj7L2I0ZQs1JQ40KMmaSGi40mM0BcBCf94AoTbjBNF2Ff6Kjqp2
 u7KDTNXg96SSgp1qfdtXmddmR28jhpcRjZpty5md4LdBMKDRJaKWEADFe4xcP7LxxDV6
 nWmw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to
 :references;
 bh=SUKl4fyy6NXXxajodX9QJNog3WmRZt4AokOw+eCuyvg=;
 b=WZRR3XQHb9131vZO3HRU2wI3e438vFW3KugWDMRRhHMlfI1bb/XnYkPChlghMagcfu
 CFBQuH99sMKEcmKmUEtELllAPrKnlwHGBFJd/uni1ESi70ucw4mu1zBpBTeNMVnCJj64
 IO1PvaqmbH0sG+nWc6gxtKXHSAtFUbddBTXSPAIecADp722SINrPPgbDngGsE0VBp4CD
 oWtQhp+Sm71SE15NPt83rEDXAMBQHHmzzyp+WCZBFkESzzyeR1s6Ez25MjZ6fXVQlAxR
 QroCAtj2rrQUIoet0gK8vc2XOyMLdrPyZlGeDQ6XyPiviYrQkrGBRClyEV4L30MmHnis
 VFIw==
X-Gm-Message-State: ALyK8tIqzE5o1fS8eGzc0hXUboTMUlxH/irzDY7HTHgKb0zkJaYP2IuLnD0Am80xVgiYh8tR
X-Received: by 10.28.130.203 with SMTP id e194mr2690273wmd.29.1467972869617;
 Fri, 08 Jul 2016 03:14:29 -0700 (PDT)
Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id d4sm8146wjb.47.2016.07.08.03.14.28
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Fri, 08 Jul 2016 03:14:29 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Neil Horman <nhorman@tuxdriver.com>
Cc: dev@dpdk.org
Date: Fri,  8 Jul 2016 12:14:15 +0200
Message-Id: <1467972855-21873-11-git-send-email-thomas.monjalon@6wind.com>
X-Mailer: git-send-email 2.7.0
In-Reply-To: <1467972855-21873-1-git-send-email-thomas.monjalon@6wind.com>
References: <1467905790-10597-1-git-send-email-thomas.monjalon@6wind.com>
 <1467972855-21873-1-git-send-email-thomas.monjalon@6wind.com>
Subject: [dpdk-dev] [PATCH v2 10/10] maintainers: add section for pmdinfo
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 08 Jul 2016 10:14:30 -0000

The author of this feature is Neil Horman.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a59191e..f996c2e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -68,6 +68,10 @@ F: lib/librte_compat/
 F: doc/guides/rel_notes/deprecation.rst
 F: scripts/validate-abi.sh
 
+Driver information
+F: buildtools/pmdinfogen/
+F: tools/pmdinfo.py
+
 
 Environment Abstraction Layer
 -----------------------------
-- 
2.7.0