From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 960202091B; Mon, 16 Oct 2017 06:15:58 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 16 Oct 2017 06:15:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=P+vHqGWx2gzjR6d+zUAtAfRSZ5 x+EtJufBL9CisLpDc=; b=HCXiHikXBFWhwdWedKMMGiyJqCLeXaxEJhD/L87XzP bO11VDOcLCPVwD+h342mvxl8HiOvTI+QYOf6gHYq6FlMmnNIT7cwdkmawsNxD9CR zRyukX3vhmvm90p787qtuIVvDuehPYuq47OWq5HxCXjjyDGlITaf8ztbzaN8jkVH 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=P+vHqG Wx2gzjR6d+zUAtAfRSZ5x+EtJufBL9CisLpDc=; b=IF3k7BOFpzqA4LROL9b3Fk KfmHmF6vwWVaQH7ZYDunAbwVJLaOtL1MpKBHuF0NIbhp4dzqUyQh6Y2nfHj4vfe3 z78+vI/oHFWw8ZxqcV97iEVyajuVIKLRXped1b+gHgFmHJGCSk3gfU3hiB0/jUZM ipX/13udIncTIf+dtRyjhNPsYIAGk+YmSc/ObnMHQNMskMOqOSrJvilXHwm9gZ/1 ahJkTp9v66bsPRTJ8951DTKkoz/ohXXNVBDomJPnAsMQfb8feRqwUv+05i/A2XtV jDNisVv+tlBB7/OkCaxHxFXQmT3O5VdkQMSA7G6t9G0SV/lnuTq3pJoNJiSVi6Eg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 43D457F91C; Mon, 16 Oct 2017 06:15:58 -0400 (EDT) From: Thomas Monjalon To: Shahaf Shuler Cc: ferruh.yigit@intel.com, dev@dpdk.org Date: Mon, 16 Oct 2017 12:15:57 +0200 Message-ID: <65593852.KTLWt7s17m@xps> In-Reply-To: <20171016052329.60921-1-shahafs@mellanox.com> References: <20171016052329.60921-1-shahafs@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: update release notes for mlx5 driver 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, 16 Oct 2017 10:15:59 -0000 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