[dpdk-dev] [PATCH v2 2/4] ethdev: add siblings iterators

Ferruh Yigit ferruh.yigit at intel.com
Tue Mar 19 19:04:34 CET 2019


On 3/19/2019 5:34 PM, Thomas Monjalon wrote:
>>> +uint16_t __rte_experimental
>> Do we need _rte_experimental on function definitions? I guess only in .h file,
>> function declaration is enough.
> Yes we need them both in .h and .c files.
> 

Why we need them in .c file?
I think the compiler is interested in ones in .h file, because of the
experimental checks.


More information about the dev mailing list