From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix wrong completion buffer size Date: Tue, 23 May 2017 13:19:25 +0100 Message-ID: <3f9c7d60-2bea-a8fc-ff7c-8a0405e683e0@intel.com> References: <20170518104445.44358-1-shahafs@mellanox.com> <20170523120933.GE31330@autoinstall.dev.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: adrien.mazarguil@6wind.com, dev@dpdk.org, stable@dpdk.org To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shahaf Shuler Return-path: In-Reply-To: <20170523120933.GE31330@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 5/23/2017 1:09 PM, Nélio Laranjeiro wrote: > On Thu, May 18, 2017 at 01:44:45PM +0300, Shahaf Shuler wrote: >> Completion buffer size was computed wrongly, causing >> completion polling to wraparound too early and miss entries. >> >> Fixing it by using Direct Verbs to query the CQ info. >> >> Fixes: 6218063b39a6 ("net/mlx5: refactor Rx data path") >> Fixes: 1d88ba171942 ("net/mlx5: refactor Tx data path") >> Cc: stable@dpdk.org >> >> Signed-off-by: Shahaf Shuler >> Acked-by: Yongseok Koh > > Acked-by: Nelio Laranjeiro Series applied to dpdk-next-net/master, thanks.