Re: [dpdk-dev] [PATCH v2] net/failsafe: report actual device capabilities

2018-10-01 Thread Ferruh Yigit
On 9/26/2018 12:58 PM, Gaëtan Rivet wrote: > On Wed, Sep 26, 2018 at 07:38:04AM +0100, Andrew Rybchenko wrote: >> From: Igor Romanov >> >> Failsafe device capabilities depend on supported by the failsafe >> itself plus capabilities supported by sub-devices. >> Make fs_dev_infos_get() take failsafe

Re: [dpdk-dev] [PATCH v2] net/failsafe: report actual device capabilities

2018-09-26 Thread Gaëtan Rivet
On Wed, Sep 26, 2018 at 07:38:04AM +0100, Andrew Rybchenko wrote: > From: Igor Romanov > > Failsafe device capabilities depend on supported by the failsafe > itself plus capabilities supported by sub-devices. > Make fs_dev_infos_get() take failsafe device capabilities into account. > > Fixes: ca

[dpdk-dev] [PATCH v2] net/failsafe: report actual device capabilities

2018-09-25 Thread Andrew Rybchenko
From: Igor Romanov Failsafe device capabilities depend on supported by the failsafe itself plus capabilities supported by sub-devices. Make fs_dev_infos_get() take failsafe device capabilities into account. Fixes: cac923cfea47 ("ethdev: support runtime queue setup") Cc: sta...@dpdk.org Signed-o