examples/pipeline: fix build
[dpdk.git] / lib / vhost / rte_vhost_async.h
2022-06-01 Xuan Dingvhost: support async dequeue for split ring
2022-05-09 Xuan Dingvhost: add unsafe API to check in-flight packets
2022-02-22 Brian Dooleyvhost: add missing C++ guards
2022-02-10 Jiayu Huvhost: integrate dmadev in asynchronous data-path
2021-10-29 Maxime Coquelinvhost: remove notion of async descriptor
2021-10-29 Maxime Coquelinvhost: remove useless fields in async iterator struct
2021-10-29 Maxime Coquelinvhost: introduce specific iovec structure
2021-10-29 Maxime Coquelinvhost: hide in-flight async structure
2021-09-14 Jiayu Huvhost: remove copy threshold for async path
2021-07-23 Cheng Jiangvhost: add unsafe async API to clear packets
2021-07-23 Cheng Jiangvhost: fix async callbacks return type
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-05-04 Cheng Jiangvhost: support packed ring in async datapath
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names