summaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf
AgeCommit message (Expand)AuthorFilesLines
2023-07-03vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan3-33/+17
2023-07-03vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan3-2/+35
2023-07-03vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan3-1/+6
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 Lingshan3-52/+40
2023-06-27vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan3-43/+0
2023-06-27vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan3-23/+29
2023-06-27vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan3-39/+45
2023-02-21vDPA/ifcvf: implement features provisioningZhu Lingshan3-1/+17
2023-02-21vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2-8/+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 Lingshan2-5/+7
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 config space ops from the adapterZhu Lingshan1-16/+5
2023-02-21vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan3-7/+4
2023-01-27vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan1-1/+1
2022-09-28vdpa/ifcvf: fix the calculation of queuepairAngus Chen1-2/+2
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan1-66/+76
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan2-2/+13
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King1-1/+0
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: cacheline alignment for ifcvf_hwZhu Lingshan2-9/+5
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan3-57/+300
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 Lingshan3-71/+36
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 Lingshan3-33/+41
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 Lingshan2-17/+3
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan3-18/+21
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan2-35/+123
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 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