Re: [dpdk-dev] [PATCH] net/failsafe: limit device capabilities to really supported

2018-09-25 Thread Andrew Rybchenko
On 9/25/18 6:48 PM, Gaëtan Rivet wrote: Hi, Sorry I had forgotten this one. I would rename the title, something like: net/failsafe: report actual device capabilities And a few edits in the commit log: On Wed, Aug 29, 2018 at 08:45:36AM +0100, Andrew Rybchenko wrote: From: Igor Romanov Fail

Re: [dpdk-dev] [PATCH] net/failsafe: limit device capabilities to really supported

2018-09-25 Thread Gaëtan Rivet
Hi, Sorry I had forgotten this one. I would rename the title, something like: net/failsafe: report actual device capabilities And a few edits in the commit log: On Wed, Aug 29, 2018 at 08:45:36AM +0100, Andrew Rybchenko wrote: > From: Igor Romanov > > Failsafe driver does not support any devi

[dpdk-dev] [PATCH] net/failsafe: limit device capabilities to really supported

2018-08-29 Thread Andrew Rybchenko
From: Igor Romanov Failsafe driver does not support any device capabilities yet. Make fs_dev_infos_get() consider default ones to limit advertised device capabilities to really supported instead of unconditional inheritance from sub-devices. Fixes: cac923cfea47 ("ethdev: support runtime queue se