From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B6BB258D6 for ; Wed, 27 Jul 2016 10:17:56 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 27 Jul 2016 01:17:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,428,1464678000"; d="scan'208";a="146169186" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga004.fm.intel.com with ESMTP; 27 Jul 2016 01:17:53 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 27 Jul 2016 09:17:51 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.204]) by IRSMSX156.ger.corp.intel.com ([169.254.3.57]) with mapi id 14.03.0248.002; Wed, 27 Jul 2016 09:17:52 +0100 From: "Mcnamara, John" To: Olga Shern , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc : update guide and release notes for mlx5 Thread-Index: AQHR51r38ewbSvd/BE+MtXLgYXW2NKAr717A Date: Wed, 27 Jul 2016 08:17:50 +0000 Message-ID: References: <1469550548-3784-1-git-send-email-olgas@mellanox.com> In-Reply-To: <1469550548-3784-1-git-send-email-olgas@mellanox.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTVkYjgyMGYtNjkwYi00YmFmLTk1NGMtYTgxYWZkNWNkMmFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRNa3M5ZlZoQlN6MHZQM1l6Mk1PdWdtRjJvUFZWcmVNcGRlYTJcL2dMNTcwPSJ9 x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc : update guide and release notes for mlx5 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2016 08:17:57 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olga Shern > Sent: Tuesday, July 26, 2016 5:29 PM > To: dev@dpdk.org > Cc: Olga Shern > Subject: [dpdk-dev] [PATCH] doc : update guide and release notes for mlx5 >=20 > ... > > +* **Updated the mlx5 driver.** > + > + The mlx5 driver was updated with changes including the following: > + > + * Data path was refactored to bypass Verbs to improve RX and TX > performance. > + * Removed compilation parameters for inline send, MLX5_MAX_INLINE, and > + added command line parameter instead, txq_inline. > + * Improved TX scatter gather support: > + Removed compilation parameter MLX5_PMD_SGE_WR_N. > + Scatter-gather elements is set to the maximum value the NIC supports= . > + Removed linearization logic, this decreases the memory consumption o= f > the PMD. > + * Improved jumbo frames support, by dynamically setting RX scatter > gather elements > + according to the MTU and mbuf size, > + no need for compilation parameter MLX5_PMD_SGE_WR_N. > + Hi, There are 2 whitespace warnings in the patch. If you resubmit can you also put the MLX5 variables in ```` fixed width quotes. Apart from that: Acked-by: John McNamara