From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4E5042C60 for ; Thu, 9 Aug 2018 01:07:20 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BF077219FE; Wed, 8 Aug 2018 19:07:19 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 08 Aug 2018 19:07:19 -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; s=mesmtp; bh=bnxX7RgZTMClMJibofXLPUuNoL BRUowWbbgG2uH0TfA=; b=TyXYQ9PU5dIIwnSzuoewJotQZb2R17TuB2DtHXETx9 4jabPfbgUpSV+m+DG3m7PcxEnOzfHRYfW8XZcfs2voKKVBvRrjDwCp6GjVmnL+yU OrXwrUiT9pB0HplpPH4GewEIk9C1GBVAsCF21Y1AxZRzv9CBQMOjhVhrfO/TAIyH I= 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=fm3; bh=bnxX7R gZTMClMJibofXLPUuNoLBRUowWbbgG2uH0TfA=; b=v1i2iuv43OeyLz6ytqnf+v qXxSQPRWXThpHDS78FtmcKQfFtLmLe/ysQJPU1AX/AE5fbuUssuA2dalkhV+rpMf JkMuJinxrhXfRUYx6E67yOSEh5dNT/FO/nAWSZHh1euEMd6ZA+3lluTVmbJ6OHBA VNo88IEhW+4ubBBY5VehaaEfauk2nVp/nzSkdphRq24o0PrJ4sxaZVfmWEywBLLl eiIGVLAc/Lrh+UlK62XEy9o8LJmfImxZ4qj3rTt+5GqLY6L5ammr5TKvt6tFsk+m m/SQdxjohPFmk7pCljDtefvmvVd3ww8B2UOJ/0YAnJfYOhpUWV8H6EZ/oeK8zWMQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (67.225.154.77.rev.sfr.net [77.154.225.67]) by mail.messagingengine.com (Postfix) with ESMTPA id 6E7FBE403B; Wed, 8 Aug 2018 19:07:18 -0400 (EDT) From: Thomas Monjalon To: Raslan Darawsheh Cc: dev@dpdk.org, shahafs@mellanox.com Date: Thu, 09 Aug 2018 01:03:53 +0200 Message-ID: <3588022.UPQvnNeuo7@xps> In-Reply-To: <1533742377-2667-1-git-send-email-rasland@mellanox.com> References: <1533742377-2667-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 v2] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2018 23:07:20 -0000 08/08/2018 17:32, Raslan Darawsheh: > Signed-off-by: Raslan Darawsheh > --- > changes in v2: > add Bluefield as one of the tested platforms for Mellanox. Applied, thanks