summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf/ifcvf_base.h
Commit message (Expand)AuthorAgeFilesLines
* vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan2024-03-191-0/+1
* vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan2024-03-191-0/+1
* vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan2023-07-031-16/+9
* vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan2023-07-031-1/+1
* vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan2023-07-031-1/+1
* vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan2023-06-271-1/+2
* vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan2023-06-271-1/+0
* vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan2023-06-271-2/+3
* vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan2023-06-271-5/+5
* vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-201-0/+3
* vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2023-02-201-3/+0
* vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2023-02-201-2/+3
* vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan2023-02-201-0/+1
* vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan2022-08-111-0/+2
* vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2022-03-281-5/+5
* vDPA/ifcvf: implement shared IRQ featureZhu Lingshan2022-03-281-3/+12
* vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan2022-03-281-0/+1
* ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan2022-01-141-3/+6
* vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan2021-09-051-9/+0
* vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan2021-09-051-6/+4
* vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan2021-09-051-0/+6
* vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan2021-07-031-12/+0
* vDPA/ifcvf: record virtio notify baseZhu Lingshan2021-07-031-0/+2
* vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan2021-05-031-1/+7
* vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2021-05-031-0/+1
* vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan2021-05-031-0/+1
* vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan2021-05-031-0/+1
* vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan2021-05-031-0/+2
* vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan2021-05-031-4/+4
* vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan2021-05-031-0/+5
* vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2020-08-261-1/+1
* net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-051-2/+2
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* ifcvf: implement config interrupt in IFCVFZhu Lingshan2020-06-061-0/+4
* vdpa: move to drivers/vdpaMichael S. Tsirkin2020-04-021-0/+118