On Thu, 4 Apr 2024 00:08:41 +0200 Marek Pazdan <mpaz...@arista.com> wrote:
> I can remove this part (rte_eth_config), but the new API provides other > link information which is not available from the existing API, like > supported/advertising/partner_advertising link modes. > Additionally from what I see, rte_eth_confg is available from > rte_eth_dev_conf_get API and it's copy of requested configuration: > `memcpy(dev_conf, &dev->data->dev_conf, sizeof(struct rte_eth_conf));` Then the new info should go in the rte_eth_config in a future version of DPDK. Having bits in different places makes the API confusing.