mbuf: add namespace to offload flags
[dpdk.git] / lib / vhost / virtio_net.c
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