From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54])
 by dpdk.org (Postfix) with ESMTP id BFD8258CF
 for <dev@dpdk.org>; Mon, 14 Dec 2015 01:02:06 +0100 (CET)
Received: by wmpp66 with SMTP id p66so39917365wmp.1
 for <dev@dpdk.org>; Sun, 13 Dec 2015 16:02:06 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=VPwA6OEAR3mB7g4AQ0/cD4v9hgDB2HJS8fxMiFHWNv0=;
 b=0gthyvOHnFKpUkhDWLf0UgX4v3wUjR72poHnu8oSwgToJlw+F6s7EOP457e8ZqAB53
 mgNWzP3qmOJVC9xnI/l0YgrsAcx/BRwU+/W6yHGtORsXTl9n6W23N7D16VSb5W28sdTV
 fueV4FYs4ElVSK3Mf2YaPMzccd786A99/zZaeHDywP2pHJjrU/4RIXadQVhUhiJJOpcX
 6RM4IXxLQuVQ+R4kHT28PUSXln1f1N2SpxJ1J6FJEg5C8khsrgjeh7qgNtIlvBvZsdjt
 njyv/W0K9n+B+fQtPMTkfs0329J7R1VRTSMpt/FmetfVnaIk6GltbA8mTnOrCwhdUI/R
 NBGg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=VPwA6OEAR3mB7g4AQ0/cD4v9hgDB2HJS8fxMiFHWNv0=;
 b=NLUnSVpaVarrfbwmNlyGAKW0DQ+jgxn3H6ZR+BiHXJdJak5NqrG5XvDMb1sLVgXZHv
 UdZOoOMYOO+tBOYLY6unFtO2+rnakhxS4Z5yGWd/RnJ84plHILOtDHmnFQB2aS42OmED
 34g5ZoEDKRdZjHfjtfDCozxi3zBbfgVq4bm9poLgSCZ+xtoRIAYhADsb/y7QK9ePtMZs
 Q6fBoCkMffcK+ANmWolfhekotKn18fIXgSOkZV+osHDYuwzJEX5esfb9qCOQ0eL51p1h
 vHG6stylli8hOkRoQ7LGRqoVBL3gLgHB0IZq+LgHJra3TA3OvbNLu5PMOI9dmzD7UEcI
 SQpw==
X-Gm-Message-State: ALoCoQmMymHWODfGE7YJHhtVcvSFqOzzIDTlyYpZLvUIixx/5lfiWU9moexyw8MT+QRA8eJ4ra2MVKN58nUe94xmQXICzbq/fg==
X-Received: by 10.28.45.72 with SMTP id t69mr21542845wmt.32.1450051326613;
 Sun, 13 Dec 2015 16:02:06 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id ej10sm27104792wjd.32.2015.12.13.16.02.05
 (version=TLSv1/SSLv3 cipher=OTHER);
 Sun, 13 Dec 2015 16:02:05 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Olga Shern <olgas@mellanox.com>
Date: Mon, 14 Dec 2015 01:00:50 +0100
Message-ID: <3183329.l0Ck5OM6Kc@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1449937251-24493-1-git-send-email-olgas@mellanox.com>
References: <1449937251-24493-1-git-send-email-olgas@mellanox.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] mlx4: update documentation
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <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: Mon, 14 Dec 2015 00:02:06 -0000

2015-12-12 18:20, Olga Shern:
> -Split "Features" and "Limitations" sections.
> -Update limitations with missing information.
> -Update prerequisites with supported MLNX_OFED release, firmware and
>  CPU architectures.
> -Enhance usage example with openibd script.
> 
> Signed-off-by: Olga Shern <olgas@mellanox.com>
> Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

Applied, thanks