commit | 21c046e448616529a181a35445d9f6d60352e01f | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Tue Jan 30 16:51:43 2018 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Feb 26 09:32:46 2018 -0800 |
tree | 4b1db94d18efa2f10865c2e447c6c0e99dc02c58 | |
parent | 5cc0f1c0dc56404a46e8bccd6c96e63cde257268 [diff] |
ixgbevf: allocate the rings as part of q_vector Make it so that all rings allocations are made as part of q_vector. The advantage to this is that we can keep all of the memory related to a single interrupt in one page. The goal is to bring the logic of handling rings closer to ixgbe. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>