From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 3/3] net/mlx5: do not invalidate title CQE Date: Fri, 18 Nov 2016 09:55:34 +0000 Message-ID: References: <47daa16c78c14e3e11904308b39e086d495ca1d0.1479376117.git.nelio.laranjeiro@6wind.com> <20161117103830.GC4729@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Adrien Mazarguil , Nelio Laranjeiro Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 76254569F for ; Fri, 18 Nov 2016 10:55:37 +0100 (CET) In-Reply-To: <20161117103830.GC4729@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/17/2016 10:38 AM, Adrien Mazarguil wrote: > On Thu, Nov 17, 2016 at 10:49:56AM +0100, Nelio Laranjeiro wrote: >> We can leave the title completion queue entry untouched since its contents >> are not modified. >> >> Reported-by: Liming Sun >> Signed-off-by: Nelio Laranjeiro <...> > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.