commit | 024aa5800f3246875ac824fab4bee3b4dc82f499 | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@intel.com> | Tue Oct 02 10:00:30 2018 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Oct 03 12:38:40 2018 -0700 |
tree | 5df69ea1228270d1937090e5eb4d660a46df6323 | |
parent | 5d826d209164b0752c883607be4cdbbcf7cab494 [diff] |
ixgbe: added Rx/Tx ring disable/enable functions Add functions for Rx/Tx ring enable/disable. Instead of resetting the whole device, only the affected ring is disabled or enabled. This plumbing is used in later commits, when zero-copy AF_XDP support is introduced. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Tested-by: William Tu <u9012063@gmail.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>