commit | b5b5f370886d3331700b048a0b0ac0399f7ebed5 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Dec 27 08:15:51 2017 -0500 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jan 26 13:23:07 2018 -0800 |
tree | df7cddbde9e3042372c38fae79b8fd345f7211e1 | |
parent | e0f60a815cb3505c37620048568553f82ee159ba [diff] |
i40e/i40evf: Use ring pointers to clean up _set_itr_per_queue This change cleans up the i40e/i40evf_set_itr_per_queue function by dropping all the unneeded pointer chases. Instead we can just pull out the pointers for the Tx and Rx rings and use them throughout the function. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>