From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/ixgbe: fix drop action for signature match Date: Tue, 18 Jul 2017 12:47:45 +0100 Message-ID: <0e1867c4-aa04-c6c3-c29f-de30108ed465@intel.com> References: <20170717114635.37616-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Qi Zhang , wenzhuo.lu@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A17DD2FDD for ; Tue, 18 Jul 2017 13:47:55 +0200 (CEST) In-Reply-To: <20170717114635.37616-1-qi.z.zhang@intel.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 7/17/2017 12:46 PM, Qi Zhang wrote: > Drop action is not supported by signature match, should return > error when try to create a signature match flow with drop action. > > Fixes: a948d33bc05a ("net/ixgbe: enable signature match for consistent API") > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.