Skip to content

Commit

Permalink
net: mvpp2: introduce queue_vector concept
Browse files Browse the repository at this point in the history
In preparation to the introduction of TX interrupts and improved RX
queue distribution, this commit introduces the concept of "queue
vector". A queue vector represents a number of RX and/or TX queues,
and an associated NAPI instance and interrupt.

This commit currently only creates a single queue_vector, so there are
no changes in behavior, but it paves the way for additional
queue_vector in the next commits.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Thomas Petazzoni authored and David S. Miller committed Aug 3, 2017
1 parent df089aa commit 591f4cf
Showing 1 changed file with 169 additions and 54 deletions.
Loading

0 comments on commit 591f4cf

Please sign in to comment.