summaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf
AgeCommit message (Expand)Author
2023-07-03vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan
2023-07-03vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan
2023-07-03vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan
2023-06-27vDPA/ifcvf: a vendor driver should not set _CONFIG_S_FAILEDZhu Lingshan
2023-06-27vDPA/ifcvf: synchronize irqs in the reset routineZhu Lingshan
2023-06-27vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan
2023-06-27vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan
2023-06-27vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan
2023-02-20vDPA/ifcvf: implement features provisioningZhu Lingshan
2023-02-20vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan
2023-02-20vDPA/ifcvf: allocate the adapter in dev_add()Zhu Lingshan
2023-02-20vDPA/ifcvf: manage ifcvf_hw in the mgmt_devZhu Lingshan
2023-02-20vDPA/ifcvf: ifcvf_request_irq works on ifcvf_hwZhu Lingshan
2023-02-20vDPA/ifcvf: decouple config/dev IRQ requester and vectors allocator from the ...Zhu Lingshan
2023-02-20vDPA/ifcvf: decouple vq irq requester from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple config IRQ releaser from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple vq IRQ releasers from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: alloc the mgmt_dev before the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple config space ops from the adapterZhu Lingshan
2023-02-20vDPA/ifcvf: decouple hw features manipulators from the adapterZhu Lingshan
2023-01-27vdpa: ifcvf: Do proper cleanup if IFCVF init failsTanmay Bhushan
2022-09-27vdpa/ifcvf: fix the calculation of queuepairAngus Chen
2022-08-11vDPA/ifcvf: support userspace to query features and MQ of a management deviceZhu Lingshan
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King
2022-08-11vdpa: ifcvf: Fix spelling mistake in commentsZhang Jiaming
2022-06-01vdpa: ifcvf: set pci driver data in probeJason Wang
2022-05-31vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan
2022-05-31vdpa: multiple address spaces supportGautam Dawar
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar
2022-03-28vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan
2022-03-28vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji
2021-09-05vDPA/ifcvf: enable multiqueue and control vqZhu Lingshan
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan
2021-09-05vDPA/ifcvf: implement management netlink framework for ifcvfZhu Lingshan
2021-09-05vDPA/ifcvf: introduce get_dev_type() which returns virtio dev idZhu Lingshan
2021-08-11vDPA/ifcvf: Fix return value check for vdpa_alloc_device()Xie Yongji
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang
2021-07-03vDPA/ifcvf: reuse pre-defined macros for device ids and vendor idsZhu Lingshan
2021-07-03vDPA/ifcvf: implement doorbell mapping for ifcvfZhu Lingshan
2021-07-03vDPA/ifcvf: record virtio notify baseZhu Lingshan
2021-05-03vDPA/ifcvf: get_config_size should return dev specific config sizeZhu Lingshan
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-block for vDPAZhu Lingshan