Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 48) sorted by relevance

12

/dpdk/lib/power/
H A Drte_power_guest_channel.h84 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 Dpower_kvm_vm.c80 pkt[lcore_id].unit = scale_direction; in send_msg()
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c283 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 Dunit_test.rst92 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 Dnfp_cpp.h253 #define NFP_CPP_INTERFACE(type, unit, channel) \ argument
255 (((unit) & 0xf) << 8) | \
/dpdk/usertools/
H A Ddpdk-hugepages.py24 unit = 2**(logk * 10)
25 return '{}{}b'.format(int(kb / unit), suffix)
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst223 <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 Dopenwrt.rst129 …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 Dasan.rst42 Add below unit test code in examples/helloworld/main.c::
70 Add below unit test code in examples/helloworld/main.c::
H A Dglossary.rst103 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 Dmeson_ut.rst72 Some unit test cases have a dependency on external libraries, driver modules
H A Dpacket_distrib_lib.rst81 …he process and returned_pkts APIS, and are principally provided to aid in unit testing of the libr…
/dpdk/doc/guides/dmadevs/
H A Dhisilicon.rst7 Kunpeng SoC has an internal DMA unit which can be used by application
/dpdk/doc/guides/cryptodevs/
H A Dbcmfs.rst8 cryptographic operations to the Broadcom SoCs having FlexSparc4 unit.
H A Dvirtio.rst81 The unit test cases can be tested as below:
H A Dmlx5.rst140 - The supported data-unit lengths are 512B and 4KB and 1MB. In case the `dataunit_len`
/dpdk/doc/guides/compressdevs/
H A Docteontx.rst79 * The unit test cases can be tested as below:
/dpdk/doc/guides/rawdevs/
H A Difpga.rst14 Unit), and each AFU is a hardware acceleration unit which can be dynamically
H A Dcnxk_bphy.rst7 CN10K/CN9K Fusion product families offer an internal BPHY unit which provides
/dpdk/
H A Dmeson_options.txt48 'build unit tests')
/dpdk/doc/guides/nics/
H A Dmvpp2.rst288 - ``<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 Dnfb.rst61 the timestamps, the hardware timestamping unit must be enabled (follow the documentation of the NFB
/dpdk/app/test/
H A Dmeson.build336 # unit tests without requiring that the developer install the
429 # Enable using internal APIs in unit tests
/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst169 Valid unit can be either ``B`` or ``K`` or ``M`` for ``Bytes``, ``KBytes``
/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst680 "unit": "SCALE_MAX",
733 - `unit`_
904 unit subsection
921 ``"unit": "SCALE_MAX"``

12