From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/enic: fix flow drop action Date: Fri, 11 May 2018 00:04:53 +0100 Message-ID: References: <20180510085113.14666-1-hyonkim@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: johndale@cisco.com, adrien.mazarguil@6wind.com To: Hyong Youb Kim , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id ABA161BA90 for ; Fri, 11 May 2018 01:04:56 +0200 (CEST) In-Reply-To: <20180510085113.14666-1-hyonkim@cisco.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/10/2018 9:51 AM, Hyong Youb Kim wrote: > Drop is a fate-deciding action, so mark it as FATE. It was missing in > a previous commit. > > Fixes: cc17feb90413 ("ethdev: alter behavior of flow API actions") > > Signed-off-by: Hyong Youb Kim Applied to dpdk-next-net/master, thanks.