From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CF306567F for ; Thu, 22 Jun 2017 11:51:08 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 22 Jun 2017 02:51:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,372,1493708400"; d="scan'208";a="100408192" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 22 Jun 2017 02:51:06 -0700 To: =?UTF-8?Q?N=c3=a9lio_Laranjeiro?= , Shachar Beiser Cc: dev@dpdk.org, Adrien Mazarguil References: <4233196997a3d8aba05b16a130ccc87f27f076bf.1498046009.git.shacharbe@mellanox.com> <20170621130200.GI3093@autoinstall.dev.6wind.com> From: Ferruh Yigit Message-ID: <7ff32938-f09b-5428-ef03-f51fe0c980bf@intel.com> Date: Thu, 22 Jun 2017 10:51:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170621130200.GI3093@autoinstall.dev.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix drop action seg fault X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2017 09:51:09 -0000 Hi Nelio, On 6/21/2017 2:02 PM, NĂ©lio Laranjeiro wrote: > On Wed, Jun 21, 2017 at 11:55:58AM +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 <...> >> -- >> 1.8.3.1 > > Acked-by: Nelio Laranjeiro > > Ferruh, this patch is fixing an issue of a patch only present in your > master-net branch, the fixline sha1 will be wrong. I can squash this into relevant patch (88c77dedfbb0). But there is another patch [1] that cause conflict and seems fixing same commit (88c77dedfbb0) again. What do you think squashing all three into one? I can share latest patch if you want. [1] net/mlx5: fix creation of drop flows http://dpdk.org/browse/next/dpdk-next-net/commit/?id=e0e37c1f80a00a2acbb581649b3125a5d465f2c6 > > Thanks, >