diff options
author | Jakub Kicinski <kubakici@wp.pl> | 2014-04-02 10:33:28 +0000 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-04-18 18:32:17 -0700 |
commit | eda183c21a444aef5800cef98d63d62914d2a81a (patch) | |
tree | 0ec74d649961b7728d4bd41d9eb85440579d7944 /drivers/of | |
parent | e66c083aab32842f225bae2a2c30744bf96abaec (diff) |
ixgbe: clean up Rx time stamping code
Time stamping resources are per-interface so there is no need
to keep separate last_rx_timestamp for each Rx ring, move
last_rx_timestamp to the adapter structure.
With last_rx_timestamp inside adapter, ixgbe_ptp_rx_hwtstamp()
inline function is reduced to a single if statement so it is
no longer necessary. If statement is placed directly in
ixgbe_process_skb_fields() fixing likely/unlikely marking.
Checks for q_vector or adapter to be NULL are superfluous.
Comment about taking I/O hit is a leftover from previous design.
Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions