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

Gaëtan Rivet gaetan.rivet at 6wind.com
Fri Jun 7 14:18:24 CEST 2019


On Fri, Jun 07, 2019 at 11:58:27AM +0100, Ferruh Yigit wrote:
> 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
> 

Hi Ferruh,

Thanks for the reminder,

Acked-by: Gaetan Rivet <gaetan.rivet at 6wind.com>

-- 
Gaëtan Rivet
6WIND


More information about the dev mailing list