Home
last modified time | relevance | path

Searched refs:rdma (Results 1 – 21 of 21) sorted by relevance

/qemu/migration/
A Drdma.c436 if (rdma->errored && !rdma->error_reported) { in rdma_errored()
927 if (rdma->host == NULL || !strcmp(rdma->host, "")) { in qemu_rdma_resolve_host()
1027 rdma->verbs = rdma->cm_id->verbs; in qemu_rdma_resolve_host()
1047 rdma->pd = ibv_alloc_pd(rdma->verbs); in qemu_rdma_alloc_pd_cq()
1122 if (rdma_create_qp(rdma->cm_id, rdma->pd, &attr) < 0) { in qemu_rdma_alloc_qp()
1126 rdma->qp = rdma->cm_id->qp; in qemu_rdma_alloc_qp()
1335 rdma->wr_data[idx].control_mr = ibv_reg_mr(rdma->pd, in qemu_rdma_reg_control()
1528 while (!rdma->errored && !rdma->received_error) { in qemu_rdma_wait_comp_channel()
2239 ret = qemu_rdma_write_one(rdma, rdma->current_index, rdma->current_addr, in qemu_rdma_write_flush()
2349 if (rdma->cm_id && rdma->connected) { in qemu_rdma_cleanup()
[all …]
A Dmigration-stats.c65 uint64_t rdma = stat64_get(&mig_stats.rdma_bytes); in migration_transferred_bytes() local
68 trace_migration_transferred_bytes(qemu_file, multifd, rdma); in migration_transferred_bytes()
69 return qemu_file + multifd + rdma; in migration_transferred_bytes()
A Dmeson.build42 system_ss.add(when: rdma, if_true: files('rdma.c'))
A Dtrace-events198 migration_transferred_bytes(uint64_t qemu_file, uint64_t multifd, uint64_t rdma) "qemu_file %" PRIu…
209 # rdma.c
A Dmigration.c579 InetSocketAddress *isock = &addr->u.rdma; in migrate_uri_parse()
713 rdma_start_incoming_migration(&addr->u.rdma, errp); in qemu_start_incoming_migration()
2102 rdma_start_outgoing_migration(s, &addr->u.rdma, &local_err); in qmp_migrate()
/qemu/docs/
A Drdma.txt5 Github: git@github.com:hinesmr/qemu.git, 'rdma' branch
69 $ migrate_set_capability rdma-pin-all on # disabled by default
96 qemu ..... -incoming rdma:host:port
101 $ migrate -d rdma:host:port
123 1. rdma-pin-all disabled total time: approximately 7.5 seconds @ 9.5 Gbps
124 2. rdma-pin-all enabled total time: approximately 4 seconds @ 26 Gbps
176 as follows (migration-rdma.c):
361 At the beginning of the migration, (migration-rdma.c),
/qemu/tests/docker/dockerfiles/
A Dcentos9.docker105 rdma-core-devel \
A Dopensuse-leap.docker99 rdma-core-devel \
A Dfedora.docker117 rdma-core-devel \
A Dfedora-rust-nightly.docker117 rdma-core-devel \
/qemu/scripts/coverity-scan/
A DCOMPONENTS.md103 ~ .*/qemu((/include)?(/hw)?/(net|rdma)/.*)
A Drun-coverity-scan429 --enable-numa --enable-rdma --enable-smartcard --enable-virglrenderer \
A Dcoverity-scan.docker123 rdma-core-devel \
/qemu/docs/system/loongarch/
A Dvirt.rst42 ./configure --disable-rdma --prefix=/usr \
/qemu/scripts/
A Dmeson-buildoptions.sh458 --enable-rdma) printf "%s" -Drdma=enabled ;;
459 --disable-rdma) printf "%s" -Drdma=disabled ;;
/qemu/qapi/
A Dmigration.json388 # @rdma-pin-all: Controls whether or not the entire VM memory
390 # docs/rdma.txt for usage. Disabled by default. (since 2.0)
488 'data': ['xbzrle', 'rdma-pin-all', 'auto-converge',
1525 # @rdma: Migrate via RDMA.
1532 'data': [ 'socket', 'exec', 'rdma', 'file' ] }
1572 'rdma': 'InetSocketAddress',
/qemu/
A Dmeson.build2069 rdma = not_found variable
2070 if not get_option('rdma').auto() or have_system
2071 rdma_libs = [cc.find_library('rdmacm', has_headers: ['rdma/rdma_cma.h'],
2072 required: get_option('rdma')),
2073 cc.find_library('ibverbs', required: get_option('rdma'))]
2074 rdma = declare_dependency(dependencies: rdma_libs) variable
2077 rdma = not_found variable
2477 config_host_data.set('CONFIG_RDMA', rdma.found())
2635 if rdma.found()
2638 dependencies: rdma,
[all …]
A Dmeson_options.txt205 option('rdma', type : 'feature', value : 'auto',
A DMAINTAINERS3431 X: migration/rdma*
3437 F: migration/rdma*
A Dqemu-options.hx4916 "-incoming rdma:host:port[,ipv4=on|off][,ipv6=on|off]\n" \
4931 ``-incoming rdma:host:port[,ipv4=on|off][,ipv6=on|off]``
/qemu/docs/devel/migration/
A Dmain.rst64 - rdma migration: support is included for migration using RDMA, which

Completed in 88 milliseconds