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 AAC9A1B2CA for ; Mon, 13 Nov 2017 05:58:00 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id F40E6206E2; Sun, 12 Nov 2017 23:57:59 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 12 Nov 2017 23:58:00 -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=wrb69c21+DCEYOAShQL3ZKdLbA b+ra92N0TdedYaUFM=; b=b66cDsB1Rzs4x7zTn/xl130/1wbLc37UJ4fq2B+C8R aCnmheU/5VOk+zLZHC/+wG0crpI2HVqW88G6FfL1UYo4IZMJRtx6EQvZU9beziYo vMsLq9khWXU0x7dTcSBVY3LqP88UcMS6MKXk+v1PVmbAddJeLd58uEyWJtm99wd6 s= 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=fm1; bh=wrb69c 21+DCEYOAShQL3ZKdLbAb+ra92N0TdedYaUFM=; b=VjZ2NTzJ6GFmdwbr6MX4L9 NB9zVSE82oJd1oBkEZliM3SNY6anksxY+N2qHJky9hs5F015bMl97ad4137bw6bs GWDEr0OgTx3l3biXkEcQ8ANrU2l4r0TnUjE4VFgf9C6rEStAR2leguuie9xG98S6 dSV7fDwSrCa1/JQN7/yrShkPnVXTs/JBuAgV2b742HVuPuRvHZYEPNqE/Owmbe8p WTQRZdIS0cN7V2+kJErCdLni2CsUA2c3bH/hV+3KFRzZTBD+I3LjFqXwXODbDPpw tGM5oEaVIx+oXeV+FljB1iFqdTMlBG7I01n0SBPbgvB3tZ/v78u/5/XZpU/JHPMg == X-ME-Sender: Received: from xps.localnet (unknown [37.170.73.51]) by mail.messagingengine.com (Postfix) with ESMTPA id 004907FAD2; Sun, 12 Nov 2017 23:57:58 -0500 (EST) From: Thomas Monjalon To: Raslan Darawsheh Cc: dev@dpdk.org, shahafs@mellanox.com Date: Mon, 13 Nov 2017 05:57:51 +0100 Message-ID: <1874901.namNbM25Z6@xps> In-Reply-To: <1510496821-15844-1-git-send-email-rasland@mellanox.com> References: <1510496821-15844-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 v1] doc: update release notes for mlx driver 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: Mon, 13 Nov 2017 04:58:00 -0000 12/11/2017 15:27, Raslan Darawsheh: > Signed-off-by: Raslan Darawsheh Applied, thanks