summaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf/ifcvf_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan1-0/+6
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan1-0/+9
2023-07-03vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan1-1/+3
2023-07-03vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan1-1/+3
2023-07-03vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan1-0/+2
2023-06-27vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILEDZhu Lingshan1-3/+1
2023-06-27vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan1-39/+7
2023-06-27vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan1-23/+0
2023-06-27vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan1-3/+6
2023-06-27vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan1-12/+4
2023-02-21vDPA/ifcvf: implement features provisioningZhu Lingshan1-0/+13
2023-02-21vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan1-5/+5
2023-02-21vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan1-21/+13
2023-02-21vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan1-3/+4
2023-02-21vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan1-3/+2
2023-02-21vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan1-12/+9
2023-02-21vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan1-11/+8
2023-02-21vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan1-12/+10
2023-02-21vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan1-12/+9
2023-02-21vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan1-17/+14
2023-02-21vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan1-0/+1
2023-01-27vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan1-1/+1
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan1-66/+76
2022-08-11vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming1-1/+1
2022-06-01vdpa: ifcvf: set pci driver data in probeJason Wang1-1/+2
2022-05-31vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan1-6/+6
2022-05-31vdpa: multiple address spaces supportGautam Dawar1-1/+1
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar1-1/+7
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan1-32/+262
2022-03-28vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan1-5/+26
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan1-1/+1
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen1-4/+12
2022-01-15ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan1-20/+4
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit1-1/+2
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji1-1/+1
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji1-11/+24
2021-09-05vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan1-8/+3
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan1-9/+12
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan1-35/+117
2021-09-05vDPA/ifcvf: introduce get_dev_type() which returns virtio dev idZhu Lingshan1-13/+21
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 Lingshan1-10/+13
2021-07-03vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan1-0/+16
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 Lingshan1-1/+18
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan1-12/+15
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 Lingshan1-1/+13
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan1-0/+5