Re: [dpdk-dev] [RFC 1/4] net/ether: deinline non-critical functions

2019-05-16 Thread David Marchand
On Thu, May 16, 2019 at 12:20 AM Stephen Hemminger < step...@networkplumber.org> wrote: > Formatting ethernet address and getting a random value are > not in critical path so they should not be inlined. > > Signed-off-by: Stephen Hemminger > --- > lib/librte_net/Makefile| 1 + > lib

[dpdk-dev] [RFC 1/4] net/ether: deinline non-critical functions

2019-05-15 Thread Stephen Hemminger
Formatting ethernet address and getting a random value are not in critical path so they should not be inlined. Signed-off-by: Stephen Hemminger --- lib/librte_net/Makefile| 1 + lib/librte_net/rte_ether.c | 29 + lib/librte_net/rte_ether.h