From patchwork Thu Mar 16 10:47:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 21823 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 [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 5DAB8532D; Thu, 16 Mar 2017 11:47:23 +0100 (CET) Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 1B2042BF3 for ; Thu, 16 Mar 2017 11:47:20 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id n11so44113664wma.0 for ; Thu, 16 Mar 2017 03:47:20 -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; bh=1iRnnBNKgDBlEdcIWy2g5WUvoOKrrdF0Y294oQS27DQ=; b=p7JxuYXHtFayABe3qfcZNT1h2NhYx3zG/Fwk03k9BAvzYjOmgDdSYRPEeIzXcGP6dX BXQ4foNueB3cVPt7lnY/2j2nkiqrIaTYAcTtRqsBrbbAWxL2w049BXywqknDGiIoKQtB LjUthzjQIdIB9wa+FoKQUs9ibs53guREPset92+j56c5dUV0Lh+2vJGhxGomBfcJmmnc 31Fbxc6Vbob1tUxxTTx3FIjgs+2G3OfHvopB8awrgO8tMGIxaMxCFfJI8UqA3i6N9mik uR7IG2X6nYJU1fUgBtZS16RObxJL3/E9ORkWF4H4aHupNmGpY9xJ9zutac/i0et0n0o5 0nEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=1iRnnBNKgDBlEdcIWy2g5WUvoOKrrdF0Y294oQS27DQ=; b=rmDlwVe382LyYQdvrRSJjuCPGY/L+CTaRMchkwPL82v3ALz9a89NbQgcZXSBe7npqv EN/DTtaSFLjLLYh8tE7fRHJdOsQsEw/+hCx0HptEIq3+D8lN9w2sXTkVON8+OhHUEg4H eVvMrc7BBXgogp3mVmrYjzTrflxUJS+kKEWrKlLxpk7qZVk3Qe8lXtpsnkYPI7FuCh+2 YvGSjroqyjXINdjwc7ozdSEsFobFzztjFGHcxiCjvPwCV/lYozgB69LX/oEPpCjMvuXu hVfR0QYIJWCHjsF81jXOaNEBA8fsMaWoSrKTIf/o9YKzr8gXacguZxL5gyoowEU/LcC3 AFtA== X-Gm-Message-State: AFeK/H1Y+dr5vdmWlKP5Hwo14EIepaTQZC+v3+R4hsQsjq37ajc8EPnCOoKOFQpFWt8xFkVD X-Received: by 10.28.210.212 with SMTP id j203mr22373300wmg.93.1489661240757; Thu, 16 Mar 2017 03:47:20 -0700 (PDT) Received: from gloops.dev.6wind.com ([2a01:cb19:6b4:d500:daeb:97ff:feb3:9cd0]) by smtp.gmail.com with ESMTPSA id x69sm3820425wma.15.2017.03.16.03.47.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Mar 2017 03:47:19 -0700 (PDT) From: David Marchand To: thomas.monjalon@6wind.com Cc: dev@dpdk.org Date: Thu, 16 Mar 2017 11:47:08 +0100 Message-Id: <1489661228-5255-1-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH] maintainers: resign from eal maintenance 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 have been a little too busy these past months and could not really do any real maintainer stuff for dpdk for a while now. I have no clear idea when I could dedicate more time to dpdk. So the best thing for the dpdk community would be to move the eal maintenance to more involved people. Signed-off-by: David Marchand --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 39bc78e..0c78b58 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -82,7 +82,6 @@ Environment Abstraction Layer ----------------------------- EAL API and common code -M: David Marchand F: lib/librte_eal/common/* F: lib/librte_eal/common/include/* F: lib/librte_eal/common/include/generic/ @@ -167,7 +166,6 @@ F: lib/librte_eal/common/arch/x86/ F: lib/librte_eal/common/include/arch/x86/ Linux EAL (with overlaps) -M: David Marchand F: lib/librte_eal/linuxapp/Makefile F: lib/librte_eal/linuxapp/eal/ F: doc/guides/linux_gsg/