From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 6/6] net/enic: flow API documentation Date: Wed, 17 May 2017 12:13:24 +0100 Message-ID: <1480ef9e-a5fd-6fd9-a990-df3bed147bfc@intel.com> References: <20170331020622.25498-8-johndale@cisco.com> <20170517030348.2663-1-johndale@cisco.com> <20170517030348.2663-7-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 896BF2C55 for ; Wed, 17 May 2017 13:13:26 +0200 (CEST) In-Reply-To: <20170517030348.2663-7-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 4:03 AM, John Daley wrote: > Update enic NIC guide, release notes and add flow API to the > supported features list. > > Signed-off-by: John Daley > Reviewed-by: Nelson Escobar <...> > How to build the suite > ---------------------- > +======= This part looks like git merge error? > +- The number of filters that can be specified with the Generic Flow API is > + dependent on how many header fields are being masked. Use 'flow create' in > + a loop to determine how many filters your VIC will support (not more than > + 1000 for 1300 series VICs. Filter are checked for matching in the order they > + were added. Since there currently is no grouping or priority support, > + 'catch-all' filters should be added last. > + > +How to build the suite? > +----------------------- > +The build instructions for the DPDK suite should be followed. By default > +the ENIC PMD library will be built into the DPDK library. <...>