* zerocopy between userspace vhost virqueue and vmdq eth nic queu
@ 2014-03-02 2:55 dpdk
0 siblings, 0 replies; only message in thread
From: dpdk @ 2014-03-02 2:55 UTC (permalink / raw)
To: dev
From ver 1.6, dpdk support userspace vhost backend, which is very useful for high performance & low lagency soft vswitching.
But as I see the sample in git tree (dpdk.org/browse/dpdk/tree/examples/vhost/main.c), packets tx/rx between peth nic and virtio vnic queues are both copied once.
Since gust vm are created on hugepage, and if vmdq exists for hw based L2 dispatch, may we directly use buffer from virtqueue for hw DMA, so a totally zerocopy is obtained?
Several years before, intel submit a patch of similar idea to KVM, but not being accepted(lwn.net/Articles/413239/), I think the reason is too much change on kernel. Now with userspace vhost, we have a new chance to implement it.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-02 2:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-02 2:55 zerocopy between userspace vhost virqueue and vmdq eth nic queu dpdk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).