From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 90E96914 for ; Mon, 19 Sep 2016 18:17:37 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 19 Sep 2016 09:17:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,362,1470726000"; d="scan'208";a="1059017481" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.73]) by fmsmga002.fm.intel.com with SMTP; 19 Sep 2016 09:17:34 -0700 Received: by (sSMTP sendmail emulation); Mon, 19 Sep 2016 17:17:34 +0025 Date: Mon, 19 Sep 2016 17:17:34 +0100 From: Bruce Richardson To: Nelio Laranjeiro Cc: dev@dpdk.org, Adrien Mazarguil Message-ID: <20160919161733.GK45548@bricha3-MOBL3> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/6] net/mlx5: performance improvement 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: Mon, 19 Sep 2016 16:17:38 -0000 On Wed, Sep 14, 2016 at 02:18:01PM +0200, Nelio Laranjeiro wrote: > - Rework structure elements to reduce their size. > - Removes a second useless loop in Tx burst function. > > This series should be applied on top of "net/mlx5: various fixes". > > Changes in v2: > > - rework serie to apply it on top of "net/mlx5: various fixes". > > Nelio Laranjeiro (6): > net/mlx5: rework hardware structures > net/mlx5: reduce Tx and Rx structure size > net/mlx5: reduce Tx and Rx structure size > net/mlx5: reduce Tx structure size > net/mlx5: reduce Tx and Rx structure size > net/mlx5: remove gather loop on segments > Three of the patches in this set have the same title, which seems a lot. Can you expand the titles in some way to make them a little different and help those browsing the commit short-logs? /Bruce