Re: [PATCH ethtool] ethtool: don't fall back to grxfhindir when context was specified

2018-03-29 Thread John W. Linville
On Mon, Mar 19, 2018 at 04:52:06PM +, Edward Cree wrote: > In do_grfxh(), if rss_context is non-zero, we must not fall back to > do_grxfhindir() if ETHTOOL_GRSSH fails, for that reads the default RSS > context and not the one specified. > > Fixes: f5d55b967e0c ("ethtool: add support for extr

[PATCH ethtool] ethtool: don't fall back to grxfhindir when context was specified

2018-03-19 Thread Edward Cree
In do_grfxh(), if rss_context is non-zero, we must not fall back to do_grxfhindir() if ETHTOOL_GRSSH fails, for that reads the default RSS context and not the one specified. Fixes: f5d55b967e0c ("ethtool: add support for extra RSS contexts and RSS steering filters") Signed-off-by: Edward Cree