From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f68.google.com (mail-wm0-f68.google.com [74.125.82.68]) by dpdk.org (Postfix) with ESMTP id D48231B1CB for ; Mon, 5 Feb 2018 16:31:39 +0100 (CET) Received: by mail-wm0-f68.google.com with SMTP id g1so26895513wmg.2 for ; Mon, 05 Feb 2018 07:31:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=W5GwljnzB6kvGidgs0HfTHWgsA2/LH/dWLmRH3JqxwM=; b=QZb2dOS3LkYLrdoWfnrjfTIEzT/lBaXxso6+jWed4OCvGnwRuQMmiPqAgt4i39dAQT 5PefRaCl5ve4D4YE/AYVULMtL3uWpimuaQBKqnyoLIcCiUTJMaCYNpscgVMkmCrx0Km8 h6DPpHh6fEVViQJh0afvIu7ztBl3cfOnEJyTBpgmplPtgkFqyRtHzOHZwnPByvD34DzW g7E7a5RVyKXYIkSy3QNtcj8Dz703JJ6JK5Em90U6l+Y57BKSfLkPETV4j9Teu5lFK/zZ AdBE554Kp21Lpu2PEVc3NeqfR/FjhyaVWwIl0CTTAWy8VRfE+dxrV8vXxS+gj5OP+Eqd 5zKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=W5GwljnzB6kvGidgs0HfTHWgsA2/LH/dWLmRH3JqxwM=; b=E13WJt+kQD9VHu2Je2heTPcl5dl9UhuB9xaGzUUN1PxgF/pAuo3/CVzwLvgzzsKjZ8 E9hgMu3iB97aRmSXUrmBOSjMO1tQQcLros9qULU9poswokr3WZtYx+jcfQ09+zsqkRUE Qt265y4PsJXQlSfpNfMVjHpTlAyod7Risg5wYoD8h26wqWdgNqv7rQ7Oz9rnHmjsYSiO Ys0xXjO8uEgYY6QmzSlQiYjrD/yz+OXhma04JvRFj2CXy1V2hDNCCPgj7E75+ghyirQU a7N08rg4IWyAh1ko/hR4m3X044do8NKpsi9olZsmD7M6JvHIa6lR3QtlIcH2tXyGExx9 g33w== X-Gm-Message-State: AKwxytekKTeUcMl3rFT/qvV52FCNpUMAMiuuYqG2VctjhK63WlpK1oDr gukCbxLwWgnlkw7NIZhm1lU7EA== X-Google-Smtp-Source: AH8x225OhhiNmbvAGGt+apsXS4fAGJugfTCxW2aFxhNe4JH8qiy0s4XiJkznH4BrwZe7DK8yrDbpTw== X-Received: by 10.28.191.148 with SMTP id o20mr6242491wmi.63.1517844699568; Mon, 05 Feb 2018 07:31:39 -0800 (PST) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id g205sm4741515wme.43.2018.02.05.07.31.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Feb 2018 07:31:38 -0800 (PST) Date: Mon, 5 Feb 2018 16:31:26 +0100 From: Adrien Mazarguil To: Shahaf Shuler Cc: nelio.laranjeiro@6wind.com, yskoh@mellanox.com, john.mcnamara@intel.com, dev@dpdk.org, olgas@mellanox.com Message-ID: <20180205153126.GL4256@6wind.com> References: <222597018bee62a6ff5898e15bf3692aa1ed09ab.1517727898.git.shahafs@mellanox.com> <7eaebf6c5f4a14ba742629c03bfec15b658def7c.1517833737.git.shahafs@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7eaebf6c5f4a14ba742629c03bfec15b658def7c.1517833737.git.shahafs@mellanox.com> Subject: Re: [dpdk-dev] [PATCH v3 1/2] doc: update mlx PMD release notes 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, 05 Feb 2018 15:31:40 -0000 On Mon, Feb 05, 2018 at 02:31:11PM +0200, Shahaf Shuler wrote: > Signed-off-by: Shahaf Shuler With one minor nit, rdma-core plug-in compilation hasn't been accepted yet. Assuming it will: Acked-by: Adrien Mazarguil > --- > > On v3: > - No change. > > On v2: > - No change. > > --- > doc/guides/rel_notes/release_18_02.rst | 27 +++++++++++++++++++++++++++ > 1 file changed, 27 insertions(+) > > diff --git a/doc/guides/rel_notes/release_18_02.rst b/doc/guides/rel_notes/release_18_02.rst > index 689080bed..714a24388 100644 > --- a/doc/guides/rel_notes/release_18_02.rst > +++ b/doc/guides/rel_notes/release_18_02.rst > @@ -50,6 +50,33 @@ New Features > exiting. Not calling this function could result in leaking hugepages, leading > to failure during initialization of secondary processes. > > +* **Updated mlx5 driver.** > + > + Updated the mlx5 driver including the following changes: > + > + * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core. > + With the special compilation, the rdma-core libraries will be loaded only in case > + Mellanox device is being used. For binaries creation the PMD can be enabled, still not > + requiring from every end user to install rdma-core. > + * Improved multi-segment packet performance. > + * Changed driver name to use the PCI address to be compatible with OVS-DPDK APIs. > + * Extended statistics for physical port packet/byte counters. > + * Supported IPv4 time-to-live filter. > + * Converted to the new offloads API. > + * Supported device removal check operation. > + > +* **Updated mlx4 driver.** > + > + Updated the mlx4 driver including the following changes: > + > + * Enabled compilation as a plugin, thus removed the mandatory dependency with rdma-core. > + With the special compilation, the rdma-core libraries will be loaded only in case > + Mellanox device is being used. For binaries creation the PMD can be enabled, still not > + requiring from every end user to install rdma-core. > + * Improved data path performance. > + * Converted to the new offloads API. > + * Supported device removal check operation. > + > * **Added the ixgbe ethernet driver to support RSS with flow API.** > > Rte_flow actually defined to include RSS, but till now, RSS is out of > -- > 2.12.0 > -- Adrien Mazarguil 6WIND