aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ptp.c
diff options
context:
space:
mode:
authorJakub Kicinski <kubakici@wp.pl>2014-04-02 10:33:28 +0000
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2014-04-18 18:32:17 -0700
commiteda183c21a444aef5800cef98d63d62914d2a81a (patch)
tree0ec74d649961b7728d4bd41d9eb85440579d7944 /drivers/net/ethernet/intel/i40e/i40e_ptp.c
parentigb: fix stats for i210 rx_fifo_errors (diff)
downloadlinux-dev-eda183c21a444aef5800cef98d63d62914d2a81a.tar.xz
linux-dev-eda183c21a444aef5800cef98d63d62914d2a81a.zip
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/net/ethernet/intel/i40e/i40e_ptp.c')
0 files changed, 0 insertions, 0 deletions