From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 5/7] net/mlx5: fix flow validation for no fate action Date: Wed, 10 Oct 2018 13:24:56 +0100 Message-ID: <14a0c90f-25ed-66f2-028e-d40c9f978570@intel.com> References: <20181008180150.39273-1-yskoh@mellanox.com> <20181008180150.39273-6-yskoh@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: Ori Kam , Yongseok Koh , Shahaf Shuler Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4C9D04C8F for ; Wed, 10 Oct 2018 14:27:49 +0200 (CEST) In-Reply-To: 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 10/9/2018 8:49 AM, Ori Kam wrote: > > >> -----Original Message----- >> From: Yongseok Koh >> Sent: Monday, October 8, 2018 9:02 PM >> To: Shahaf Shuler >> Cc: dev@dpdk.org; Yongseok Koh ; Ori Kam >> >> Subject: [PATCH 5/7] net/mlx5: fix flow validation for no fate action >> >> Fixes: 4f07e13d6af5 ("net/mlx5: split flow validation to dedicated function") >> Fixes: f7adfffa3de1 ("net/mlx5: add Direct Verbs validation function") >> Fixes: edcdef4e5fe4 ("net/mlx5: add Linux TC flower driver for E-Switch flow") >> Cc: Ori Kam >> >> Signed-off-by: Yongseok Koh > Acked-by: Ori Kam Squashed into relevant commit in next-net, thanks.