From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A1C96A0096 for ; Thu, 9 May 2019 23:31:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B8AEF49E0; Thu, 9 May 2019 23:31:09 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id BF67D49DF for ; Thu, 9 May 2019 23:31:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4B12B221CF; Thu, 9 May 2019 17:31:08 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 09 May 2019 17:31:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=bVmiv1E6Xhnh5t3RaF38dcnw8JjfQC35MhegFOQpayk=; b=PFbdGVKjg3Vo w0LgPVIJ4dY9mhC5mXVzxf7wNhHpShdBm+7bq44UzqOzUsR0rl2Q+tV/F5nIB2Px 6BDtesZ8YqUFrT7iyKIbOYFy4D7A3dITvhn12pKXrNwYChp4EvWrhHIThLuz5a4X YOsdX4zCwa2EuXsGYtBR7RsDepNeLF0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=bVmiv1E6Xhnh5t3RaF38dcnw8JjfQC35MhegFOQpa yk=; b=2ImuywStjgyDpT5Ff0r/motcSuZMVMZd2ldwqRbhkhmnCE+mvsHHvRwXK Bh/e4kgF3SSdnq4SNphi3rFxrNhLLWBwRqFT0I4h005F6mnJWX81DgKW8wMcQW0Y PsGKPCvHpZDsCccCVR0AGaY7557KZPw9+uslWIcPGJWaxCkvdwsT3yARKq830n4t ZXUka6KlrmcSCGX8CTslvhBvU7FrVPGAuZjcPxu+nciY1GZuHKghYKLmWasBwIBA vJjbXPcmNsueS3fDpGVSKc2qszLtFQ5AzUA50RdFsQqDeOrBWKzcUMA+6i+XcstD /rio2Iixmlv21nn3bGGr5OT3TxiSA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrkeeigddutddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 380778005B; Thu, 9 May 2019 17:31:07 -0400 (EDT) From: Thomas Monjalon To: Yongseok Koh Cc: dev@dpdk.org, shahafs@mellanox.com Date: Thu, 09 May 2019 23:31:05 +0200 Message-ID: <1611969.6GD8ahbpWu@xps> In-Reply-To: <20190509211124.38610-1-yskoh@mellanox.com> References: <20190509211124.38610-1-yskoh@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: update release notes for Mellanox drivers 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190509213105.MAcO-SON6FwEcDz3buEeqYkWPZr90iuMtOP1shXnSp0@z> 09/05/2019 23:11, Yongseok Koh: > --- a/doc/guides/rel_notes/release_19_05.rst > +++ b/doc/guides/rel_notes/release_19_05.rst > -* **Updated Mellanox drivers.** > +* **Updated Mellanox mlx4 drivers.** s/drivers/driver/ > - New features and improvements were done in mlx4 and mlx5 PMDs: > + New features and improvements were done: > > * Added firmware version reading. > + * Added support for secondary process. > + * Added support of per-process device registers, reserving identical VA space > + is not needed anymore. > + * Added support for multicast address list interface > + > +* **Updated Mellanox mlx5 drivers.** s/drivers/driver/ > + New features and improvements were done: > + > + * Added firmware version reading. > + * Added support of new naming scheme of representor. > + * Added support for new PCI device DMA map/unmap API. > + * Added support for multiport InfiniBand device. > + * Added control of excessive memory pinning by kernel. > + * Replace IPC socket with ``rte_mp`` API. This is not really an improvement, just a clean-up. OK to drop? > + * Added support of DMA memory registration by secondary process. > + * Added Direct Rule support in Direct Verbs flow driver. > + * Added support of per-process device registers, reserving identical VA space > + is not needed anymore. > + * Added E-Switch support in Direct Verbs flow driver.