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)
commitf3444d8b35e9a96e1be9c18a735358f43a9949b0
treeb9da4aef37a6be94acacb06766293f916a64a505
parent6ccf7a575c1ebef004ae0b015db8ad1353dc66b3
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