From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 5037568A1 for ; Wed, 10 May 2017 15:18:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 63DBF209AA; Wed, 10 May 2017 09:18:08 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 10 May 2017 09:18:08 -0400 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:x-sasl-enc; s=mesmtp; bh=lPzMxu6P6tPGNmw PcCGfYiLkrriCFG4Ms8Oo+ehVTEM=; b=BST1/igczv1TWPlP/923fHF0YVtTJSg 1z1aiZramYWriCD33Pq7AkOU0oW1bnH2vpGSDnCVDiqQAZ7zuUzol/p1lYkhsQXo yYl/rHr7h+RY6UVIyWm5EaNdqRG3Fp5XQXrblFYmFXhwGtA9imTrMIaQzuk1z5UB 3iUmykXfKEqc= 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:x-sasl-enc; s= fm1; bh=lPzMxu6P6tPGNmwPcCGfYiLkrriCFG4Ms8Oo+ehVTEM=; b=KR9JbepI Ti3LBO9qVUUMtqPZK8aGVS6P4W3iPv40PSz26YGn+pZAJEGKmCRgvBWbN17ra1oO RxNYy8Pxz3Tn8aJHuHautJBBDYcD9/0TRgrtEuFppb9xM5ubomHxP6qnBeTbyDoc 8HUlACAK0PsTogCBBj732FYyv3r51VlakGfJSsItBnxwRqI9+uw1AvQ7QcOG+qTf sJWABfPTdUTJrzqflDm+IGhzdtHwTzKWh07xUP2tFXIzcARbZxbYl2RmosHqS1jv xfdsJ05lbwIyinRnHs95uP6eEBdDMiB8aXDGoetHSvD7tqT8p8n9S03JLILD4Ht2 N0WIkC8U9KP7tA== X-ME-Sender: X-Sasl-enc: Wj/ExjRTlAsT+Pt+6T0zcxMDogBoznBeGdxFOiHpmlKc 1494422288 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 15A8124996; Wed, 10 May 2017 09:18:08 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org Date: Wed, 10 May 2017 15:18:07 +0200 Message-ID: <9528971.LtELKBQr5u@xps> In-Reply-To: <20170510131144.76039-1-ferruh.yigit@intel.com> References: <20170510131144.76039-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] maintainers: add drivers features files 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: , X-List-Received-Date: Wed, 10 May 2017 13:18:09 -0000 10/05/2017 15:11, Ferruh Yigit: > Signed-off-by: Ferruh Yigit > --- > MAINTAINERS | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b6495d2..e264bec 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -185,6 +185,7 @@ F: lib/librte_eal/linuxapp/eal/include/exec-env/rte_dom0_common.h > F: drivers/net/xenvirt/ > F: doc/guides/xen/ > F: examples/vhost_xen/ > +F: doc/guides/nics/features/xenvirt.ini > > FreeBSD EAL (with overlaps) > M: Bruce Richardson > @@ -257,6 +258,7 @@ Networking Drivers > ------------------ > M: Ferruh Yigit > T: git://dpdk.org/next/dpdk-next-net > +F: doc/guides/nics/features/default.ini Good idea! Please could you add the crypto features files?