From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 0/8] enic flow api support Date: Mon, 22 May 2017 11:05:46 +0100 Message-ID: <19d693fd-c0c5-d473-5ef8-1c1f401120ee@intel.com> References: <1480ef9e-a5fd-6fd9-a990-df3bed147bfc@intel.com> <20170517223811.6150-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7A2622C18 for ; Mon, 22 May 2017 12:05:49 +0200 (CEST) In-Reply-To: <20170517223811.6150-1-johndale@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/17/2017 11:38 PM, John Daley wrote: > Sorry for the inconvenience Ferruh, hopefully this set will work better. > > V4 patchset changes: > - include patch that was missing in V3 which caused compile errors > - put mark and flag support into a separate patch to make it more clear > what the code changes in enic_rxtx.c were for > - fixed a documentation merge error > - fix copyright, remove unnecessary check for dev == NULL > > thanks, > johnd > > John Daley (8): > net/enic: bring NIC interface functions up to date > net/enic: flow API skeleton > net/enic: flow API for NICs with advanced filters enabled > net/enic: flow API mark and flag support > net/enic: flow API for NICs with advanced filters disabled > net/enic: flow API for Legacy NICs > net/enic: flow API debug > net/enic: flow API documentation Series applied to dpdk-next-net/master, thanks.