From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A58A358D4 for ; Wed, 21 Sep 2016 12:22:25 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 21 Sep 2016 03:22:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,373,1470726000"; d="scan'208";a="11647812" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.133]) by fmsmga005.fm.intel.com with SMTP; 21 Sep 2016 03:22:22 -0700 Received: by (sSMTP sendmail emulation); Wed, 21 Sep 2016 11:22:21 +0025 Date: Wed, 21 Sep 2016 11:22:21 +0100 From: Bruce Richardson To: Nelio Laranjeiro Cc: dev@dpdk.org, Adrien Mazarguil Message-ID: <20160921102221.GD16464@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 v3 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: Wed, 21 Sep 2016 10:22:26 -0000 On Tue, Sep 20, 2016 at 10:53:45AM +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". > > Changes in v3: > > - Rework some commits log. > > Nelio Laranjeiro (6): > net/mlx5: rework hardware structures > net/mlx5: reduce memory overhead of Rx/Tx descriptors > net/mlx5: reduce memory overhead for CQE handling > net/mlx5: reduce memory overhead for BF handling > net/mlx5: reduce memory overhead for WQE handling > net/mlx5: remove gather loop on segments > Applied to dpdk-next-net/rel_16_11 /Bruce