Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 18 of 18) sorted by relevance

/dpdk/usertools/
H A Ddpdk-telemetry-client.py61 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 Ddpdk-telemetry.py137 sock.send("/".encode())
145 sock.send(text.encode())
H A Ddpdk-pmdinfo.py474 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 Dpmd_aesni_mb.c464 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 Dpmd_aesni_mb_priv.h869 uint32_t encode[60] __rte_aligned(16); member
/dpdk/buildtools/
H A Dbinutils-avx512-check.py15 src = '__asm__("vpgatherqq {}");'.format(gather_params).encode('utf-8')
H A Dpmdinfogen.py63 name = name.encode("utf-8")
70 prefix = prefix.encode("utf-8") if self._legacy_elftools else prefix
/dpdk/doc/guides/bbdevs/
H A Dla12xx.rst20 - 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 Dturbo_sw.rst25 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 Dacc100.rst28 * 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 Dnull.rst20 * In-place operations for Turbo encode and decode are not supported
H A Dfpga_5gnr_fec.rst27 * 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 Dfpga_lte_fec.rst28 * 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 Dbbdev.rst328 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 Dmember_lib.rst82 on the summaries since they can efficiently encode members of a given set.
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst126 (encode or decode) to execute
/dpdk/drivers/net/ice/base/
H A Dice_sched.c3876 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 Drelease_19_08.rst133 * Added support for 5GNR encode/decode operations.