Searched +full:- +full:- +full:disable +full:- +full:rdma (Results 1 – 15 of 15) sorted by relevance
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/rdma-core/ |
| H A D | rdma-core_51.0.bb | 1 SUMMARY = "Userspace support for InfiniBand/RDMA verbs" 2 DESCRIPTION = "This is the userspace components for the Linux Kernel's drivers Infiniband/RDMA subs… 8 SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https \ 9 file://0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch \ 10 file://0001-include-libgen.h-for-basename.patch \ 11 file://0001-librdmacm-Use-overloadable-function-attribute-with-c.patch \ 16 #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md 17 LICENSE = "BSD-2-Clause | GPL-2.0-only" 22 -DCMAKE_INSTALL_SYSTEMD_SERVICEDIR=${systemd_system_unitdir} \ 23 -DSYSTEMCTL_BIN=${base_bindir}/systemctl \ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/ |
| H A D | iproute2_6.14.0.bb | 8 LICENSE = "GPL-2.0-or-later" 12 DEPENDS = "flex-native bison-native libcap" 15 file://0001-include-libnetlink.h-add-missing-include-for-htobe64.patch \ 20 inherit update-alternatives bash-completion pkgconfig 27 PACKAGECONFIG[rdma] = ",,libmnl," 30 …SUBDIRS = "lib tc ip bridge misc genl ${@bb.utils.filter('PACKAGECONFIG', 'devlink tipc rdma', d)}" 32 # This is needed with GCC-14 and musl 33 CFLAGS += "-Wno-error=incompatible-pointer-types" 49 # Explicitly disable ATM support 50 sed -i -e '/TC_CONFIG_ATM/d' config.mk [all …]
|
| /openbmc/qemu/docs/ |
| H A D | rdma.txt | 1 (RDMA: Remote Direct Memory Access) 2 RDMA Live Migration Specification, Version # 1 5 Github: git@github.com:hinesmr/qemu.git, 'rdma' branch 18 * RDMA Migration Protocol Description 28 RDMA helps make your migration more deterministic under heavy load because 30 because the RDMA I/O architecture reduces the number of interrupts and 31 data copies by bypassing the host networking stack. In particular, a TCP-based 32 migration, under certain types of memory-bound workloads, may take a more 37 RDMA currently comes in two flavors: both Ethernet based (RoCE, or RDMA 38 over Converged Ethernet) as well as Infiniband-based. This implementation of [all …]
|
| /openbmc/qemu/migration/ |
| H A D | rdma.c | 2 * RDMA protocol and interfaces 4 * Copyright IBM, Corp. 2010-2013 5 * Copyright Red Hat, Inc. 2015-2016 13 * later. See the COPYING file in the top-level directory. 21 #include "rdma.h" 23 #include "migration-stats.h" 24 #include "qemu-file.h" 26 #include "qemu/error-report.h" 27 #include "qemu/main-loop.h" 37 #include <rdma/rdma_cma.h> [all …]
|
| H A D | migration.c | 10 * the COPYING file in the top-level directory. 12 * Contributions after 2012-01-13 are licensed under the terms of the 19 #include "qemu/error-report.h" 20 #include "qemu/main-loop.h" 28 #include "system/cpu-throttle.h" 29 #include "rdma.h" 35 #include "migration-stats.h" 37 #include "qemu-file.h" 42 #include "qapi/clone-visitor.h" 43 #include "qapi/qapi-visit-migration.h" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
| H A D | qemu.inc | 7 LICENSE = "GPL-2.0-only & LGPL-2.1-only" 9 DEPENDS += "bison-native meson-native ninja-native" 11 RDEPENDS:${PN}-ptest = "bash" 13 require qemu-targets.inc 14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means 15 # we need a full python3-native setup 16 inherit pkgconfig ptest update-rc.d systemd python3native 21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ 23 file://run-ptest \ 24 file://fix-strerrorname_np.patch \ [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | meson-buildoptions.sh | 1 # This file is generated by meson-buildoptions.py, do not edit! 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 13 printf "%s\n" ' --datadir=VALUE Data file directory [share]' [all …]
|
| /openbmc/qemu/ |
| H A D | meson_options.txt | 1 # These options do not correspond to a --enable/--disable-* option 3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too. 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 12 description: 'use specified string as sub-version of the package') 25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like … 27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q… 28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M', 33 description: 'fuzzing engine library for OSS-Fuzz') 40 # Everything else can be set via --enable/--disable-* option 42 # here make sure to run "make update-buildoptions". [all …]
|
| H A D | meson.build | 15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 35 tmpdir = meson.current_build_dir() / 'meson-private/temp' 66 have_linux_user = have_linux_user or target.endswith('linux-user') 67 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 68 have_system = have_system or target.endswith('-softmmu') 113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 120 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 128 '--rustc-version', rustc.version(), 129 '--workspace', meson.project_source_root() / 'rust'] [all …]
|
| H A D | qemu-options.hx | 14 "-h or -help display this help and exit\n", QEMU_ARCH_ALL) 16 ``-h`` 21 "-version display version information and exit\n", QEMU_ARCH_ALL) 23 ``-version`` 28 "-machine [type=]name[,prop[=value][,...]]\n" 29 " selects emulated machine ('-machine help' for list)\n" 33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n" 34 " mem-merge=on|off controls memory merge support (default: on)\n" 35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n" 36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n" [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | migration.json | 1 # -*- Mode: Python -*- 30 # @normal-bytes: number of normal bytes sent (since 1.2) 32 # @dirty-pages-rate: number of pages dirtied by second by the guest 37 # @dirty-sync-count: number of times that dirty ram was synchronized 40 # @postcopy-requests: The number of page requests received from the 43 # @page-size: The number of bytes per page for the various page-based 46 # @multifd-bytes: The number of bytes sent through multifd (since 3.0) 48 # @pages-per-second: the number of memory pages transferred per second 51 # @precopy-bytes: The number of bytes sent in the pre-copy phase 54 # @downtime-bytes: The number of bytes sent while the guest is paused [all …]
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | run-coverity-scan | 1 #!/bin/sh -e 8 # See the COPYING file in the top-level directory. 10 # Copyright (c) 2017-2020 Linaro Limited 14 # run the (closed-source) coverity build tools, so don't 18 # tree, and that tree is a fresh clean one, because we do an in-tree 21 # regular expressions it uses; an out-of-tree build won't work for this.) 31 # --check-upload-only : return success if upload is possible 32 # --dry-run : run the tools, but don't actually do the upload 33 # --docker : create and work inside a container 34 # --docker-engine : specify the container engine to use (docker/podman/auto); [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 --------------------------------- 10 - Linux kernel 5.19, glibc 2.36 and ~260 other recipe upgrades 12 - ``make`` 4.0 is now the minimum make version required on the build host. 14 :term:`buildtools` tarball, and additionally a new :term:`buildtools-make` tarball 17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`. 19 - New layer setup tooling: 21 - New ``scripts/oe-setup-layers`` standalone script to restore the layer 23 - New ``bitbake-layers create-layers-setup`` command to save the 25 - New ``bitbake-layers save-build-conf`` command to save the active build [all …]
|
| /openbmc/ |
| D | opengrok1.0.log | 1 2025-10-25 03:01:17.956-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-10-25 03:01:18.030-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
| D | opengrok2.0.log | 1 2025-10-24 03:01:14.545-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-10-24 03:01:14.609-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |