commit | d723485cb4ca9eefaf43fd9f165554094b97f2c2 | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@intel.com> | Sat Jan 19 02:02:32 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 20 15:48:14 2013 -0800 |
tree | 46cc40cc8d28e7318dc4a9c8e9d163e60a239db2 | |
parent | 765ccc7bc3d913e18b887a86de1e86db701a2d78 [diff] |
ntb_netdev: remove tx timeout There is a race between disabling and enabling the tx queue, resulting in tx timeouts. Since all the tx timeout does is re-enable the tx queue, simple remove the start/stop of the queue and the tx timeout routine. Signed-off-by: Jon Mason <jon.mason@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>