vhost: improve some datapath log messages
[dpdk.git] / lib / vhost / vhost.h
2022-07-01 David Marchandvhost: improve some datapath log messages
2022-06-21 Sean Morrisseyvhost: remove unneeded header includes
2022-06-01 Xuan Dingvhost: merge sync and async descriptor to mbuf filling
2022-06-01 Maxime Coquelinvhost: add statistics for in-flight packets
2022-06-01 Maxime Coquelinvhost: add statistics for IOTLB
2022-06-01 Maxime Coquelinvhost: add statistics for guest notification
2022-06-01 Maxime Coquelinvhost: support per-virtqueue statistics
2022-02-15 Xuan Dingvhost: fix physical address mapping
2022-02-15 Xuan Dingvhost: fix field naming in guest page struct
2022-02-22 Sean Morrisseylib: remove unneeded header includes
2022-02-10 Jiayu Huvhost: integrate dmadev in asynchronous data-path
2022-02-08 Yuan Wangvhost: fix guest to host physical address mapping
2021-11-03 Maxime Coquelinvhost: rename driver callbacks struct
2021-11-03 Maxime Coquelinvhost: mark vDPA driver API as internal
2021-10-29 Maxime Coquelinvhost: increase number of async IO vectors
2021-10-29 Maxime Coquelinvhost: simplify async enqueue completion
2021-10-29 Maxime Coquelinvhost: improve IO vector logic
2021-10-29 Maxime Coquelinvhost: introduce specific iovec structure
2021-10-29 Maxime Coquelinvhost: simplify async IO vectors iterators
2021-10-29 Maxime Coquelinvhost: simplify async IO vectors
2021-10-29 Maxime Coquelinvhost: hide in-flight async structure
2021-10-29 Maxime Coquelinvhost: move async data in dedicated structure
2021-10-29 Xuan Dingvhost: remove async DMA map status
2021-10-21 Xuan Dingvhost: enable IOMMU for async vhost
2021-09-14 Jiayu Huvhost: remove copy threshold for async path
2021-07-21 Jiayu Huvhost: rework async configuration structure
2021-06-30 Maxime Coquelinvhost: allocate all data on same node as virtqueue
2021-05-04 David Marchandvhost: fix offload flags in Rx path
2021-05-04 Cheng Jiangvhost: support packed ring in async datapath
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names