From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro Subject: Re: [PATCH v2] net/mlx5: fix drop action seg fault Date: Mon, 26 Jun 2017 15:41:26 +0200 Message-ID: <20170626134126.GF3093@autoinstall.dev.6wind.com> References: <4233196997a3d8aba05b16a130ccc87f27f076bf.1498046009.git.shacharbe@mellanox.com> <09f627ea8059ff7fd490ea1120e5c68137fa4944.1498376886.git.shacharbe@mellanox.com> <20170626122846.GB3093@autoinstall.dev.6wind.com> <7e3cc639-bcc5-b02b-0e89-8ddc98f82fcb@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Shachar Beiser , dev@dpdk.org, Adrien Mazarguil To: Ferruh Yigit Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 720719E3 for ; Mon, 26 Jun 2017 15:41:34 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id 62so1668598wmw.1 for ; Mon, 26 Jun 2017 06:41:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: <7e3cc639-bcc5-b02b-0e89-8ddc98f82fcb@intel.com> 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 Mon, Jun 26, 2017 at 01:55:33PM +0100, Ferruh Yigit wrote: > On 6/26/2017 1:28 PM, Nélio Laranjeiro wrote: > > On Sun, Jun 25, 2017 at 07:55:01AM +0000, Shachar Beiser wrote: > >> Missing room in flow allocation to store the drop specification. > >> Changing flow without storing the change in rte_flow. > >> Fixes: 88c77dedfbb0 ("net/mlx5: implement drop action in hardware classifier") > >> > >> Signed-off-by: Shachar Beiser > > > Acked-by: Nelio Laranjeiro > > Hi Nelio, Shachar, > > What do you think squashing this and [1] into 88c77dedfbb0? Both this > and [1] looks like fixing same commit. > > [1] > e0e37c1f80a0 ("net/mlx5: fix creation of drop flows") Hi Ferruh, No it is not the same issue, one this new patch is fixing some code for the hardware drop flow support which will be available with next version of MLNX_OFED. e0e37c1f80a0 ("net/mlx5: fix creation of drop flows") is fixing the current version of the software drop queue which is possible with the current MLNX_OFED GA. Please keep them separate. Thanks, -- Nélio Laranjeiro 6WIND