Re: [PATCH v2 4/9] test/bonding: get MAC address with public API
Bruce Richardson <[email protected]> Thu, 23 Jul 2026 14:30:57 +0100
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026 at 02:55:53PM +0200, David Marchand wrote: > Replace direct rte_eth_devices[].data->mac_addrs access with > rte_eth_macaddr_get() public API. This removes the dependency > on the internal ethdev_driver.h header. > > Signed-off-by: David Marchand <[email protected]> > --- Acked-by: Bruce Richardson <[email protected]>