From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update release notes for mlx5 driver Date: Mon, 16 Oct 2017 12:15:57 +0200 Message-ID: <65593852.KTLWt7s17m@xps> References: <20171016052329.60921-1-shahafs@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: ferruh.yigit@intel.com, dev@dpdk.org To: Shahaf Shuler Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 8E1361B617 for ; Mon, 16 Oct 2017 12:15:59 +0200 (CEST) In-Reply-To: <20171016052329.60921-1-shahafs@mellanox.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/10/2017 07:23, Shahaf Shuler: > --- a/doc/guides/rel_notes/release_17_11.rst > +++ b/doc/guides/rel_notes/release_17_11.rst > @@ -165,6 +165,19 @@ New Features > checksums, and doesn't update checksums for output packets. > Additionally, the GSO library doesn't process IP fragmented packets. > > +* **Updated mlx5 driver.** > + > + Updated the mlx5 driver including the following changes: > + > + * Enabled PMD to run on top of upstream linux kernel and rdma-core libs. > + By that removed the dependency on specific Mellanox OFED libraries. > + * Improved PMD latency performance. > + * Improved PMD memory footprint. > + * Supported vectorized Rx/Tx burst for ARMv8. > + * Supported secondary process. > + * Supported flow counters. > + * Supported Rx hardware timestamp offload. > + * Supported device removal event. > > Resolved Issues > --------------- 2 nitpick comments: - you must keep the double blank line before the title - better to add it near other net PMD notes