Skip to content

Commit

Permalink
virtio-net: separate fields of sending/receiving queue from virtnet_info
Browse files Browse the repository at this point in the history
To support multiqueue transmitq/receiveq, the first step is to separate queue
related structure from virtnet_info. This patch introduce send_queue and
receive_queue structure and use the pointer to them as the parameter in
functions handling sending/receiving.

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jason Wang authored and David S. Miller committed Dec 9, 2012
1 parent 0afb166 commit e9d7417
Showing 1 changed file with 158 additions and 124 deletions.
Loading

0 comments on commit e9d7417

Please sign in to comment.