From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 0CCBC5589 for ; Tue, 20 Sep 2016 09:25:48 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id b130so18572925wmc.0 for ; Tue, 20 Sep 2016 00:25:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=a/SM5FDZgb5JSpoKAXuDLZHAHE2D2dYUN6sKwQ/d6JA=; b=1Rcy+wrky8mveI0koyM4aHdsqAe9JzgiZHJou1oHK5HxOQCX2uAOlhw4QLBHhDSfME Sb0BOyPKeUUmPEMhOEmRNKPZV2mw0ztDYh//RAcQQDgx/TQV3muGPPWjVhlZ1MOJ2DmG LkZkVWeXKXbUvzqPJZdbBeAnoKItjbNb17K62YkOR+162wyGGhaN4I4qo01OlLeBZ7bZ ASWKUrcnCfz60nVQtGO21OcaldyTdip1sIFgPvAFJS/De7yQ1dvH4ugBzdevTDbzZQ+t OVF7AVRKgYl6vx91BfuUXNZC4FQKbf0LN/nRYvF4exmCEl8quIzAOzeNyAjsPEdqac6p pe2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=a/SM5FDZgb5JSpoKAXuDLZHAHE2D2dYUN6sKwQ/d6JA=; b=Y9eRBLvTGOxegZnmy+Z9Nb8qUu8yhGDopL/m7z/bCXzjrlqUUH1lQT2hwcR4XxRApY qHV2bW70Wg3a1LpM+r/R2fzs0CZ58rj4QawgRf5FPpiRKcpB59CUJzg97e7iyciCaS0Y tUSmCpKKZaEgqvS+oM+cZTGuK1UXQiy1H8g65IE6GE7cwmhYeTpGZ0vNrN4ws90/uxUi Olz0dPanYv5a1cAhhAXPprKwzbUWThG2YfAXGWrQ4Xwba3M1UHGbjqT66EU79hKo71+A MQE5DMRdgqvaMIszzvc1Jvjf4jSmrKBi4lIykPFsRzQwz2Tw9Om6M1nt7RUhhcH02LN2 ucDw== X-Gm-Message-State: AE9vXwOZVGzIhe31nG3CCAG5A5bj3CXDXDC9hN4qz1xaKDlbzDSwF0kuzgIvFLAtCozg62sZ X-Received: by 10.28.56.196 with SMTP id f187mr1773125wma.120.1474356347825; Tue, 20 Sep 2016 00:25:47 -0700 (PDT) Received: from autoinstall.dev.6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id z12sm3593753wmz.11.2016.09.20.00.25.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Sep 2016 00:25:47 -0700 (PDT) Date: Tue, 20 Sep 2016 09:25:41 +0200 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Bruce Richardson Cc: dev@dpdk.org, Adrien Mazarguil Message-ID: <20160920072541.GS32397@autoinstall.dev.6wind.com> References: <20160919161733.GK45548@bricha3-MOBL3> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160919161733.GK45548@bricha3-MOBL3> 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: Tue, 20 Sep 2016 07:25:48 -0000 On Mon, Sep 19, 2016 at 05:17:34PM +0100, Bruce Richardson wrote: > 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 Sure, It will be updated in v3. Regards, -- Nélio Laranjeiro 6WIND