Home
last modified time | relevance | path

Searched hist:"6 c51ae73" (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/net/
H A Dnet.h6c51ae73 Wed Jan 30 05:12:25 CST 2013 Jason Wang <jasowang@redhat.com> net: introduce qemu_find_net_clients_except()

In multiqueue, all NetClientState that belongs to the same netdev or nic has the
same id. So this patches introduces an helper qemu_find_net_clients_except()
which finds all NetClientState with the same id. This will be used by multiqueue
networking.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
/openbmc/qemu/net/
H A Dnet.c6c51ae73 Wed Jan 30 05:12:25 CST 2013 Jason Wang <jasowang@redhat.com> net: introduce qemu_find_net_clients_except()

In multiqueue, all NetClientState that belongs to the same netdev or nic has the
same id. So this patches introduces an helper qemu_find_net_clients_except()
which finds all NetClientState with the same id. This will be used by multiqueue
networking.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>