app/testpmd: fix hexadecimal parser with odd length
[dpdk.git] / lib / vhost /
2021-11-16 Jiayu Huvhost: fix packed ring descriptor update in async enqueue
2021-11-16 Stephen Hemmingerfix spelling in comments and doxygen
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: merge sync and async mbuf to descriptor filling
2021-10-29 Maxime Coquelinvhost: prepare sync for mbuf to descriptor refactoring
2021-10-29 Maxime Coquelinvhost: prepare async for mbuf to descriptor refactoring
2021-10-29 Maxime Coquelinvhost: simplify getting first in-flight index
2021-10-29 Maxime Coquelinvhost: simplify async enqueue completion
2021-10-29 Maxime Coquelinvhost: remove notion of async descriptor
2021-10-29 Maxime Coquelinvhost: improve IO vector logic
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: remove async batch threshold
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 Miao Livhost: add power monitor API
2021-10-29 Xuan Dingvhost: remove async DMA map status
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-21 Xuan Dingvhost: enable IOMMU for async vhost
2021-10-21 Li Fengvhost: add sanity check on inflight last index
2021-10-20 Andrew Rybchenkomempool: add namespace to flags
2021-09-28 Xuan Dingvhost: normalize return type and function name
2021-09-28 David Marchandvhost: rework RARP packet injection
2021-09-28 Eugenio Pérezvhost: clean IOTLB cache on vring stop
2021-10-01 William Tueal: remove sys/queue.h from public headers
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