commit | 123cecd427b6c1af5bdc3a90131ae85581854319 | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@intel.com> | Tue Aug 28 14:44:29 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Aug 29 12:25:53 2018 -0700 |
tree | cc61695fbc8979f028e68f329bfc557e3b8cd5f3 | |
parent | 6c5c9581044dd6e0cd284ab653502fb9264f08b6 [diff] |
i40e: added queue pair disable/enable functions Add functions for queue pair enable/disable. Instead of resetting the whole device, only the affected queue pair is disabled or enabled. This plumbing is used in a later commit, when zero-copy AF_XDP support is introduced. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>