From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] maintainers: fill git trees for net and crypto API Date: Mon, 6 Nov 2017 12:36:51 +0100 Message-ID: <20171106113651.10783-1-thomas@monjalon.net> Cc: dev@dpdk.org To: ferruh.yigit@intel.com, pablo.de.lara.guarch@intel.com Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id CA8D31B2A1 for ; Mon, 6 Nov 2017 12:36:55 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The ethdev API (including rte_flow) is managed in the dpdk-next-net tree. The crypto and security API is managed in the dpdk-next-crypto tree. Signed-off-by: Thomas Monjalon --- Pablo, do you agree to manage rte_security patches in the crypto tree? --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8ab08d2fc..c7c54f2d8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -246,11 +246,13 @@ F: test/test/test_mbuf.c Ethernet API M: Thomas Monjalon +T: git://dpdk.org/next/dpdk-next-net F: lib/librte_ether/ F: devtools/test-null.sh Flow API M: Adrien Mazarguil +T: git://dpdk.org/next/dpdk-next-net F: lib/librte_ether/rte_flow* Traffic Management API - EXPERIMENTAL @@ -264,6 +266,7 @@ F: lib/librte_ether/rte_mtr* Crypto API M: Declan Doherty +T: git://dpdk.org/next/dpdk-next-crypto F: lib/librte_cryptodev/ F: test/test/test_cryptodev* F: examples/l2fwd-crypto/ @@ -271,6 +274,7 @@ F: examples/l2fwd-crypto/ Security API - EXPERIMENTAL M: Akhil Goyal M: Declan Doherty +T: git://dpdk.org/next/dpdk-next-crypto F: lib/librte_security/ F: doc/guides/prog_guide/rte_security.rst -- 2.14.2