]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sunvnet-multi-tx-queue'
authorDavid S. Miller <davem@davemloft.net>
Thu, 30 Oct 2014 23:56:34 +0000 (19:56 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 30 Oct 2014 23:56:34 +0000 (19:56 -0400)
commit1da58b2fd30c9a0c92cd25e27a11810ac416b714
treec761942e2ba52f6892521ab8b9292628a2850c02
parent6934597ff03466619625188d76faf9a317da7860
parent3e14e57c0ffdc495fe0fc1ddb94b7f73abdb3323
Merge branch 'sunvnet-multi-tx-queue'

Sowmini Varadhan says:

====================
sunvnet: Use multiple Tx queues.

v2: moved tcp fix out of this series per David Miller feedback

The primary objective of this patch-set is to address the suggestion from
  http://marc.info/?l=linux-netdev&m=140790778931563&w=2
With the changes in Patch 2, every vnet_port will get  packets from
a single tx-queue, and flow-control/head-of-line-blocking is
confined to the vnet_ports that share that tx queue (as opposed to
flow-controlling *all* peers).

Patch 1 is an optimization that resets the DATA_READY bit when
we re-enable Rx interrupts.  This optimization lets us exit quickly
from vnet_event_napi() when new data has not triggered an interrupt.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>