On Mon, 14 Sept 2026 at 12:16, Loftus, Ciara <[email protected]> wrote: > > @@ -3123,7 +3116,6 @@ iavf_dev_init(struct rte_eth_dev *eth_dev) > > rte_ether_addr_copy((struct rte_ether_addr *)hw->mac.addr, > > ð_dev->data->mac_addrs[0]); > > > > - > > Nit: stray line removal. The rest LGTM.
I did this on purpose. I was reviewing accesses to eth_dev->data->mac_addrs and noticed this stray double line. No strong opinion, but I would prefer it is removed. > Acked-by: Ciara Loftus <[email protected]> Thanks. -- David Marchand

