]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8773458c18ddd934ccccee3933f2c7374b444456
treea7bb09a80db7f6d4785d4e62d3fcfb4e9a142a2c
parent3228a47253665a24482e72a1118d61a23b3c13f9
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