From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5F4005594 for ; Fri, 16 Sep 2016 01:24:54 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 15 Sep 2016 16:24:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,341,1470726000"; d="scan'208,223";a="9420471" Received: from sie-lab-214-036.ir.intel.com (HELO silpixa00394365.ir.intel.com) ([10.237.214.36]) by orsmga005.jf.intel.com with ESMTP; 15 Sep 2016 16:24:52 -0700 From: Pablo de Lara To: dev@dpdk.org Cc: thomas.monjalon@6wind.com, Pablo de Lara Date: Fri, 16 Sep 2016 00:25:32 +0100 Message-Id: <1473981932-27724-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1472582850-214214-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1472582850-214214-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v2] maintainers: claim responsability for crypto subtree X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 23:24:54 -0000 >>From 16.07, I will be the maintainer of the crypto subtree. This will include: - app/test/test_cryptodev* - doc/guides/cryptodevs/ - drivers/crypto/ - examples/l2fwd-crypto/ - examples/ipsec-secgw/ - lib/librte_cryptodev/ Signed-off-by: Pablo de Lara --- Changes in v2: - Included subtree path MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bc9aa02..fcb549d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -398,6 +398,8 @@ F: drivers/net/null/ Crypto Drivers -------------- +M: Pablo de Lara +T: git://dpdk.org/next/dpdk-next-crypto Intel AES-NI GCM PMD M: Declan Doherty -- 2.7.4