summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf
Commit message (Expand)AuthorAgeFilesLines
* vDPA/ifcvf: implement new accessors for vq_stateZhu Lingshan2023-07-033-33/+17
* vDPA/ifcvf: detect and report max allowed vq sizeZhu Lingshan2023-07-033-2/+35
* vDPA/ifcvf: dynamic allocate vq data storesZhu Lingshan2023-07-033-1/+6
* 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-273-52/+40
* vDPA/ifcvf: retire ifcvf_start_datapath and ifcvf_add_statusZhu Lingshan2023-06-273-43/+0
* vDPA/ifcvf: get_driver_features from virtio registersZhu Lingshan2023-06-273-23/+29
* vDPA/ifcvf: virt queue ops take immediate actionsZhu Lingshan2023-06-273-39/+45
* vDPA/ifcvf: implement features provisioningZhu Lingshan2023-02-203-1/+17
* vDPA/ifcvf: retire ifcvf_private_to_vfZhu Lingshan2023-02-202-8/+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-202-5/+7
* 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