From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: change calculating inline room for Tx Date: Tue, 18 Apr 2017 10:35:13 +0100 Message-ID: <54a6ac77-9b59-c33c-9292-2c58cd7330f7@intel.com> References: <20170413174651.27860-1-yskoh@mellanox.com> <20170418064328.GG14075@autoinstall.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Yongseok Koh Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 43E3FDE0 for ; Tue, 18 Apr 2017 11:35:16 +0200 (CEST) In-Reply-To: <20170418064328.GG14075@autoinstall.dev.6wind.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 4/18/2017 7:43 AM, Nélio Laranjeiro wrote: > On Thu, Apr 13, 2017 at 10:46:51AM -0700, Yongseok Koh wrote: >> Current implementation is error-prone if the max inline size >> (txq->max_inilne) is decoupled from txq->inline_en and becomes zero. If it >> becomes zero, HW can crash due to WQ overflow. >> >> Signed-off-by: Yongseok Koh >> Acked-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.