Re: [dpdk-dev] [PATCH] remove useless constructor headers

2018-07-11 Thread Thomas Monjalon
18/06/2018 14:32, Thomas Monjalon: > A constructor is usually declared with RTE_INIT* macros. > As it is a static function, no need to declare before its definition. > The macro is used directly in the function definition. > > Signed-off-by: Thomas Monjalon Rebased after crypto pull and applied

[dpdk-dev] [PATCH] remove useless constructor headers

2018-06-18 Thread Thomas Monjalon
A constructor is usually declared with RTE_INIT* macros. As it is a static function, no need to declare before its definition. The macro is used directly in the function definition. Signed-off-by: Thomas Monjalon --- app/test-eventdev/evt_test.h | 3 +-- drivers/baseband/null