Avi Kivity
91782ac6a2
virtio: optimize single-buffer packet deleter
...
Instead of allocating a vector to store the buffers to be destroyed, in the
case of a single buffer, use an ordinary free deleter.
This doesn't currently help much because the packet is share()d later on,
but if we may be able to eliminate the sharing one day.
2014-10-21 11:27:05 +03:00
..
2014-10-06 18:34:40 +02:00
2014-10-13 11:37:56 +08:00
2014-10-07 11:04:05 +03:00
2014-09-04 09:13:42 +03:00
2014-10-13 11:37:56 +08:00
2014-10-19 10:55:26 +03:00
2014-10-19 10:55:26 +03:00
2014-09-18 12:05:31 +03:00
2014-09-18 12:45:45 +03:00
2014-10-13 11:37:56 +08:00
2014-10-13 11:37:56 +08:00
2014-10-13 11:37:56 +08:00
2014-10-13 11:37:56 +08:00
2014-10-15 15:50:46 +02:00
2014-10-07 11:04:01 +03:00
2014-10-21 11:24:27 +03:00
2014-10-13 09:31:04 +03:00
2014-10-13 11:33:57 +08:00
2014-10-09 19:52:55 +03:00
2014-10-07 11:04:03 +03:00
2014-10-13 11:33:47 +08:00
2014-09-17 17:44:58 +03:00
2014-10-15 12:26:12 +03:00
2014-10-13 11:37:56 +08:00
2014-10-15 15:50:28 +02:00
2014-08-31 21:29:13 +03:00
2014-10-21 11:27:05 +03:00
2014-09-22 11:22:59 +03:00