From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 0400EDE0 for <dev@dpdk.org>; Wed, 10 May 2017 23:07:56 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 645AB2088D; Wed, 10 May 2017 17:07:56 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 10 May 2017 17:07:56 -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=yYuoEr6o1rYyX6p eqaBdutaxDydAMMDGHY7qgZGtfzY=; b=J+hgqiPK58gBFHvRq0YvNyTMlJd1OSV /94Ii1nXCiP+mG+HSZwoALZ5c+REKBHniqJofrluk7vONmcqtMXANzBZlGkiVfRW WR2d31q0I7O5vWUH/vn8TScC46EnQnh0AZS6QVBSlQblkWciULTPm8XuBOO/1noh TT+vn0DSzihg= 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=yYuoEr6o1rYyX6peqaBdutaxDydAMMDGHY7qgZGtfzY=; b=GimQZ6zU PwRB1nuzirovZbsnZwHh8tlIkQsSC/YSMbfQKYvvtlRg2GYzgvd2GDoFamiz9vPW J5DhsLgnh30tpQuRrZormbMYL451Ga6kmeXID3ugByRGWdNqrH/3/brgMlKAFq5f Rp0OYpBu13YxEcctsEk7yPlXa1cCzytNMdwDwrOnFUqPViVz9emLFI64td9Py12s EC7p5thyIEbWbDHTZJLRIetrSkp/Mh/xr7wdMFkz2HE9saAYJUYoVItaHvR5N2Ga x9LYBLNRDdJoAYu9WKw+fdy4ABHUSaJE28/capD1JsQGzMpB14SHo7DQyLxLFIo5 L1lQxrzQk44Ynw== X-ME-Sender: <xms:LIETWXhOp3kTQHkU-ppSHeUiomg_4pSosw8zzHc1k-b4P77DDCe4vw> X-Sasl-enc: HlY83xoKmNI6wAivaDYlWmMij4tp7VLB2sypW4VUZJEU 1494450476 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1695C7E8B8; Wed, 10 May 2017 17:07:56 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: "Yigit, Ferruh" <ferruh.yigit@intel.com> Cc: dev@dpdk.org, "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com> Date: Wed, 10 May 2017 23:07:55 +0200 Message-ID: <2068829.xNdzf9S8No@xps> In-Reply-To: <E115CCD9D858EF4F90C690B0DCB4D8974781A265@IRSMSX108.ger.corp.intel.com> References: <20170510131144.76039-1-ferruh.yigit@intel.com> <20170510133350.78172-1-ferruh.yigit@intel.com> <E115CCD9D858EF4F90C690B0DCB4D8974781A265@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] maintainers: add drivers features files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 10 May 2017 21:07:57 -0000 > > Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com> > > Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Applied, thanks