fix typos using codespell utility
[dpdk.git] / lib / librte_vhost / virtio_net.c
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-19 Yuanhan Liuvhost: fix dequeue zero copy
2017-04-19 Yuanhan Liuvhost: avoid memory write on net header when necessary
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-01 Yuanhan Liuvhost: rename header file
2017-04-01 Yuanhan Liuvhost: export APIs for live migration support
2017-04-01 Yuanhan Liuvhost: turn queue pair to vring
2017-04-01 Yuanhan Liuvhost: export API to translate gpa to vva
2017-04-01 Kevin Traynorvhost: fix false sharing
2017-01-30 Emmanuel Roullitvhost: do not GSO when no header is present
2017-01-28 Yuanhan Liuvhost: fix dead loop in enqueue path
2016-10-26 Maxime Coquelinvhost: support indirect descriptor in non-mergeable Rx
2016-10-26 Maxime Coquelinvhost: support indirect descriptor in mergeable Rx
2016-10-26 Yuanhan Liuvhost: retrieve available head once
2016-10-26 Yuanhan Liuvhost: prefetch available ring
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-26 Yuanhan Liuvhost: use last available index for ring reservation
2016-10-26 Yuanhan Liuvhost: simplify mergeable Rx vring reservation
2016-10-26 Zhihong Wangvhost: optimize cache access
2016-10-26 Maxime Coquelinvhost: access header only if offloading is supported
2016-10-13 Zhihong Wangvhost: fix Windows VM hang
2016-10-12 Yuanhan Liuvhost: add dequeue zero copy
2016-10-12 Yuanhan Liuvhost: introduce last available index for dequeue
2016-09-28 Maxime Coquelinvhost: support indirect Tx descriptors
2016-09-13 Yuanhan Liuvhost: refactor code structure