vhost: prefix logs with context
[dpdk.git] / lib / vhost / vhost.c
2022-07-01 David Marchandvhost: prefix logs with context
2022-07-01 Jiayu Huvhost: check DMA info return
2022-06-01 Maxime Coquelinvhost: add runtime locking check in unsafe API
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-06-01 David Marchandvhost: fix async access
2022-05-09 Maxime Coquelinvhost: fix missing virtqueue lock protection
2022-05-09 Xuan Dingvhost: add unsafe API to check in-flight packets
2022-02-22 Sean Morrisseylib: remove unneeded header includes
2022-02-10 Jiayu Huvhost: integrate dmadev in asynchronous data-path
2022-01-27 Maxime Coquelinvhost: use proper logging type for data path
2022-01-27 Maxime Coquelinvhost: remove multi-line logs
2022-01-27 Maxime Coquelinvhost: improve vhost layer logs
2022-01-27 Maxime Coquelinvhost: improve IOTLB logs
2021-10-29 Maxime Coquelinvhost: move async data in dedicated structure
2021-10-29 Miao Livhost: add power monitor API
2021-10-21 Li Fengvhost: add sanity check on inflight last index
2021-09-28 Xuan Dingvhost: normalize return type and function name
2021-09-14 Jiayu Huvhost: remove copy threshold for async path
2021-07-21 Jiayu Huvhost: add thread-unsafe async registration
2021-07-21 Jiayu Huvhost: rework async configuration structure
2021-07-21 Jiayu Huvhost: allow to check in-flight packets for async vhost
2021-06-30 Maxime Coquelinvhost: use DPDK allocations for in-flight data
2021-06-30 Maxime Coquelinvhost: allocate all data on same node as virtqueue
2021-05-18 David Marchandvhost: restore IOTLB mempool allocation
2021-05-11 David Marchandlog: register with standardized names
2021-05-04 David Marchandvhost: fix offload flags in Rx path
2021-05-04 Cheng Jiangvhost: support packed ring in async datapath
2021-04-28 Jiayu Huvhost: fix queue initialization
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names