eal/memory: fix unused SIGBUS handler
[dpdk.git] / lib / vhost /
2021-09-14 Chenbo Xiavhost: promote some APIs to stable
2021-09-14 Gaoxiang Liuvhost: log socket path on adding connection
2021-09-14 Gaoxiang Liuvhost: fix crash on port deletion
2021-09-14 Jiayu Huvhost: remove copy threshold for async path
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-08-17 Thomas Monjalonversion: 21.11-rc0
2021-07-28 Maxime Coquelinvhost: fix crash on reconnect
2021-07-23 Jiayu Huvhost: handle memory hotplug for async vhost
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: fix lock on device readiness notification
2021-07-21 Maxime Coquelinvhost: fix packed ring index wrapping
2021-07-21 Jiayu Huvhost: allow to check in-flight packets for async vhost
2021-07-21 Cheng Jiangvhost: fix async packed ring batch datapath
2021-07-21 Cheng Jiangvhost: fix index overflow for packed ring in async...
2021-07-21 Xiao Wangvhost: check header for legacy dequeue offload
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-06-30 Maxime Coquelinvhost: improve NUMA reallocation
2021-06-30 Maxime Coquelinvhost: fix NUMA reallocation with multi-queue
2021-06-30 Maxime Coquelinvhost: fix missing cache logging NUMA realloc
2021-06-30 Maxime Coquelinvhost: fix missing guest pages table NUMA realloc
2021-06-30 Maxime Coquelinvhost: fix missing memory table NUMA realloc
2021-06-23 Balazs Nemethvhost: allocate and free packets in bulk in Tx split
2021-06-23 Thierry Herbelotvhost/crypto: check request pointer before dereference
2021-05-18 David Marchandvhost: restore IOTLB mempool allocation
2021-05-18 Balazs Nemethvhost: fix stored last used index
2021-05-12 Cheng Jiangvhost: fix sign extension in async packed ring
2021-05-12 Cheng Jiangvhost: fix sign extension in async split ring
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: add batch datapath for async packed ring
2021-05-04 Cheng Jiangvhost: support packed ring in async datapath
2021-05-04 Cheng Jiangvhost: refactor async split ring functions
2021-04-28 Balazs Nemethvhost: allocate and free packets in bulk in Tx packed
2021-04-28 Balazs Nemethvhost: remove remaining packets count
2021-04-28 Balazs Nemethvhost: read last used index once
2021-04-28 Jiayu Huvhost: fix redundant vring status change notification
2021-04-28 Jiayu Huvhost: remove unnecessary free
2021-04-28 Jiayu Huvhost: fix queue initialization
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names