14/02/2018 01:00, Thomas Monjalon: > > > >> +* ethdev: The prototype and the behavior of > > > >> + ``dev_ops->eth_mac_addr_set()`` will change in v18.05. A return > > > >> +code > > > >> + will be added to notify the caller if an error occurred in the > > > >> +PMD. In > > > >> + ``rte_eth_dev_default_mac_addr_set()``, the new default MAC > > > >> +address > > > >> + will be copied in ``dev->data->mac_addrs[0]`` only if the > > > >> +operation is > > > >> + succesfull. This modification will only impact the PMDs, not the > > > >> + applications. > > > > > > > > Acked-by: Andrew Rybchenko <arybche...@solarflare.com> > > > > > > Acked-by: Ferruh Yigit <ferruh.yi...@intel.com> > > > > Acked-by: Shahaf Shuler <shah...@mellanox.com> > > Acked-by: Thomas Monjalon <tho...@monjalon.net>
Applied