From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 205845A44 for ; Thu, 5 Jan 2017 17:25:11 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id c85so252597291wmi.1 for ; Thu, 05 Jan 2017 08:25:11 -0800 (PST) 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=u63oOoHZ4bYYH7vEjQBYhhWBv07AAY1btgdmQvhsHlE=; b=tj4Dd+/uor+nYWK6D0wlCYvVuKEchPLuNm+8SDHH68smOQQwuKctUvcG0WRf2mZDPo OTUhMhVCeka1dCkgi8UY3USUU5OG8tSD7CFEnM2pCFYbPYukKMznlLP+eZ9+LHtP8/Gc Bi7UXBZwpSFaBrW2Mi60HGJXCM0+IkAq2SsT9NOcTfM35rNNib7wbSuFuTiHGI2BWzBp yMWiPAReT+naJZ7q9sVuf0rLpjKvFIY2q+gFLGxeqqirRg77xRhwypCz/ODYNdDBi/LW sV8gnFCmbnJaxP+N1tztOmHF/2UqqzCs/HuOdFiE2g/D/z3LsprMhbxk0ujmDO1Mm5y1 H3/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; 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=u63oOoHZ4bYYH7vEjQBYhhWBv07AAY1btgdmQvhsHlE=; b=eUo2OIylBnWTrv7LXUJZrFEsLbrrf82MJ/trTVJbm/zapEZfUYtOSn9/7EqXL40oUS EkQGGJ6D1JsRIGorpsorMfFAFQPVH4u9Ts73DIECHHb5a7sSmU26qLCAOMpPz/xwaKrM 0FuddfuQtPgdgnwJZkm/evhAhLacEvJAR+S2a4fFWokkv1m8r0yVsC4U1iUb66c63HAG MZbarRV1qTDeWH66VLcWK5/DM8zyVqxKT4YPO/NBUC19z/AUeOKXYBUVRPk0qjitjE4W GS5LNQXpqsTVS6CMIKJP8Fgm3lLUKXH2uE9eL/U12R1eJobloy+jU9qODUiP4+Zu9hlO XuDg== X-Gm-Message-State: AIkVDXJiYiZ1vWUGJXjRtnTsfgCFVYRuqtfMIJNjIt9EK1d4JfmErCrybuU6c+wMrLliA0np X-Received: by 10.28.130.137 with SMTP id e131mr61421554wmd.21.1483633511611; Thu, 05 Jan 2017 08:25:11 -0800 (PST) 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 jz1sm79041741wjc.38.2017.01.05.08.25.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Jan 2017 08:25:11 -0800 (PST) Date: Thu, 5 Jan 2017 17:25:04 +0100 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: Ferruh Yigit Cc: dev@dpdk.org Message-ID: <20170105162504.GB20719@autoinstall.dev.6wind.com> References: <1481290078-4530-1-git-send-email-nelio.laranjeiro@6wind.com> <2da35386-f774-a1ca-c4f2-cc77f74f6e2c@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2da35386-f774-a1ca-c4f2-cc77f74f6e2c@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix Tx doorbell 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: , X-List-Received-Date: Thu, 05 Jan 2017 16:25:12 -0000 On Thu, Jan 05, 2017 at 03:19:35PM +0000, Ferruh Yigit wrote: > On 12/9/2016 1:27 PM, Nelio Laranjeiro wrote: > > Too much data is uselessly written to the Tx doorbell. > > > > Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Adrien Mazarguil > > > > Applied to dpdk-next-net/master, thanks. > > Is not CC'ing stable intentional, since this patch depends on a patch > introduced in this release? If not intentional, please CC stable. Hi Ferruh, It was intentional, this commit won't apply as is on stable branch. Thanks for the remind, -- Nélio Laranjeiro 6WIND