Re: [dpdk-dev] [PATCH v2 3/7] ether: deinline non-critical functions

2019-05-17 Thread David Marchand
On Thu, May 16, 2019 at 8:05 PM 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 > Same comments as on the rfc patch. Please have a look.

Re: [dpdk-dev] [PATCH v2 3/7] ether: deinline non-critical functions

2019-05-16 Thread Rami Rosen
Acked-by: Rami Rosen

[dpdk-dev] [PATCH v2 3/7] ether: deinline non-critical functions

2019-05-16 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