| /dpdk/lib/power/ |
| H A D | rte_power_guest_channel.h | 84 uint32_t unit; /**< scale down/up/min/max */ member 102 uint32_t unit; /**< scale down/up/min/max */ member 112 uint32_t unit; /**< scale down/up/min/max */ member
|
| H A D | power_kvm_vm.c | 80 pkt[lcore_id].unit = scale_direction; in send_msg()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | channel_monitor.c | 283 char unit[32]; in parse_json_to_pkt() local 285 if (!strcmp(unit, "SCALE_UP")) { in parse_json_to_pkt() 286 pkt->unit = RTE_POWER_SCALE_UP; in parse_json_to_pkt() 288 pkt->unit = RTE_POWER_SCALE_DOWN; in parse_json_to_pkt() 289 } else if (!strcmp(unit, "SCALE_MAX")) { in parse_json_to_pkt() 290 pkt->unit = RTE_POWER_SCALE_MAX; in parse_json_to_pkt() 291 } else if (!strcmp(unit, "SCALE_MIN")) { in parse_json_to_pkt() 292 pkt->unit = RTE_POWER_SCALE_MIN; in parse_json_to_pkt() 294 pkt->unit = RTE_POWER_ENABLE_TURBO; in parse_json_to_pkt() 296 pkt->unit = RTE_POWER_DISABLE_TURBO; in parse_json_to_pkt() [all …]
|
| /dpdk/doc/guides/contributing/ |
| H A D | unit_test.rst | 92 The unit test app can accept test suite names via command line arguments:: 131 These are the bulk of the unit tests to validate functional blocks. 196 and vector of unit test cases. 200 Each unit test has a similar function for test case setup and tear down. 212 of the appropriate unit test suite structure. 242 TEST_CASES_END(), /**< NULL terminate unit test array */ 257 of the unit test suite structure, for example: 287 TEST_CASES_END(), /**< NULL terminate unit test array */
|
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_cpp.h | 253 #define NFP_CPP_INTERFACE(type, unit, channel) \ argument 255 (((unit) & 0xf) << 8) | \
|
| /dpdk/usertools/ |
| H A D | dpdk-hugepages.py | 24 unit = 2**(logk * 10) 25 return '{}{}b'.format(int(kb / unit), suffix)
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 223 <memory unit='KiB'>3145728</memory> 224 <currentMemory unit='KiB'>3145728</currentMemory> 227 <page size='1048576' unit='KiB' nodeset='0'/> 248 <cell id='0' cpus='0-2' memory='3145728' unit='KiB' memAccess='shared'/>
|
| H A D | openwrt.rst | 129 …ive file=<Your OpenWrt images folder>/openwrt-x86-64-combined-ext4.img,id=d0,if=none,bus=0,unit=0 \
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | asan.rst | 42 Add below unit test code in examples/helloworld/main.c:: 70 Add below unit test code in examples/helloworld/main.c::
|
| H A D | glossary.rst | 103 A logical execution unit of the processor, sometimes called a *hardware 128 The execution unit that executes the main() function and that launches
|
| H A D | meson_ut.rst | 72 Some unit test cases have a dependency on external libraries, driver modules
|
| H A D | packet_distrib_lib.rst | 81 …he process and returned_pkts APIS, and are principally provided to aid in unit testing of the libr…
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | hisilicon.rst | 7 Kunpeng SoC has an internal DMA unit which can be used by application
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | bcmfs.rst | 8 cryptographic operations to the Broadcom SoCs having FlexSparc4 unit.
|
| H A D | virtio.rst | 81 The unit test cases can be tested as below:
|
| H A D | mlx5.rst | 140 - The supported data-unit lengths are 512B and 4KB and 1MB. In case the `dataunit_len`
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | octeontx.rst | 79 * The unit test cases can be tested as below:
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | ifpga.rst | 14 Unit), and each AFU is a hardware acceleration unit which can be dynamically
|
| H A D | cnxk_bphy.rst | 7 CN10K/CN9K Fusion product families offer an internal BPHY unit which provides
|
| /dpdk/ |
| H A D | meson_options.txt | 48 'build unit tests')
|
| /dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 288 - ``<token_unit>``: Policer token unit (`bytes` or `packets`). 292 - ``<cir>``: Committed information rate in unit of kilo bits per second (data rate) or packets per … 294 - ``<cbs>``: Committed burst size in unit of kilo bytes or number of packets. 296 - ``<ebs>``: Excess burst size in unit of kilo bytes or number of packets.
|
| H A D | nfb.rst | 61 the timestamps, the hardware timestamping unit must be enabled (follow the documentation of the NFB
|
| /dpdk/app/test/ |
| H A D | meson.build | 336 # unit tests without requiring that the developer install the 429 # Enable using internal APIs in unit tests
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | eal_args.include.rst | 169 Valid unit can be either ``B`` or ``K`` or ``M`` for ``Bytes``, ``KBytes``
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | vm_power_management.rst | 680 "unit": "SCALE_MAX", 733 - `unit`_ 904 unit subsection 921 ``"unit": "SCALE_MAX"``
|