summaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf/ifcvf_base.h
AgeCommit message (Expand)Author
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan
2023-07-03vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan
2023-07-03vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan
2023-07-03vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan
2023-06-27vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan
2023-06-27vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan
2023-06-27vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan
2023-06-27vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan
2023-02-20vDPA/ifcvf: implement features provisioningZhu Lingshan
2023-02-20vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan
2023-02-20vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan
2023-02-20vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan
2022-03-28vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan
2022-01-14ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan
2021-09-05vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan
2021-07-03vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan
2021-07-03vDPA/ifcvf: record virtio notify baseZhu Lingshan
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan
2021-05-03vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin