summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf
Commit message (Expand)AuthorAgeFilesLines
* vdpa/ifcvf: fix the calculation of queuepairAngus Chen2022-09-271-2/+2
* vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan2022-08-111-66/+76
* vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan2022-08-112-2/+13
* vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King2022-08-111-1/+0
* vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming2022-08-111-1/+1
* vdpa: ifcvf: set pci driver data in probeJason Wang2022-06-011-1/+2
* vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan2022-05-311-6/+6
* vdpa: multiple address spaces supportGautam Dawar2022-05-311-1/+1
* vdpa: introduce virtqueue groupsGautam Dawar2022-05-311-1/+7
* vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2022-03-282-9/+5
* vDPA/ifcvf: implement shared IRQ featureZhu Lingshan2022-03-283-57/+300
* vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan2022-03-281-5/+26
* vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan2022-03-283-71/+36
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-4/+12
* ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan2022-01-143-33/+41
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-1/+2
* vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-1/+1
* vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-11/+24
* vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan2021-09-052-17/+3
* vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan2021-09-053-18/+21
* vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan2021-09-052-35/+123
* vDPA/ifcvf: introduce get_dev_type() which returns virtio dev idZhu Lingshan2021-09-051-13/+21
* vDPA/ifcvf: Fix return value check for vdpa_alloc_device()Xie Yongji2021-08-111-2/+2
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-2/+2
* vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan2021-07-032-22/+13
* vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan2021-07-031-0/+16
* vDPA/ifcvf: record virtio notify baseZhu Lingshan2021-07-032-0/+6
* vDPA/ifcvf: get_config_size should return dev specific config sizeZhu Lingshan2021-05-031-1/+18
* vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan2021-05-032-2/+25
* vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2021-05-032-12/+16
* vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella2021-05-031-0/+6
* vDPA/ifcvf: deduce VIRTIO device ID from pdev idsZhu Lingshan2021-05-032-1/+14
* vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan2021-05-033-0/+18
* vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan2021-05-033-2/+14
* vDPA/ifcvf: remove the version number stringZhu Lingshan2021-05-031-2/+0
* vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan2021-05-032-8/+8
* vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan2021-05-032-0/+10
* vDPA/ifcvf: get_vendor_id returns a device specific vendor idZhu Lingshan2021-05-031-1/+4
* vdpa: set the virtqueue num during registerJason Wang2021-02-251-3/+2
* vdpa: Extend routine to accept vdpa device nameParav Pandit2021-02-231-1/+1
* vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-12-181-9/+2
* vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2020-08-262-3/+4
* vdpa: ifcvf: return err when fail to request config irqJason Wang2020-08-261-0/+4
* vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-051-2/+3
* net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-053-8/+9
* vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-1/+2
* ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan2020-08-051-2/+16
* virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-1/+1
* ifcvf: implement config interrupt in IFCVFZhu Lingshan2020-06-063-1/+29
* ifcvf: ignore continuous setting same status valueZhu Lingshan2020-06-061-0/+3