From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 May 2017 04:13:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,354,1491289200"; d="scan'208";a="87879020" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga002.jf.intel.com with ESMTP; 17 May 2017 04:13:24 -0700 To: John Daley Cc: dev@dpdk.org References: <20170331020622.25498-8-johndale@cisco.com> <20170517030348.2663-1-johndale@cisco.com> <20170517030348.2663-7-johndale@cisco.com> From: Ferruh Yigit Message-ID: <1480ef9e-a5fd-6fd9-a990-df3bed147bfc@intel.com> Date: Wed, 17 May 2017 12:13:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170517030348.2663-7-johndale@cisco.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 6/6] net/enic: flow API documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2017 11:13:27 -0000 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. <...>