summaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf/ifcvf_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan1-0/+2
2021-05-03vDPA/ifcvf: remove the version number stringZhu Lingshan1-2/+0
2021-05-03vDPA/ifcvf: rename original IFCVF dev ids to N3000 idsZhu Lingshan1-4/+4
2021-05-03vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPAZhu Lingshan1-0/+5
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-19vdpa: 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 Wang1-2/+3
2020-08-26vdpa: ifcvf: return err when fail to request config irqJason Wang1-0/+4
2020-08-06vdpa: Modify get_vq_state() to return error codeEli Cohen1-2/+3
2020-08-06net/vdpa: Use struct for set/get vq stateEli Cohen1-4/+5
2020-08-06vdpa: remove hard coded virtq numMax Gurtovoy1-1/+2
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan1-2/+16
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan1-1/+22
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan1-0/+3
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan1-47/+73
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin1-1/+1
2020-04-17vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing1-2/+0