From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: fix counting consumed Tx descriptors Date: Mon, 31 Jul 2017 17:19:23 +0100 Message-ID: <48f4d45c-6397-8740-df1e-c3a6bf558d93@intel.com> References: <20170725164216.34122-1-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Yongseok Koh , adrien.mazarguil@6wind.com, nelio.laranjeiro@6wind.com Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 5999756A1 for ; Mon, 31 Jul 2017 18:19:39 +0200 (CEST) In-Reply-To: <20170725164216.34122-1-yskoh@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/25/2017 5:42 PM, Yongseok Koh wrote: > When advancing Tx ring index (txq->wqe_ci) in txq_scatter_v(), the title > descriptor of multi-packet send isn't taken into account if it doesn't > cross 64B boundary. > > Fixes: 6cb559d67b83 ("net/mlx5: add vectorized Rx/Tx burst for x86") > > Signed-off-by: Yongseok Koh > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.