aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11vDPA/ifcvf: Fix return value check for vdpa_alloc_device()Xie Yongji1-2/+2
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang1-2/+2
2021-07-03vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan2-22/+13
2021-07-03vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan1-0/+16
2021-07-03vDPA/ifcvf: record virtio notify baseZhu Lingshan2-0/+6
2021-05-03vDPA/ifcvf: get_config_size should return dev specific config sizeZhu Lingshan1-1/+18
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan2-2/+25
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2-12/+16
2021-05-03vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella1-0/+6
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan2-1/+14
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan3-0/+18
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan3-2/+14
2021-05-03vDPA/ifcvf: remove the version number stringZhu Lingshan1-2/+0
2021-05-03vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan2-8/+8
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan2-0/+10
2021-05-03vDPA/ifcvf: get_vendor_id returns a device specific vendor idZhu Lingshan1-1/+4
2021-02-25vdpa: set the virtqueue num during registerJason Wang1-3/+2
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit1-1/+1
2020-12-18vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-9/+2
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2-3/+4
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang1-0/+4
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen1-2/+3
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen3-8/+9
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy1-1/+2
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan1-2/+16
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan3-1/+29
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan1-0/+3
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan1-47/+73
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin1-1/+1
2020-04-16vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing2-4/+0
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin4-0/+945