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 D480911D4
 for <dev@dpdk.org>; Thu,  7 Jul 2016 17:45:11 +0200 (CEST)
Received: by mail-wm0-f45.google.com with SMTP id f126so215870296wma.1
 for <dev@dpdk.org>; Thu, 07 Jul 2016 08:45:11 -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:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=BHXLyvbJS3ib9oyethNAC7iDs1KOji0J4xRo9ZALoA4=;
 b=mSFWP0kJrOMM1FsHHzpLCzwkfuOGxiIEgWnYBCapMJHqK240WZ6AUoZoEaRRuhT6GM
 XV70RnED1aidxNRvnmv7F85S2PZnnStUyUhDTXDVf8bbKJzs+fQAURbh3lMBDj2nlzvC
 cpQ6O2F9xWlLCY6CrsF5bkVDYo6Jq6Yc8288fQ4c4zUIs8We/IF6BotEDudkunF5SX3u
 Ye4DVnlD0Xf+3dEkZpGgsENZJU/+RpYANvick++GstsoZpIT8dowSbh6eBsrLSreawTk
 5itrBKGUgHpEp02njnHxZ6mT++90/VKsUQiIP4kBRD3Ib2CN6fhW0AiRYj/5J6RUetm7
 IAxw==
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:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=BHXLyvbJS3ib9oyethNAC7iDs1KOji0J4xRo9ZALoA4=;
 b=iyCeqqm7fdJCgbIzzncflLNdTYVCYyIwPttaKXKXPeAReI7EPE2Ap52+/X5ly+kDk9
 0Y9KggB/dfhLA9zc1cPoNo1+6172/EC5N00/dUej00o9BihCm2yprPm5ffmEcDV/Tdsc
 jQx08h+YXBYE/qMHmIbhQLt9R2cVDRZKEhq4nOkUjRIKOoP5bRFP4L1KBzbbm6y+urNp
 B29kdQRJLnsfPrE1QqGCXmkEeCNrumFXW9bp2UyG6+lvrCChPPqx5U1KnkHGzytIJwez
 CHWM7pwqpEZDF0K88Q5YN3gWEDvoAlVKhsHrhMliyiHM0miZeODHxtyMcEGAUanAv0WI
 xG4A==
X-Gm-Message-State: ALyK8tLOgkslMvaleRu25pn4336AnczR9/iYvaf/198CQyNmtLII4jgBgfFXsNg7l4l/nTqn
X-Received: by 10.28.66.204 with SMTP id k73mr26592193wmi.20.1467906311666;
 Thu, 07 Jul 2016 08:45:11 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id a191sm1577927wme.5.2016.07.07.08.45.10
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 07 Jul 2016 08:45:11 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Neil Horman <nhorman@tuxdriver.com>
Cc: dev@dpdk.org
Date: Thu, 07 Jul 2016 17:45:09 +0200
Message-ID: <3606185.QNAgsVy55l@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1467905790-10597-12-git-send-email-thomas.monjalon@6wind.com>
References: <1467905790-10597-1-git-send-email-thomas.monjalon@6wind.com>
 <1467905790-10597-12-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 11/11] 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: Thu, 07 Jul 2016 15:45:12 -0000

Neil,

I would gladly drop this patch from the series if you send a similar one
with your name as maintainer.

Thanks


2016-07-07 17:36, Thomas Monjalon:
> The author of this feature is Neil Horman.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
> +Driver information
> +F: buildtools/pmdinfogen/
> +F: tools/pmdinfo.py