On Wed, 5 Jun 2019 11:44:42 +0300 Andrew Rybchenko <[email protected]> wrote:
> On 6/5/19 4:08 AM, 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]> > > Meson build is lost plus one nit below. > Other than that: > > Reviewed-by: Andrew Rybchenko <[email protected]> > > [...] > > > diff --git a/lib/librte_net/rte_net_version.map > > b/lib/librte_net/rte_net_version.map > > index 26c06e7c7ae7..dae6e420cded 100644 > > --- a/lib/librte_net/rte_net_version.map > > +++ b/lib/librte_net/rte_net_version.map > > @@ -13,6 +13,13 @@ DPDK_17.05 { > > > > } DPDK_16.11; > > > > +DPDK_19.08 { > > + global: > > + > > + eth_random_addr; > > + eth_format_addr; > > rte_ prefix is lost > > > +} DPDK_17.05; > > + > > EXPERIMENTAL { > > global: > > > Fixing those now for v4

