[dpdk-dev] [PATCH v8 01/11] ethdev: add API to query supported packet types
Ferruh Yigit
ferruh.yigit at intel.com
Mon Mar 14 18:14:30 CET 2016
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;
>
More information about the dev
mailing list