This series contains updates to ethtool only. Jake provides all the changes in the series, starting with a fix to correctly display the VF number when we have one. Update the help to show VF and queue. Lastly, fix the VF index value for the ring_cookie parameter, so that we do not have to rely on the input being offset by 1.
The following are changes since commit 0e915d937fb9d89d652c197b4925019367616f69: Release version 4.15. and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/ethtool master Jacob Keller (3): ethtool: correct display of VF when showing vf/queue filters ethtool: show VF and queue in the help for -N ethtool: correct VF index values for the ring_cookie parameter ethtool.8.in | 3 +-- ethtool.c | 2 +- rxclass.c | 18 +++++++++++++++--- 3 files changed, 17 insertions(+), 6 deletions(-) -- 2.14.3