gre: Disable tx queue.
authorJesse Gross <jesse@nicira.com>
Mon, 22 Feb 2010 22:04:41 +0000 (17:04 -0500)
committerJesse Gross <jesse@nicira.com>
Fri, 5 Mar 2010 21:31:27 +0000 (16:31 -0500)
commit3c8740c5be5a63c65d7d38e08179a43157d4c4b1
treeea8f9dde0a799079b910be17525a899e1cab7767
parent87036dbdea0cbebdd0869aefb9181817463350f0
gre: Disable tx queue.

GRE is a software device that processes packets synchronously and
doesn't need a queue.  Currently we are using the default for
Ethernet devices but that is unnecessary.
datapath/linux-2.6/compat-2.6/ip_gre.c