mem: cleanup multiprocess resources
[dpdk.git] / lib / vhost / vhost_user.c
2022-02-08 Christophe Fontainevhost: remove payload size limitation
2022-01-27 Maxime Coquelinvhost: remove multi-line logs
2022-01-27 Maxime Coquelinvhost: improve socket layer logs
2022-01-27 Maxime Coquelinvhost: improve vhost-user layer logs
2022-01-27 Maxime Coquelinvhost: improve IOTLB logs
2022-01-27 Andy Peivhost: add log when setting vring base
2022-01-11 Josh Soreffix spelling in comments and strings
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-28 Eugenio Pérezvhost: clean IOTLB cache on vring stop
2021-09-07 Aman Deep Singhnet: add macro for MAC address print
2021-07-28 Maxime Coquelinvhost: fix crash on reconnect
2021-07-23 Jiayu Huvhost: handle memory hotplug for async vhost
2021-07-21 Jiayu Huvhost: fix lock on device readiness notification
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-05-18 David Marchandvhost: restore IOTLB mempool allocation
2021-04-28 Jiayu Huvhost: fix redundant vring status change notification
2021-04-28 Jiayu Huvhost: remove unnecessary free
2021-04-21 Bruce Richardsonlib: remove librte_ prefix from directory names