commit | 1661d346628115c364e2b7d5b15a64ca3bd0dbd4 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Mon Oct 01 14:51:36 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Oct 05 09:31:01 2018 +0200 |
tree | 858d4d16a1a04bcb862f0e0a92150f88d5b44f13 | |
parent | b8c8a2e2e3758be93959587e6b19aadbb0ce7275 [diff] |
ethtool: don't allow disabling queues with umem installed We already check the RSS indirection table does not use queues which would be disabled by channel reconfiguration. Make sure user does not try to disable queues which have a UMEM and zero-copy AF_XDP socket installed. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>