On Wed, 31 Mar 2021 04:19:14 +0000 Honnappa Nagarahalli <[email protected]> wrote:
> > +__rte_experimental > > +static inline void > Minor, this API does not need to be inline. Unfortunately, it has to be inline otherwise Gcc warns about unused static function in every file that doesn't use it.

