summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf/ifcvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan2024-03-191-0/+6
* vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan2024-03-191-0/+9
* vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan2023-07-031-1/+3
* vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan2023-07-031-1/+3
* vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan2023-07-031-0/+2
* vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILEDZhu Lingshan2023-06-271-3/+1
* vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan2023-06-271-39/+7
* vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan2023-06-271-23/+0
* vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan2023-06-271-3/+6
* vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan2023-06-271-12/+4
* vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-201-0/+13
* vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2023-02-201-5/+5
* vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan2023-02-201-21/+13
* vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan2023-02-201-3/+4
* 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 hw features manipulators from the adapterZhu Lingshan2023-02-201-0/+1
* vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan2023-01-271-1/+1
* vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan2022-08-111-66/+76
* 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: implement shared IRQ featureZhu Lingshan2022-03-281-32/+262
* 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-281-1/+1
* 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-141-20/+4
* 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-051-8/+3
* vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan2021-09-051-9/+12
* vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan2021-09-051-35/+117
* 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-031-10/+13
* vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan2021-07-031-0/+16
* 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-031-1/+18
* vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2021-05-031-12/+15
* 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-031-1/+13
* vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan2021-05-031-0/+5