Hi, On 3/15/2016 1:14 AM, Ferruh Yigit wrote: > 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.
Thank you for reminding. > >> + >> + local: *; > This line is not required. Yes, actually, this leads to compiling error when CONFIG_RTE_BUILD_SHARED_LIB=y. Bruce, do you mind fix these two issues when applying the code (if there's no other issue)? Thanks. Jianfeng > >> +} DPDK_2.2; >>