i40e: remove ptp_tx_work timestamp work item
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 15 Jan 2014 08:38:35 +0000 (08:38 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 28 Apr 2014 10:39:54 +0000 (03:39 -0700)
commit0dd8357f8fab1d82aa8fc8267261203f393d5a1f
treea7bb09a80db7f6d4785d4e62d3fcfb4e9a142a2c
parenta49eb42a341f1df8fa0f9dc4449f9dd4a3234a2f
i40e: remove ptp_tx_work timestamp work item

This patch removes the unnecessary ptp_tx_work item. It conflicts with
the interrupt-based handler, and will cause spurious warning messages to
be displayed in the kernel log. Since the hardware can properly trigger
an interrupt, we do not need to poll for an available timestamp in a
work queue any more.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_ptp.c
drivers/net/ethernet/intel/i40e/i40e_txrx.c