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

2019-06-07 Thread Ferruh Yigit
On 6/7/2019 1:18 PM, Gaëtan Rivet wrote: > 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 r

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

2019-06-07 Thread Gaëtan Rivet
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

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

2019-06-07 Thread Ferruh Yigit
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 >

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

2019-05-15 Thread Stephen Hemminger
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