On Mon, Oct 11, 2021 at 3:34 PM 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 configur
On 10/11/21 9:01 PM, 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
port->dev_conf does not make sense outside of testpmd.
So, it should not be mentioned in the description here.
> contain outdated
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.
Add information about the new API in release notes.
S
3 matches
Mail list logo