commit | 2b634bb0686e43a6338fe779fbabd72b6b928fdc | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Fri Jul 14 09:10:14 2017 -0400 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Sep 29 12:50:58 2017 -0700 |
tree | 0dc6b68049e0768ccb5821d9dda31c012cd039b7 | |
parent | fa8fefaa678ea390b873195d19c09930da84a4bb [diff] |
i40e/i40evf: rename bytes_per_int to bytes_per_usec This value is not calculating bytes_per_int, which would actually just be bytes/ITR_COUNTDOWN_START, but rather it's calculating bytes/usecs. Rename the variable for clarity so that future developers understand what the value is actually calculating. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>