Adrian Chadd ac7e121247 Disable the now unpredicably bogus check for whether we have
eneough queue space before queuing a bunch of IP fragments.

As the comment in the committed change says, in the post-if_transmit(),
post-SMP, post-preemption world, there's just too much overlapping
concurrent code paths and different approaches to driver transmit
queue management to have this code even remotely be effective.

The only specific place it could be useful is if ALTQ is enabled
but again it doesn't at all promise that all the fragments will be
transmitted anyway.

The main reason for committing this change is to disable a parallel
place where the drops counter is incremented.  This is a side effect
of an upcoming change to ixgbe/cxgbe to handle the queue drops
counter slightly better.

Sponsored by:	Netflix, Inc.
2013-12-20 07:41:03 +00:00
..
2013-11-01 10:29:10 +00:00
2013-11-01 10:29:10 +00:00
2012-08-07 07:52:25 +00:00
2012-10-12 09:24:24 +00:00
In
2013-11-30 12:51:19 +00:00
2012-09-06 07:03:56 +00:00
2013-11-16 16:09:09 +00:00
2013-07-03 18:48:43 +00:00
In
2013-11-30 12:51:19 +00:00
2012-11-25 14:25:08 +00:00
2013-09-02 22:48:41 +00:00
2013-11-07 16:37:12 +00:00
2012-11-17 20:04:04 +00:00
2013-12-02 03:11:25 +00:00
2012-11-27 19:07:28 +00:00