Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 44) sorted by relevance

12

/dpdk/drivers/raw/ifpga/base/
H A Dopae_eth_group.c26 u8 type, u8 index, u8 *select) in eth_group_get_select() argument
38 *select = index * 2 + 2; in eth_group_get_select()
40 *select = index * 2 + 3; in eth_group_get_select()
42 *select = 0; in eth_group_get_select()
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst67 * cdev_type: select preferred crypto device type: HW, SW or anything (ANY)
71 * chain: select the operation chaining to perform: Cipher->Hash (CIPHER_HASH),
79 * cipher_algo: select the ciphering algorithm (default is aes-cbc)
81 * cipher_op: select the ciphering operation to perform: ENCRYPT or DECRYPT
101 * auth_algo: select the authentication algorithm (default is sha1-hmac)
103 * auth_op: select the authentication operation to perform: GENERATE or VERIFY
121 * aead_algo: select the AEAD algorithm (default is aes-gcm)
123 * aead_op: select the AEAD operation to perform: ENCRYPT or DECRYPT
H A Ddist_app.rst113 …Performance <https://builders.intel.com/docs/networkbuilders/intel-speed-select-technology-base-fr…
H A Dl3_forward_power_man.rst65 It actually has its own heuristic algorithms in kernel space to select target C-state to enter by e…
207 to select C-state to enter based on actual sleep period time of giving logical core.
/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.h38 uint32_t select:1; /**< Used by operations on the linked list. */ member
H A Dmlx4_flow.c1451 flow->select = 1; in mlx4_flow_internal()
1500 flow->select = 1; in mlx4_flow_internal()
1508 if (!flow->select) in mlx4_flow_internal()
1512 flow->select = 0; in mlx4_flow_internal()
/dpdk/doc/guides/howto/
H A Dtelemetry.rst96 naturally wish to be able to select the instance to which the connection is
97 being made. The method to select the instance depends on how the individual
H A Davx512.rst31 The user can select to use AVX-512 at runtime, using the following argument to set the max bitwidth…
/dpdk/config/ppc/
H A Dmeson.build27 # If using a generic build, select the lowest common denominator
30 # If using a native build, select the highest cpu_instruction_set supported
/dpdk/buildtools/
H A Dmeson.build24 # select library and object file format
/dpdk/doc/guides/prog_guide/
H A Dmeson_ut.rst64 configuration in per test ``args`` and rather let users select what best fits
H A Dlink_bonding_poll_mode_drv_lib.rst417 is used in active backup mode to select the primary slave for data TX/RX if
418 it is available. The primary port also is used to select the MAC address to
427 * socket_id: Optional parameter used to select which socket on a NUMA device
434 * mac: Optional parameter to select a MAC address for link bonding device,
H A Dpdump_lib.rst77 to select the format desired.
H A Dtrace_lib.rst217 - Open a trace using ``File->Open Trace`` option and select metadata file which
/dpdk/doc/guides/windows_gsg/
H A Dbuild_dpdk.rst40 When installing build tools, select the "Visual C++ build tools" option
/dpdk/doc/guides/nics/
H A Dhns3.rst68 Used to select Rx burst function, supported value are ``vec``, ``sve``,
88 Used to select Tx burst function, supported value are ``vec``, ``sve``,
H A Dqede.rst92 For downloading Firmware Upgrade Utility, select NIC category, model and Linux distro.
99 For downloading PF driver, select adapter category, model and Linux distro.
H A Ddpaa.rst66 may be attached to the frame. This meta data can be used to select
322 written to memory and which buffer pool to select for packet storage in
H A Dcnxk.rst212 Setting this flag to 1 to select the legacy mode.
214 For example to select the legacy mode(RSS tag adder as XOR)::
H A Dintel_vf.rst500 … — qemu-system-x86_64 also has a -cpu command line option that is used to select the cpu_model
543 You must select the best x86_64 cpu_model to emulate or you can select host option if available.
H A Dbnxt.rst377 The application can select the RSS mode, i.e. select the header fields that are
382 Applications may want to select the tunnel header fields for hash calculation,
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst73 CN9K ``single_ws`` devargs parameter is introduced to select single workslot
/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.c154 ret = select(nfds, &readset, NULL, NULL, &tv); in dpaa_event_dequeue_wait()
/dpdk/examples/vm_power_manager/
H A Dchannel_manager.c268 if (select(info->fd+1, NULL, &soc_fd_set, NULL, &tv) > 0) { in open_non_blocking_channel()
/dpdk/config/
H A Dmeson.build446 "default_library" to either "static" or "shared" to select default linkage

12