/openbmc/qemu/tests/migration-stress/guestperf/ |
H A D | comparison.py | 42 # Looking at use of post-copy in relation to bandwidth 44 Comparison("post-copy-bandwidth", scenarios = [ 46 post_copy=True, bandwidth=12), 48 post_copy=True, bandwidth=37), 50 post_copy=True, bandwidth=125), 52 post_copy=True, bandwidth=1250), 54 post_copy=True, bandwidth=12500), 84 # Looking at use of auto-converge in relation to bandwidth 86 Comparison("auto-converge-bandwidth", scenarios = [ 88 auto_converge=True, bandwidth=12), [all …]
|
H A D | scenario.py | 25 bandwidth=125000, # 1000 gig-e, effectively unlimited argument 41 self._bandwidth = bandwidth # MiB per second 74 "bandwidth": self._bandwidth, 100 data["bandwidth"],
|
H A D | shell.py | 112 parser.add_argument("--bandwidth", dest="bandwidth", default=125000, type=int) 151 bandwidth=args.bandwidth,
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | NetworkPort.v1_4_3.json | 84 …"description": "A maximum bandwidth allocation percentage for a network device functions associate… 85 …"longDescription": "This type shall describe a maximum bandwidth percentage allocation for a netwo… 102 …"description": "The maximum bandwidth allocation percentage allocated to the corresponding network… 103 …"longDescription": "This property shall contain the maximum bandwidth percentage allocation for th… 113 …ription": "The link to the network device function associated with this bandwidth setting of this … 114 …ction` that represents the network device function associated with this bandwidth setting of this … 122 …"description": "A minimum bandwidth allocation percentage for a network device functions associate… 123 …"longDescription": "This type shall describe a minimum bandwidth percentage allocation for a netwo… 140 …"description": "The minimum bandwidth allocation percentage allocated to the corresponding network… 141 …"longDescription": "This property shall contain the minimum bandwidth percentage allocation for th… [all …]
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 260 error_setg(errp, "Invalid option 'bandwidth' since " in parse_numa_hmat_lb() 317 /* Input bandwidth data */ in parse_numa_hmat_lb() 319 error_setg(errp, "Missing 'bandwidth' option"); in parse_numa_hmat_lb() 324 "the data type is bandwidth"); in parse_numa_hmat_lb() 327 if (!QEMU_IS_ALIGNED(node->bandwidth, MiB)) { in parse_numa_hmat_lb() 328 error_setg(errp, "Bandwidth %" PRIu64 " between initiator=%d and " in parse_numa_hmat_lb() 329 "target=%d should be 1MB aligned", node->bandwidth, in parse_numa_hmat_lb() 340 error_setg(errp, "Duplicate configuration of the bandwidth for " in parse_numa_hmat_lb() 349 if (node->bandwidth) { in parse_numa_hmat_lb() 350 /* Keep bitmap unchanged when bandwidth out of range */ in parse_numa_hmat_lb() [all …]
|
/openbmc/qemu/include/system/ |
H A D | numa.h | 65 /* Present the type of data, access/read/write latency or bandwidth. */ 68 /* The range bitmap of bandwidth for calculating common base */ 92 /* NUMA nodes HMAT Locality Latency and Bandwidth Information */
|
/openbmc/qemu/tests/qtest/ |
H A D | bios-tables-test.c | 1897 "data-type=access-bandwidth,bandwidth=65534M" in test_acpi_tcg_acpi_hmat() 1901 "data-type=access-bandwidth,bandwidth=32767M" in test_acpi_tcg_acpi_hmat() 1952 "data-type=access-bandwidth,bandwidth=10485760" in test_acpi_aarch64_virt_tcg_acpi_hmat() 1956 "data-type=access-bandwidth,bandwidth=5242880" in test_acpi_aarch64_virt_tcg_acpi_hmat() 1960 "data-type=access-bandwidth,bandwidth=1048576" in test_acpi_aarch64_virt_tcg_acpi_hmat() 1964 "data-type=access-bandwidth,bandwidth=5242880" in test_acpi_aarch64_virt_tcg_acpi_hmat() 1968 "data-type=access-bandwidth,bandwidth=10485760" in test_acpi_aarch64_virt_tcg_acpi_hmat() 1972 "data-type=access-bandwidth,bandwidth=1048576", in test_acpi_aarch64_virt_tcg_acpi_hmat() 2001 "data-type=access-bandwidth,bandwidth=10485760" in test_acpi_q35_tcg_acpi_hmat_noinitiator() 2005 "data-type=access-bandwidth,bandwidth=5242880" in test_acpi_q35_tcg_acpi_hmat_noinitiator() [all …]
|
H A D | numa-test.c | 414 " 'bandwidth': 524288000 } }"))); in pc_hmat_build_cfg() 417 " 'hierarchy': \"memory\", 'data-type': \"read-bandwidth\"," in pc_hmat_build_cfg() 420 /* Fail: Bandwidth should be 1MB (1048576) aligned */ in pc_hmat_build_cfg() 423 " 'hierarchy': \"memory\", 'data-type': \"access-bandwidth\"," in pc_hmat_build_cfg() 424 " 'bandwidth': 1048575 } }"))); in pc_hmat_build_cfg() 426 /* Configuring HMAT bandwidth and latency details */ in pc_hmat_build_cfg() 437 " 'hierarchy': \"memory\", 'data-type': \"access-bandwidth\"," in pc_hmat_build_cfg() 438 " 'bandwidth': 68717379584 } }"))); /* 65534 MB/s */ in pc_hmat_build_cfg() 445 " 'hierarchy': \"memory\", 'data-type': \"access-bandwidth\"," in pc_hmat_build_cfg() 446 " 'bandwidth': 34358689792 } }"))); /* 32767 MB/s */ in pc_hmat_build_cfg() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf3/ |
H A D | iperf3_3.18.bb | 3 iperf is a tool for active measurements of the maximum achievable bandwidth \ 5 protocols, and buffers. For each test it reports the bandwidth, loss, and \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/ |
H A D | tinymembench_git.bb | 2 peak bandwidth of sequential memory accesses and the latency of random memory \ 3 accesses. Bandwidth is measured by running different assembly code for the \
|
/openbmc/qemu/include/hw/cxl/ |
H A D | cxl_cdat.h | 88 /* Device Scoped Latency and Bandwidth Information Structure - CDAT Table 5 */ 130 /* Switch Scoped Latency and Bandwidth Information Structure - CDAT Table 9 */ 140 /* Switch Scoped Latency and Bandwidth Entry - CDAT Table 10 */
|
/openbmc/qemu/hw/acpi/ |
H A D | hmat.c | 73 * ACPI 6.3: 5.2.27.4 System Locality Latency and Bandwidth Information 90 + 2 * num_initiator * num_target; /* Latency or Bandwidth Entries */ in build_hmat_lb() 117 /* Convert bandwidth base from Byte to Megabyte */ in build_hmat_lb() 134 /* Latency or Bandwidth Entries */ in build_hmat_lb() 234 * ACPI 6.3: 5.2.27.4 System Locality Latency and Bandwidth Information in hmat_build_table_structs()
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | NetworkPort_v1.xml | 51 …n Term="OData.Description" String="Any writable properties, such as the bandwidth allocation and f… 115 …<Annotation Term="OData.Description" String="An array of minimum bandwidth allocation percentages … 116 …ongDescription" String="This property shall contain an array of minimum bandwidth percentage alloc… 119 …<Annotation Term="OData.Description" String="An array of maximum bandwidth allocation percentages … 120 …ongDescription" String="This property shall contain an array of maximum bandwidth allocation perce… 185 …<Annotation Term="OData.Description" String="A minimum bandwidth allocation percentage for a netwo… 186 …Term="OData.LongDescription" String="This type shall describe a minimum bandwidth percentage alloc… 189 …n" String="The link to the network device function associated with this bandwidth setting of this … 190 …ction` that represents the network device function associated with this bandwidth setting of this … 195 …<Annotation Term="OData.Description" String="The minimum bandwidth allocation percentage allocated… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/ |
H A D | 0001-adjust-for-64bit-time_t.patch | 93 bandwidth = ((8*fsize) / (durration*1024.0)); 102 htsbuf_qprintf(hq, "#EXT-X-STREAM-INF:PROGRAM-ID=%s,BANDWIDTH=%d\n", uuid, bandwidth); 114 htsbuf_qprintf(hq, "#EXT-X-STREAM-INF:PROGRAM-ID=%s,BANDWIDTH=%d\n", uuid, bandwidth);
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | fsl_dma.h | 29 #define FSL_DMA_MR_BWC_MASK 0x00e00000 /* Bandwidth/pause ctl */ 68 #define FSL_DMA_MR_BWC_MASK 0x0f000000 /* Bandwidth/pause ctl */ 69 #define FSL_DMA_MR_BWC_DIS 0x0f000000 /* Bandwidth/pause ctl disable */
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Dimm.interface.yaml | 216 High Bandwidth Memory 219 High Bandwidth Memory Generation 2. 222 High Bandwidth Memory Generation 3.
|
/openbmc/qemu/qapi/ |
H A D | migration.json | 838 # @max-bandwidth: maximum speed for migration, in bytes per second. 841 # @avail-switchover-bandwidth: to set the available bandwidth that 843 # not limit the bandwidth during switchover, but only for 845 # this value is zero, which means QEMU will estimate the bandwidth 847 # accurate, while the user is able to guarantee such bandwidth is 866 # @max-postcopy-bandwidth: Background transfer bandwidth during 940 'tls-creds', 'tls-hostname', 'tls-authz', 'max-bandwidth', 941 'avail-switchover-bandwidth', 'downtime-limit', 944 'xbzrle-cache-size', 'max-postcopy-bandwidth', 1019 # @max-bandwidth: maximum speed for migration, in bytes per second. [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-speedtest-cli_2.1.3.bb | 1 SUMMARY = "Command line interface for testing internet bandwidth using speedtest.net"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/bmon/ |
H A D | bmon_4.0.bb | 1 DESCRIPTION = "Portable Bandwidth Monitor and rate estimator"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/qperf/ |
H A D | qperf_0.4.11.bb | 2 DESCRIPTION = "qperf measures bandwidth and latency between two nodes."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/mbw/ |
H A D | mbw_2.0.bb | 1 SUMMARY = "MBW determines the copy memory bandwidth available to userspace programs"
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | netdata.conf | 313 # bandwidth for all disks = auto 359 # bandwidth = auto 361 # multicast bandwidth = auto 362 # broadcast bandwidth = auto 385 # IPVS bandwidth = yes 471 # bandwidth = auto 472 # multicast bandwidth = auto 473 # broadcast bandwidth = auto 618 # bandwidth counters = yes
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | co-All | 2 # DVB-T2, 470-860MHz, 6MHz bandwidth
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/iperf2/ |
H A D | iperf2_2.2.1.bb | 1 DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various par…
|
/openbmc/u-boot/drivers/misc/ |
H A D | mpc83xx_serdes.h | 34 * @SRDSCR1_PLLBW: Bitmask for the PLLBW (PLL bandwidth) field of SRDSCR1 117 * SDFMA = Bandwidth of digital filter for lane A 118 * SDFME = Bandwidth of digital filter for lane E
|