[dpdk-dev] [PATCH v4] pflock: add phase-fair reader writer locks

Stephen Hemminger stephen at networkplumber.org
Fri Apr 2 03:37:12 CEST 2021


On Wed, 31 Mar 2021 04:19:14 +0000
Honnappa Nagarahalli <Honnappa.Nagarahalli at arm.com> 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.


More information about the dev mailing list