aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vdpa/ifcvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27vdpa/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 implementationZhu 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-14vdpa: Provide interface to read driver featuresEli Cohen1-4/+12
2022-01-14ifcvf/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
2021-05-03vDPA/ifcvf: deduce VIRTIO device ID when probeZhu Lingshan2-12/+16
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 Lingshan2-1/+14
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan3-0/+18
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan3-2/+14
2021-05-03vDPA/ifcvf: remove the version number stringZhu Lingshan1-2/+0
2021-05-03vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan2-8/+8
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan2-0/+10
2021-05-03vDPA/ifcvf: get_vendor_id returns a device specific vendor idZhu Lingshan1-1/+4
2021-02-25vdpa: set the virtqueue num during registerJason Wang1-3/+2
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit1-1/+1
2020-12-18vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-9/+2
2020-08-26vdpa: ifcvf: free config irq in ifcvf_free_irq()Jason Wang2-3/+4
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang1-0/+4
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen1-2/+3
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen3-8/+9
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy1-1/+2
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan1-2/+16
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan3-1/+29
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan1-0/+3