From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id A7E151B3FB
 for <dev@dpdk.org>; Fri,  9 Feb 2018 16:41:40 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 208E720F1D;
 Fri,  9 Feb 2018 10:41:40 -0500 (EST)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Fri, 09 Feb 2018 10:41:40 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=jir4OI39YD1Snrlrah5Ic8yDjn
 EP4GCdxsMsZ4TwNXg=; b=XpPxe3CrMwBALfFiMgNZByLQEK5u1ixnaxj2k/zm4Z
 XEZiapRiUeuqaDZfHab7EtuUWGctmgtqO/qYH6Eqpx3li1I6GE8ifAJ/ay+N/v2G
 pSRSzPxE4OGleIyYEs00DbIyRufqbmO3wJZVl+LBnEL+PBmfK+KefJYb7yPKn+54
 Q=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=jir4OI
 39YD1Snrlrah5Ic8yDjnEP4GCdxsMsZ4TwNXg=; b=lWpmPkRR3DMlD+xLl2Fhb6
 x6tyGeLltBPmBzVwDVWDN74xWwYv6aQDRGp9FRUtq6Oa9FyNbMDArODA4ePzYJTX
 TBIkr5x5OlcCzZe6kNlAopMEfaZalxLX/Xpw4EQDUY01YP56xw3p+b0+FHdSb56n
 hIEILmb0gCrQnwW7U7sXPycpan4wezipQv2brcdheooEtCo6NvsCmJ7f2vHirTIS
 bupu0tA49wGT4jp5vGqi6WNpuLfe4dgpx2tEB39rq3d3GnUn/lq0btmrXUVfGWU1
 TXMfaCZRucowdwK/iRRMcP4dL55KGTYj7DIqtiDkfguxGbQOTr7HDDQ69SMDVEOg
 ==
X-ME-Sender: <xms:NMF9WlpiAo4beIptKt8yxnPt3PViGgoWn97RGtDyImRixaA0dSvqMw>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id C1C1B246A5;
 Fri,  9 Feb 2018 10:41:39 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Neil Horman <nhorman@tuxdriver.com>
Cc: dev@dpdk.org
Date: Fri, 09 Feb 2018 16:41:32 +0100
Message-ID: <2093486.x4S46sjXHA@xps>
In-Reply-To: <20180209152336.2744-1-nhorman@tuxdriver.com>
References: <20180209152336.2744-1-nhorman@tuxdriver.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [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 <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 09 Feb 2018 15:41:40 -0000

09/02/2018 16:23, Neil Horman:
> 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 <nhorman@tuxdriver.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks Neil