On 3/14/2016 7:42 AM, Jianfeng Tan wrote:
> Add a new API rte_eth_dev_get_supported_ptypes to query what packet types
> can be filled by given already started device (or its pmd rx burst function
> has already been decided).
> 
> Signed-off-by: Jianfeng Tan <jianfeng.tan at intel.com>
> Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> Acked-by: Adrien Mazarguil <adrien.mazarguil at 6wind.com>
> ---

<...>

> +DPDK_16.04 {
> +     rte_eth_dev_get_supported_ptypes;
Other script files tends to put a blank line before function names.

> +
> +     local: *;
This line is not required.

> +} DPDK_2.2;
> 

Reply via email to