Re: [dpdk-dev] [PATCH v2] vhost: add experimental flag

2019-09-27 Thread Ferruh Yigit
On 9/24/2019 10:23 AM, Jim Harris wrote: > This function is listed under EXPERIMENTAL in the > rte_vhost_version.map, so it needs to be marked > with __rte_experimental in the header file as well. > > Found by check-experimental-syms.sh when trying to compile > DPDK with -finstrument-functions. T

Re: [dpdk-dev] [PATCH v2] vhost: add experimental flag

2019-09-27 Thread Maxime Coquelin
On 9/24/19 11:23 AM, Jim Harris wrote: > This function is listed under EXPERIMENTAL in the > rte_vhost_version.map, so it needs to be marked > with __rte_experimental in the header file as well. > > Found by check-experimental-syms.sh when trying to compile > DPDK with -finstrument-functions.

Re: [dpdk-dev] [PATCH v2] vhost: add experimental flag

2019-09-27 Thread Maxime Coquelin
On 9/24/19 11:23 AM, Jim Harris wrote: > This function is listed under EXPERIMENTAL in the > rte_vhost_version.map, so it needs to be marked > with __rte_experimental in the header file as well. > > Found by check-experimental-syms.sh when trying to compile > DPDK with -finstrument-functions.