K 10 svn:author V 6 grehan K 8 svn:date V 27 2013-04-26T05:13:48.499043Z K 7 svn:log V 349 Use a thread for the processing of virtio tx descriptors rather than blocking the vCPU thread. This improves bulk data performance by ~30-40% and doesn't harm req/resp time for stock netperf runs. Future work will use a thread pool rather than a thread per tx queue. Submitted by: Dinakar Medavaram Reviewed by: neel, grehan Obtained from: NetApp END