Searched refs:rdma (Results 1 – 21 of 21) sorted by relevance
| /qemu/migration/ |
| A D | rdma.c | 436 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 D | migration-stats.c | 65 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 D | meson.build | 42 system_ss.add(when: rdma, if_true: files('rdma.c'))
|
| A D | trace-events | 198 migration_transferred_bytes(uint64_t qemu_file, uint64_t multifd, uint64_t rdma) "qemu_file %" PRIu… 209 # rdma.c
|
| A D | migration.c | 579 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 D | rdma.txt | 5 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 D | centos9.docker | 105 rdma-core-devel \
|
| A D | opensuse-leap.docker | 99 rdma-core-devel \
|
| A D | fedora.docker | 117 rdma-core-devel \
|
| A D | fedora-rust-nightly.docker | 117 rdma-core-devel \
|
| /qemu/scripts/coverity-scan/ |
| A D | COMPONENTS.md | 103 ~ .*/qemu((/include)?(/hw)?/(net|rdma)/.*)
|
| A D | run-coverity-scan | 429 --enable-numa --enable-rdma --enable-smartcard --enable-virglrenderer \
|
| A D | coverity-scan.docker | 123 rdma-core-devel \
|
| /qemu/docs/system/loongarch/ |
| A D | virt.rst | 42 ./configure --disable-rdma --prefix=/usr \
|
| /qemu/scripts/ |
| A D | meson-buildoptions.sh | 458 --enable-rdma) printf "%s" -Drdma=enabled ;; 459 --disable-rdma) printf "%s" -Drdma=disabled ;;
|
| /qemu/qapi/ |
| A D | migration.json | 388 # @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 D | meson.build | 2069 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 D | meson_options.txt | 205 option('rdma', type : 'feature', value : 'auto',
|
| A D | MAINTAINERS | 3431 X: migration/rdma* 3437 F: migration/rdma*
|
| A D | qemu-options.hx | 4916 "-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 D | main.rst | 64 - rdma migration: support is included for migration using RDMA, which
|
Completed in 88 milliseconds