index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vdpa
/
ifcvf
/
ifcvf_base.h
Age
Commit message (
Expand
)
Author
2024-03-19
vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_min
Zhu Lingshan
2024-03-19
vDPA/ifcvf: implement vdpa_config_ops.get_vq_size
Zhu Lingshan
2023-07-03
vDPA/ifcvf: implement new accessors for vq_state
Zhu Lingshan
2023-07-03
vDPA/ifcvf: detect and report max allowed vq size
Zhu Lingshan
2023-07-03
vDPA/ifcvf: dynamic allocate vq data stores
Zhu Lingshan
2023-06-27
vDPA/ifcvf: synchronize irqs in the reset routine
Zhu Lingshan
2023-06-27
vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_status
Zhu Lingshan
2023-06-27
vDPA/ifcvf: get_driver_features from virtio registers
Zhu Lingshan
2023-06-27
vDPA/ifcvf: virt queue ops take immediate actions
Zhu Lingshan
2023-02-20
vDPA/ifcvf: implement features provisioning
Zhu Lingshan
2023-02-20
vDPA/ifcvf: retire ifcvf_private_to_vf
Zhu Lingshan
2023-02-20
vDPA/ifcvf: manage ifcvf_hw in the mgmt_dev
Zhu Lingshan
2023-02-20
vDPA/ifcvf: decouple hw features manipulators from the adapter
Zhu Lingshan
2022-08-11
vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...
Zhu Lingshan
2022-03-28
vDPA/ifcvf: cacheline alignment for ifcvf_hw
Zhu Lingshan
2022-03-28
vDPA/ifcvf: implement shared IRQ feature
Zhu Lingshan
2022-03-28
vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvf
Zhu Lingshan
2022-01-14
ifcvf/vDPA: fix misuse virtio-net device config size for blk dev
Zhu Lingshan
2021-09-05
vDPA/ifcvf: enable multiqueue and control vq
Zhu Lingshan
2021-09-05
vDPA/ifcvf: detect and use the onboard number of queues directly
Zhu Lingshan
2021-09-05
vDPA/ifcvf: implement management netlink framework for ifcvf
Zhu Lingshan
2021-07-03
vDPA/ifcvf: reuse pre-defined macros for device ids and vendor ids
Zhu Lingshan
2021-07-03
vDPA/ifcvf: record virtio notify base
Zhu Lingshan
2021-05-03
vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPA
Zhu Lingshan
2021-05-03
vDPA/ifcvf: deduce VIRTIO device ID when probe
Zhu Lingshan
2021-05-03
vDPA/ifcvf: deduce VIRTIO device ID from pdev ids
Zhu Lingshan
2021-05-03
vDPA/ifcvf: verify mandatory feature bits for vDPA
Zhu Lingshan
2021-05-03
vDPA/ifcvf: fetch device feature bits when probe
Zhu Lingshan
2021-05-03
vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
Zhu Lingshan
2021-05-03
vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
Zhu Lingshan
2020-08-26
vdpa: ifcvf: free config irq in ifcvf_free_irq()
Jason Wang
2020-08-05
net/vdpa: Use struct for set/get vq state
Eli Cohen
2020-08-03
virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM
Michael S. Tsirkin
2020-06-06
ifcvf: implement config interrupt in IFCVF
Zhu Lingshan
2020-04-02
vdpa: move to drivers/vdpa
Michael S. Tsirkin