summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf
Commit message (Expand)AuthorAgeFilesLines
* vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan2023-02-201-3/+2
* vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan2023-02-201-12/+9
* vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan2023-02-201-11/+8
* vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan2023-02-201-12/+10
* vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan2023-02-201-12/+9
* vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan2023-02-201-17/+14
* vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan2023-02-201-16/+5
* vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan2023-02-203-7/+4
* vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan2023-01-271-1/+1
* 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