[dpdk-dev] [PATCH v3 6/6] net/enic: flow API documentation

Ferruh Yigit ferruh.yigit at intel.com
Wed May 17 13:13:24 CEST 2017


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 <johndale at cisco.com>
> Reviewed-by: Nelson Escobar <neescoba at cisco.com>

<...>

>  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.

<...>


More information about the dev mailing list