From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/3] ixgbe: enable flex filter for rte_flow Date: Tue, 6 Jun 2017 11:26:22 +0100 Message-ID: References: <1496259940-15547-1-git-send-email-qi.z.zhang@intel.com> <1496338605-7338-1-git-send-email-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, helin.zhang@intel.com Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 439715A98 for ; Tue, 6 Jun 2017 12:26:25 +0200 (CEST) In-Reply-To: <1496338605-7338-1-git-send-email-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 6/1/2017 6:36 PM, Qi Zhang wrote: > Enable fdir flex byte support for rte_flow APIs. > > v2: > - fix couple checkpatch errors. > > v3: > - fix comment. > > Qi Zhang (3): > net/ixgbe: remove reduandent code > net/ixgbe: fix fdir mask not be reset > net/ixgbe: enable flex bytes for generic flow API Acked-by: Wenzhuo Lu Series applied to dpdk-next-net/master, thanks.