Re: [dpdk-dev] [PATCH v10 1/2] ethdev: add an API to get device configuration info

2021-10-08 Thread Ferruh Yigit
On 10/8/2021 4:41 AM, Jie Wang wrote: The driver may change offloads info into dev->data->dev_conf in dev_configure which may cause port->dev_conf and port->rx_conf contain outdated values. This patch adds a new API "rte_eth_dev_conf_get()" to help users get device configuration info. Not sur

[dpdk-dev] [PATCH v10 1/2] ethdev: add an API to get device configuration info

2021-10-07 Thread Jie Wang
The driver may change offloads info into dev->data->dev_conf in dev_configure which may cause port->dev_conf and port->rx_conf contain outdated values. This patch adds a new API "rte_eth_dev_conf_get()" to help users get device configuration info. Add information about the new API in release note