Searched refs:encode (Results 1 – 18 of 18) sorted by relevance
| /dpdk/usertools/ |
| H A D | dpdk-telemetry-client.py | 61 self.socket.send_fd.sendall(JSON.encode()) 67 self.socket.client_fd.send((API_UNREG + self.file_path + "\"}}").encode()) 71 self.socket.client_fd.send(METRICS_REQ.encode()) 85 self.socket.client_fd.send(GLOBAL_METRICS_REQ.encode())
|
| H A D | dpdk-telemetry.py | 137 sock.send("/".encode()) 145 sock.send(text.encode())
|
| H A D | dpdk-pmdinfo.py | 474 if hasattr(s, 'encode') and callable(s.encode): 475 s = s.encode('latin-1') # same encoding used in pyelftools py3compat
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_aesni_mb.c | 464 sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_cipher_parameters() 470 sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_cipher_parameters() 476 sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_cipher_parameters() 488 sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_cipher_parameters() 494 sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_cipher_parameters() 578 (uint64_t *)sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_cipher_parameters() 625 sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_aead_parameters() 631 sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_aead_parameters() 690 memcpy(sess->cipher.expanded_aes_keys.encode, in aesni_mb_set_session_aead_parameters() 1008 job->enc_keys = session->cipher.expanded_aes_keys.encode; in set_cpu_mb_job_params() [all …]
|
| H A D | pmd_aesni_mb_priv.h | 869 uint32_t encode[60] __rte_aligned(16); member
|
| /dpdk/buildtools/ |
| H A D | binutils-avx512-check.py | 15 src = '__asm__("vpgatherqq {}");'.format(gather_params).encode('utf-8')
|
| H A D | pmdinfogen.py | 63 name = name.encode("utf-8") 70 prefix = prefix.encode("utf-8") if self._legacy_elftools else prefix
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | la12xx.rst | 20 - Maximum of 8 LDPC encode (DL) queues 86 the functionality of LA12xx for FEC encode and decode, depending on the device 105 To execute the test application tool using simple decode or encode data,
|
| H A D | turbo_sw.rst | 25 For the LTE encode operation: 41 For the 5G NR LDPC encode operation: 59 * In-place operations for encode and decode are not supported
|
| H A D | acc100.rst | 28 * For the LDPC encode operation: 47 * For the turbo encode operation: 177 the functionality of ACC100 5G/4G FEC encode and decode, depending on the device's 196 To execute the test application tool using simple decode or encode data,
|
| H A D | null.rst | 20 * In-place operations for Turbo encode and decode are not supported
|
| H A D | fpga_5gnr_fec.rst | 27 * For the LDPC encode operation: 230 the functionality of FPGA 5GNR FEC encode and decode, depending on the device's 247 To execute the test application tool using simple decode or encode data,
|
| H A D | fpga_lte_fec.rst | 28 * For the turbo encode operation: 229 the functionality of FPGA LTE FEC turbo encode and turbo decode, depending on the device's 246 To execute the test application tool using simple turbo decode or turbo encode data,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 328 An encode bbdev operation is represented by ``rte_bbdev_enc_op`` structure, 410 encode or decode operations. 528 The Turbo encode structure includes the ``input`` and ``output`` mbuf 571 Output format of the CB encode will have the encoded CB in ``e`` size output 716 The operation flags that can be set for each LDPC encode operation are 724 |Description of LDPC encode capability flags | 751 The structure passed for each LDPC encode operation is given below, 775 The LDPC encode parameters are set out in the table below. 829 The encode interface works on both a code block (CB) and a transport 870 is also valid for LDPC encode. [all …]
|
| H A D | member_lib.rst | 82 on the summaries since they can efficiently encode members of a given set.
|
| /dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 126 (encode or decode) to execute
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_sched.c | 3876 s32 encode = 0; in ice_sched_bw_to_rl_profile() local 3907 encode = i; in ice_sched_bw_to_rl_profile() 3918 profile->rl_encode = CPU_TO_LE16(encode); in ice_sched_bw_to_rl_profile()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_19_08.rst | 133 * Added support for 5GNR encode/decode operations.
|