From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 907A53796 for ; Fri, 3 Apr 2015 15:54:19 +0200 (CEST) Received: by widdi4 with SMTP id di4so108524428wid.0 for ; Fri, 03 Apr 2015 06:54:19 -0700 (PDT) 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=6Mj9IE3vRuHh0QeQY6sjnp9B0mprXLceJGRNmAHcrHM=; b=WPpyZMvjUGVQHy8Fl/Y+yysLHHg60IKJW9GFgOTXwutzx10zeD+kdgJSBWdIUXnx9I lAIg3teqh9fdCUCN7GzaDA3vrmYDuyP94YFbTnZc82Cv21n4uKPEPC3tCqJtDtV+ge4T lJk+RdTpYUcd8SAkxCjmiuC23orUxHdJxKFu2OKPLh64RPMsy0PmZhp5FFdifsHKVBGl 5IOVXDIAzhQLlCwQRcSNpf9KHP5MvZiwMd65DustpcQTMNcKhFTEKdNsqnl4ENeAL+FS k0fZN7CzyCzFEmbw1fcrQWp2IOMnPB96OQIsQTpOgdpS/fi3T9tBYH0i8gw+TBRxELNu Tq5Q== X-Gm-Message-State: ALoCoQnoaiTv8zeqo6D8PCpIluOKqb6RkvELb8IfE4xwJ8tl/je/5k7dARJU/cccKAB3cMUQ7cbl X-Received: by 10.180.84.3 with SMTP id u3mr34382222wiy.38.1428069259462; Fri, 03 Apr 2015 06:54:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ew13sm2861662wid.1.2015.04.03.06.54.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Apr 2015 06:54:18 -0700 (PDT) From: Thomas Monjalon To: Adrien Mazarguil Date: Fri, 03 Apr 2015 15:53:35 +0200 Message-ID: <1920601.RKCKeCA82C@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1427967223-22918-1-git-send-email-adrien.mazarguil@6wind.com> References: <1427967223-22918-1-git-send-email-adrien.mazarguil@6wind.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] doc: update mlx4 usage and dependencies X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 13:54:19 -0000 2015-04-02 11:33, Adrien Mazarguil: > - libmlx4 and libibverbs dependencies distributed with Mellanox OFED are now > also available on DPDK.org to make installation easier. > - Document Mellanox OFED and firmware versions to use. > - Add links to Mellanox and its community websites. > - Add kernel modules parameters section. > > Signed-off-by: Adrien Mazarguil Applied, thanks