From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 360981B2C1
 for <dev@dpdk.org>; Wed, 14 Feb 2018 18:51:22 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id AA5D720C42;
 Wed, 14 Feb 2018 12:51:21 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Wed, 14 Feb 2018 12:51:21 -0500
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; s=mesmtp; bh=5MLzK496A7WqTlnyJ/tPCaz1PH
 RaoZpnCIiE4nV1xDs=; b=i3UMkBM0ElzWWerdj6QBN9zK/xjoTDEMSUqagnYbcv
 TgxJGSUsGqxtnJiWyyJRZGBWUn7gxCJzRTmyUJvimLC4N3RIcD/Yp4pusL524Qub
 6a37lFpjXuvjIb7b7nSHdIh7sIzNmbORlTEpEe5us4OcE3bdnkMYZbtOZQMLxkF/
 o=
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; s=fm2; bh=5MLzK4
 96A7WqTlnyJ/tPCaz1PHRaoZpnCIiE4nV1xDs=; b=GV3s4PJpcE8LALFNPyBBWs
 jchY30eN/0I4OAogdqQZ0VKP4MBXSbnFNr9MSGxKpabJqkF135N3/ONweGLCmwOE
 Bu+6IJO/htpyB1N1rYK3YVOHs5tds0uW0Ln9TkIzNhY+7KBuZxo+vv07A3jV+5Z5
 Lrlwh9GYPIDx6mDSXkv6uxlv1C/wle1u0zRUATdP5pvNpHvJy3mr1Ghxa1XMTkz2
 m20mwcPkwBxfoC46a6pPKvTQFCdTaz2NuFQtNSCamFS9KlPc1chDn5pYUBdQZoY/
 X1+kUPGmdRtwb8zj9fXqf4Sm4No0aFh+jcIU0E0bUmUqOC7kze+XOfFmjcwmQUjg
 ==
X-ME-Sender: <xms:GXeEWhaSAEyrech1oC68f65ZAY1Aurf3yflakULSxGPtlap7V4puEg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 59A557E446;
 Wed, 14 Feb 2018 12:51:21 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Raslan Darawsheh <rasland@mellanox.com>
Cc: dev@dpdk.org, shahafs@mellanox.com
Date: Wed, 14 Feb 2018 18:51:09 +0100
Message-ID: <22340104.b4R48xs06e@xps>
In-Reply-To: <1518618614-21552-1-git-send-email-rasland@mellanox.com>
References: <1518618614-21552-1-git-send-email-rasland@mellanox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: add tested platforms with Mellanox NICs
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Feb 2018 17:51:22 -0000

14/02/2018 15:30, Raslan Darawsheh:
> Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>

Applied with few rst fixes, thanks