From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by dpdk.org (Postfix) with ESMTP id 0F48A1B356 for ; Mon, 5 Feb 2018 14:11:58 +0100 (CET) Received: by mail-wr0-f195.google.com with SMTP id v15so29515841wrb.8 for ; Mon, 05 Feb 2018 05:11:58 -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:content-transfer-encoding:in-reply-to :user-agent; bh=X4SBnBI8fI8amCd35nWvjbDoILcz9OGyxe21NlOvVM8=; b=DHtzuqWpkG7lx8BGOFVm4qa+enfPrcYGsQ8YukrUq2LpHKjHnGBZgNC3CnaskPofbU K3QNNxcP9N4mppoJWn26ep6maESjz8GJETb6+h0JUNvVDkCrrN+K0mWHNHh5zeD5xUjt /78rDZeVmVooja93LPVLwRczdOWRftREh7zK/jR7XZaRgSMfk1ipxSBLSAHgulZLRjG6 vxcoKZ9TiAZlGhICSf09G80Tbd+F+7ca1xLOVb124gQHRSANOtg0GRvnZ4uYyzWyoHSp R7ssNLqGRZBfTxWlMoilpD/XlQhB1es0xyPPK1mEZvfUGDbnqmqcS9/2vfA7r8mI4fKK HS2A== 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:content-transfer-encoding :in-reply-to:user-agent; bh=X4SBnBI8fI8amCd35nWvjbDoILcz9OGyxe21NlOvVM8=; b=CnMZlb6iqg+ryXjENJledfhJKekB5nS/06s1jkHdQ4SmoIvUMmdcAPktJMcmS0Dpve mWuk0o3zyL4Apo/w0sCQsvYf7RjrNOtXmh6kzT5ylcM81ZF9LbUb67+poWzJyGmeK9JO DPCg9Pe3r8uGu2AKwbzvx76LZTw+tbU6dDoydcxwtu1dfjBt/qfYSy5JLkgYyHNOvhmL 4SlZxSecrqH9j0BgdQ7f4J/vAjNszvq7Fm2K6OuXTGQa+HLO358CVe1ch1tmeQDCL/wa D02xAf8BrErtZHX065HsR3jrkDUJ0ycgUHYv1erK2TsCBI9vXkwLhCPqm4BMS0yckb6L JRIQ== X-Gm-Message-State: AKwxytfW8K29V8fFPTAVBayqHe7Ut3htosn4FqJJ6TQMffhMefQimQTo /ZqjftgbWqygZk/u7mlw0PZh X-Google-Smtp-Source: AH8x226nezamYnbCFY5WRdQXhXV/aHn/S6TZ68LNkruNTEk0GcSLECay7fVTLGvpgErCnX7ubh+X/g== X-Received: by 10.223.165.81 with SMTP id j17mr11789571wrb.173.1517836317752; Mon, 05 Feb 2018 05:11:57 -0800 (PST) Received: from laranjeiro-vm.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id r1sm7883210wmg.22.2018.02.05.05.11.57 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 05 Feb 2018 05:11:57 -0800 (PST) Date: Mon, 5 Feb 2018 14:12:24 +0100 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Shahaf Shuler Cc: adrien.mazarguil@6wind.com, yskoh@mellanox.com, john.mcnamara@intel.com, dev@dpdk.org, olgas@mellanox.com Message-ID: <20180205131224.rstisqpckb7c46mm@laranjeiro-vm.dev.6wind.com> References: <222597018bee62a6ff5898e15bf3692aa1ed09ab.1517727898.git.shahafs@mellanox.com> <7eaebf6c5f4a14ba742629c03bfec15b658def7c.1517833737.git.shahafs@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7eaebf6c5f4a14ba742629c03bfec15b658def7c.1517833737.git.shahafs@mellanox.com> User-Agent: NeoMutt/20170113 (1.7.2) 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 13:11:58 -0000 On Mon, Feb 05, 2018 at 02:31:11PM +0200, Shahaf Shuler wrote: > Signed-off-by: Shahaf Shuler > --- > > 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 For MLX5 part: Acked-by: Nelio Laranjeiro -- Nélio Laranjeiro 6WIND