aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf/ifcvf_base.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev implementationZhu Lingshan1-0/+2
2022-03-28vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan1-5/+5
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan1-3/+12
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan1-0/+1
2022-01-14ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan1-3/+6
2021-09-05vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan1-9/+0
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan1-6/+4
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan1-0/+6
2021-07-03vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan1-12/+0
2021-07-03vDPA/ifcvf: record virtio notify baseZhu Lingshan1-0/+2
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan1-1/+7
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan1-0/+1
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan1-0/+1
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan1-0/+1
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan1-0/+2
2021-05-03vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan1-4/+4
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan1-0/+5
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang1-1/+1
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen1-2/+2
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan1-0/+4
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin1-0/+118