Re: [PATCH v4 1/2] ethdev: fix one address occupies two indexes in MAC addrs

2022-06-02 Thread Andrew Rybchenko
Cc more driver maintainers On 6/2/22 06:16, lihuisong (C) wrote: 在 2022/6/2 1:49, Andrew Rybchenko 写道: On 6/1/22 09:39, Min Hu (Connor) wrote: From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_dev_de

Re: [PATCH v4 1/2] ethdev: fix one address occupies two indexes in MAC addrs

2022-06-01 Thread Andrew Rybchenko
On 6/1/22 09:39, Min Hu (Connor) wrote: From: Huisong Li The dev->data->mac_addrs[0] will be changed to a new MAC address when applications modify the default MAC address by rte_eth_dev_default_mac_addr_set(). However, if the new default one has been added as a non-default MAC address by rte_et