index
:
mesalab_git/tongzongzhen/dpdk.git
main
next-baseband-for-main
next-baseband-staging
next-crypto-for-main
next-eventdev-for-main
next-net-brcm-for-next-net
next-net-brcm-for-next-net-bkp
next-net-brcm-main
next-net-for-main
next-net-intel-for-next-net
next-net-intel-main
next-net-main
next-net-mlx-for-next-net
next-net-mlx-main
next-net-mrvl-for-main
next-virtio-for-next-net
next-virtio-staging
releases
Repository for tongzongzhen/dpdk
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio
/
virtqueue.c
Age
Commit message (
Expand
)
Author
2024-07-05
net/virtio: store desc IOVA address in vring structure
Srujana Challa
2023-10-12
net/virtio: fix descriptor addresses in 32-bit build
Maxime Coquelin
2023-02-09
net/virtio: extract virtqueue init from virtio queue init
Maxime Coquelin
2023-02-09
net/virtio: alloc Rx SW ring only if vectorized path
Maxime Coquelin
2023-02-09
net/virtio: refactor indirect desc headers init
Maxime Coquelin
2023-02-09
net/virtio: move vring memzone to virtqueue struct
Maxime Coquelin
2023-02-09
net/virtio: refactor virtqueue headers allocation
Maxime Coquelin
2022-01-11
fix spelling in comments and strings
Josh Soref
2021-10-21
net/virtio: fix indirect descriptor reconnection
Xuan Ding
2021-01-29
net/virtio: remove last PCI refs in non-PCI code
Maxime Coquelin
2021-01-29
net/virtio: move features definition to generic header
Maxime Coquelin
2020-05-18
net/virtio: fix unexpected event after reconnect
Marvin Liu
2020-05-05
virtio: use one way barrier for split vring used index
Joyce Kong
2020-05-05
net/virtio: add parameter to enable vectorized path
Marvin Liu
2020-01-17
net/virtio-user: fix packed ring server mode
Xuan Ding
2019-03-20
net/virtio: drop redundant suffix in packed ring structure
Tiwei Bie
2019-03-20
net/virtio: refactor virtqueue structure
Tiwei Bie
2018-12-21
net/virtio: implement Rx path for packed queues
Jens Freimann
2018-07-03
net/virtio: free in-order descriptors before device start
Marvin Liu
2018-01-29
net/virtio: fix typo in function name
Olivier Matz
2018-01-29
net/virtio: fix queue flushing with vector Rx enabled
Olivier Matz
2018-01-16
net/virtio: fix vector Rx flushing
Tiwei Bie
2018-01-04
drivers: use SPDX tag for Intel copyright files
Bruce Richardson
2017-10-24
net/virtio: flush Rx queues on start
Tiwei Bie
2017-01-17
net/virtio: add Rx interrupt enable/disable functions
Jianfeng Tan
2015-07-19
virtio: check virtqueue parameter when detaching
Bernard Iremonger
2015-05-22
virtio: move to drivers/net/
Bruce Richardson