From patchwork Fri Jun 29 14:58:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 41974 X-Patchwork-Delegate: thomas@monjalon.net 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 107961B52A; Fri, 29 Jun 2018 16:59:10 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 65A7F1B50E for ; Fri, 29 Jun 2018 16:59:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EB0EF21C24; Fri, 29 Jun 2018 10:59:07 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 29 Jun 2018 10:59:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=1wh7/IINaFhXMf6y0u37NhFW44pNGKep7NaKmD RG1o4=; b=E/7rC6GIv+MOIf2AdH2F4nktX0xkDWIpfDZuzKNluTlDIMSPb2HQGk GJxlJkK2dghrRrEyumb3hGTMyQcO5YMjNKGLAoz0nzUS0JJVYfyzbKlyLeKrjT+Z +6h71qtl1pPD4ArTIO6BGhcnGl7eDBLfkmSRVFiQ7c6CM8SbZMsPA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=1wh7/IINaFhXMf6y0 u37NhFW44pNGKep7NaKmDRG1o4=; b=fDzKUAbYsq6UlBsHN39mC9Rc85Vov7XAO VwBhs8A98m9OSqYoSC+XyBXCmwQpJx6ybg8Jtcxnym9OfnpwSlNFSrKUyLJkgUtj jZ7nzYlZVnP74w7EwbcgCfvQLOe2FG45G6UTgSKNLkZMXfsgI4rkRuL0L/doajuo q7EItXyZuDwRpJqx4qnNO5vXgzOY/46mq3+3x/cQ90FJvVo7M/KVVYboIVYZV13i d+uwPZAsmKlqjUqG09wgrmuKkWybqs0CgVw+zxF2jLvev86fEuyh3qD0hIyTGtMc RHsRFYq84QLExWkTBvay7OdjRf3m2wIYwe0q5zaXSMah6RzLjlQSA== X-ME-Proxy: X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3F0EF1038F for ; Fri, 29 Jun 2018 10:59:06 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 29 Jun 2018 16:58:57 +0200 Message-Id: <20180629145857.16629-1-thomas@monjalon.net> X-Mailer: git-send-email 2.17.1 Subject: [dpdk-dev] [PATCH] maintainers: update for ethdev 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" Ferruh and Andrew are doing excellent reviews and contributions to ethdev API. They become official maintainers and responsibles of this major lib. Signed-off-by: Thomas Monjalon Acked-by: Andrew Rybchenko Acked-by: Ferruh Yigit --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3bc928f46..dabb12d65 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -300,6 +300,8 @@ F: test/test/test_mbuf.c Ethernet API M: Thomas Monjalon +M: Ferruh Yigit +M: Andrew Rybchenko T: git://dpdk.org/next/dpdk-next-net F: lib/librte_ethdev/ F: devtools/test-null.sh