diff options
author | Nick Child <nnac123@linux.ibm.com> | 2022-09-28 16:43:49 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-09-30 12:40:22 +0100 |
commit | d926793c1de96e4e519b5489fe5be95a470c175f (patch) | |
tree | bec23212ca43a28d39cb1d60de5ea4bd0b3537e4 /mm/debug.c | |
parent | d6832ca48d8af0ec3d02d93c17027304c429c087 (diff) | |
download | lwn-d926793c1de96e4e519b5489fe5be95a470c175f.tar.gz lwn-d926793c1de96e4e519b5489fe5be95a470c175f.zip |
ibmveth: Implement multi queue on xmit
The `ndo_start_xmit` function is protected by a spinlock on the tx queue
being used to transmit the skb. Allow concurrent calls to
`ndo_start_xmit` by using more than one tx queue. This allows for
greater throughput when several jobs are trying to transmit data.
Introduce 16 tx queues (leave single rx queue as is) which each
correspond to one DMA mapped long term buffer.
Signed-off-by: Nick Child <nnac123@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/debug.c')
0 files changed, 0 insertions, 0 deletions