27/06/2019 00:32, Stephen Hemminger: > The function rte_malloc_set_limit was defined but never implemented. > Mark it as deprecated for now, and remove in next release. > > There is no point in keeping dead code. > "You Aren't Going to Need It" > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > -int > +int __rte_deprecated > rte_malloc_set_limit(const char *type, size_t max);
Tag moved in a separate line before the return type. Applied, thanks