commit | 3e033a46a7e39ea31e15f1b53402df990977115a | [log] [tgz] |
---|---|---|
author | Yang Hongyang <yanghy@cn.fujitsu.com> | Wed Oct 07 11:52:17 2015 +0800 |
committer | Jason Wang <jasowang@redhat.com> | Mon Oct 12 13:30:07 2015 +0800 |
tree | 9f0188f739cc1fb3b5fa42930f1cd18d755e9315 | |
parent | fefe2a78abde932e0f340b21bded2c86def1d242 [diff] |
net/queue: introduce NetQueueDeliverFunc net/queue.c has logic to send/queue/flush packets but a qemu_deliver_packet_iov() call is hardcoded. Abstract this func so that we can use our own deliver function in netfilter. Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com> Cc: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>