On 6/5/19 8:09 PM, Stephen Hemminger 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 <[email protected]> Acked-by: Rami Rosen <[email protected]> Reviewed-by: Andrew Rybchenko <[email protected]> --- lib/librte_net/Makefile | 1 + lib/librte_net/meson.build | 2 +- lib/librte_net/rte_ether.c | 29 +++++++++++++++++++++++++++++ lib/librte_net/rte_ether.h | 25 ++++--------------------- lib/librte_net/rte_net_version.map | 7 +++++++ 5 files changed, 42 insertions(+), 22 deletions(-) create mode 100644 lib/librte_net/rte_ether.c
Reviewed-by: Maxime Coquelin <[email protected]>

