[dpdk-dev] [PATCH] net/failsafe: fix reported device info

Ferruh Yigit ferruh.yigit at intel.com
Fri Jun 7 12:58:27 CEST 2019


On 5/16/2019 4:53 AM, Stephen Hemminger wrote:
> The failsafe driver device info had several issues in the
> info it reported in dev_info_get:
>   - it cleared dev_info->device set in rte_eth_dev_info_get
>   - many fields (for example max_rx_queue) should be the minimum
>     of all sub devices
>   - it reported tx capa for the active transmit device, but
>     the device may change.
> 
> There was enough messed up that ended up reworking the info_get
> handler. There is no need to save current values or have a
> template for defaults.
> 
> Fixes: 4e31ee26ed51 ("net/failsafe: report actual device capabilities")
> Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>

Hi Gaetan,

Reminder of this patch waiting for your review.

Thanks,
ferruh



More information about the dev mailing list