From: Jacob Keller Date: Wed, 24 Oct 2012 02:31:47 +0000 (+0000) Subject: ixgbe: remove needless queuing for L4 ptp packets X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3444d8b35e9a96e1be9c18a735358f43a9949b0;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed