summaryrefslogtreecommitdiff
path: root/drivers/vdpa/ifcvf/ifcvf_base.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-21vDPA/ifcvf: implement features provisioningZhu Lingshan1-1/+1
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 Lingshan1-7/+2
2022-09-28vdpa/ifcvf: fix the calculation of queuepairAngus Chen1-2/+2
2022-08-11vDPA/ifcvf: get_config_size should return a value no greater than dev impleme...Zhu Lingshan1-2/+11
2022-08-11vDPA/ifcvf: remove duplicated assignment to pointer cfgColin Ian King1-1/+0
2022-03-28vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan1-4/+0
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan1-22/+26
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan1-70/+34
2022-01-15ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan1-10/+31
2021-09-05vDPA/ifcvf: detect and use the onboard number of queues directlyZhu Lingshan1-3/+5
2021-07-03vDPA/ifcvf: record virtio notify baseZhu Lingshan1-0/+4
2021-05-03vDPA/ifcvf: verify mandatory feature bits for vDPAZhu Lingshan1-0/+12
2021-05-03vDPA/ifcvf: fetch device feature bits when probeZhu Lingshan1-2/+10
2020-08-06net/vdpa: Use struct for set/get vq stateEli Cohen1-2/+2
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan1-0/+3
2020-04-17vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing1-2/+0
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin1-0/+389