summaryrefslogtreecommitdiffstats
path: root/net/vhost-vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-0/+1
* vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...Si-Wei Liu2022-11-081-1/+1
* net/vhost-vdpa.c: Fix clang compilation failurePeter Maydell2022-10-311-1/+2
* net: introduce qemu_set_info_str() functionLaurent Vivier2022-10-281-1/+1
* vhost-vdpa: allow passing opened vhostfd to vhost-vdpaSi-Wei Liu2022-10-281-5/+20
* vdpa: Remove shadow CVQ command checkEugenio Pérez2022-10-281-48/+0Star
* vdpa: Delete duplicated vdpa_feature_bits entryEugenio Pérez2022-10-281-1/+0Star
* vdpa: Allow MQ feature in SVQEugenio Pérez2022-09-271-0/+1
* vdpa: validate MQ CVQ commandsEugenio Pérez2022-09-271-0/+9
* vdpa: Add vhost_vdpa_net_load_mqEugenio Pérez2022-09-271-0/+26
* vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_loadEugenio Pérez2022-09-271-22/+40
* vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack typeEugenio Pérez2022-09-271-11/+12
* vdpa: Delete CVQ migration blockerEugenio Pérez2022-09-021-2/+0Star
* vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez2022-09-021-0/+40
* vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez2022-09-021-21/+38
* vdpa: Move command buffers map to start of net deviceEugenio Pérez2022-09-021-65/+58Star
* vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez2022-09-021-1/+11
* util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-2/+2
* vdpa: Fix file descriptor leak on get features errorEugenio Pérez2022-08-041-2/+2
* vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez2022-07-201-3/+69
* vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez2022-07-201-10/+20
* vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez2022-07-201-8/+205
* vdpa: manual forward CVQ buffersEugenio Pérez2022-07-201-0/+58
* vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu2022-05-161-1/+3
* vdpa: Make ncs autofreeEugenio Pérez2022-02-221-3/+2Star
* vdpa: Add dummy receive callbackEugenio Pérez2021-11-281-0/+8
* vdpa: Check for existence of opts.vhostdevEugenio Pérez2021-11-151-0/+4
* vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez2021-11-151-1/+1
* net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella2021-11-111-1/+1
* vhost-vdpa: multiqueue supportJason Wang2021-10-201-9/+96
* vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang2021-10-201-7/+12
* vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang2021-10-201-8/+15
* net/vhost-vdpa: Fix device compatibility checkKevin Wolf2021-10-151-23/+14Star
* vhost-vdpa: remove the unncessary queue_index assignmentJason Wang2021-09-041-1/+0Star
* vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang2021-09-041-1/+4
* vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang2021-09-041-7/+6Star
* vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang2021-09-041-0/+1
* vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang2021-09-041-11/+0Star
* vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang2021-09-041-4/+0Star
* vhost_net: do not assume nvqs is always 2Jason Wang2021-09-041-0/+1
* vhost-vdpa: remove unused variable "acked_features"Jason Wang2021-09-041-1/+0Star
* vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2021-06-111-9/+0Star
* virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-041-0/+2
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-14/+0Star
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-1/+1
* Revert "net: Do not fill legacy info_str for backends"Jason Wang2021-04-081-0/+1
* net: Do not fill legacy info_str for backendsAlexey Kirillov2021-03-151-1/+0Star
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-1/+1
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+14
* vhost-vdpa: Add qemu_close in vhost_vdpa_cleanupCindy Lu2020-11-031-0/+4