summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf/ifcvf_base.c
Commit message (Expand)AuthorAgeFilesLines
* vDPA/ifcvf: get_max_vq_size to return max sizeZhu Lingshan2024-03-191-5/+1
* vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan2024-03-191-1/+4
* vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan2023-07-031-16/+5
* vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan2023-07-031-0/+31
* vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan2023-07-031-0/+3
* vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan2023-06-271-12/+31
* vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan2023-06-271-19/+0
* vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan2023-06-271-18/+20
* vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan2023-06-271-22/+36
* vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-201-1/+1
* vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan2023-02-201-16/+5
* vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan2023-02-201-7/+2
* vdpa/ifcvf: fix the calculation of queuepairAngus Chen2022-09-271-2/+2
* vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan2022-08-111-2/+11
* vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King2022-08-111-1/+0
* vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2022-03-281-4/+0
* vDPA/ifcvf: implement shared IRQ featureZhu Lingshan2022-03-281-22/+26
* vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan2022-03-281-70/+34
* ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan2022-01-141-10/+31
* vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan2021-09-051-3/+5
* vDPA/ifcvf: record virtio notify baseZhu Lingshan2021-07-031-0/+4
* vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan2021-05-031-0/+12
* vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan2021-05-031-2/+10
* net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-051-2/+2
* ifcvf: implement config interrupt in IFCVFZhu Lingshan2020-06-061-0/+3
* vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing2020-04-161-2/+0
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-021-0/+389