]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: remove needless queuing for L4 ptp packets
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 24 Oct 2012 02:31:47 +0000 (02:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 22 Nov 2012 09:39:37 +0000 (01:39 -0800)
commit284a0925c6f3dcc04638d3694a6449bc8149a491
treeb9da4aef37a6be94acacb06766293f916a64a505
parent9a4478d83a51ffabd8f2d3aee9299430bf162166
ixgbe: remove needless queuing for L4 ptp packets

This patch removes the queuing that was previously done for L4 packets
as it is not needed. The filter does not provide functionality, and it
is possible that queue setup here could trample settings done else-where
in the driver. (for example it may use a queue which isn't setup.)
Setting of the queue is not required for hardware timestamping and could
have inadverdent side effects.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c