From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 0/4] net/i40e: add advanced features for FDIR Date: Fri, 9 Jun 2017 11:59:16 +0100 Message-ID: <4be1e17e-9d29-1b63-996f-45e35bcfb418@intel.com> References: <1496822996-26398-1-git-send-email-beilei.xing@intel.com> <1496996483-24620-1-git-send-email-beilei.xing@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Beilei Xing , jingjing.wu@intel.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 58B622BB9 for ; Fri, 9 Jun 2017 12:59:19 +0200 (CEST) In-Reply-To: <1496996483-24620-1-git-send-email-beilei.xing@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/9/2017 9:21 AM, Beilei Xing wrote: > 1. Support flexible payload > 2. Support reconfiguration of input set > 3. Add new supported patterns > 4. Add ether pattern support > > v2 changes: > - Add ether pattern support for FDIR. > - Split function of configuring flex pit and flex mask. > v3 changes: > - fix icc build error. > > Beilei Xing (4): > net/i40e: support flexible payload parsing for FDIR > net/i40e: support input set selection for FDIR > net/i40e: update supported patterns for FDIR > net/i40e: support ether pattern for FDIR > Series applied to dpdk-next-net/master, thanks.