doc: announce behavior change in bus probing
[dpdk.git] / lib / vhost / virtio_net.c
2021-11-16 Jiayu Huvhost: fix packed ring descriptor update in async enqueue
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: move async data in dedicated structure
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-09-28 David Marchandvhost: rework RARP packet injection
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 Maxime Coquelinvhost: fix packed ring index wrapping
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-23 Balazs Nemethvhost: allocate and free packets in bulk in Tx split
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-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-21 Bruce Richardsonlib: remove librte_ prefix from directory names