Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 19 of 19) sorted by relevance

/dpdk/usertools/
H A Ddpdk-telemetry-client.py72 data = self.socket.client_fd.recv(BUFFER_SIZE).decode()
86 data = self.socket.client_fd.recv(BUFFER_SIZE).decode()
H A Ddpdk-devbind.py173 name, value = line.decode("utf8").split("\t", 1)
221 name, value = dev_line.decode("utf8").split("\t", 1)
237 route.decode().splitlines()))
H A Ddpdk-pmdinfo.py468 if hasattr(s, 'decode') and callable(s.decode):
469 s = s.decode('latin-1') # same encoding used in pyelftools py3compat
H A Ddpdk-telemetry.py28 reply = sock.recv(buf_len).decode()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_mb.c465 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
471 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
477 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
489 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
495 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_cipher_parameters()
581 (uint64_t *)sess->cipher.expanded_aes_keys.decode, in aesni_mb_set_session_cipher_parameters()
626 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_aead_parameters()
632 sess->cipher.expanded_aes_keys.decode); in aesni_mb_set_session_aead_parameters()
1009 job->dec_keys = session->cipher.expanded_aes_keys.decode; in set_cpu_mb_job_params()
1016 job->dec_keys = session->cipher.expanded_aes_keys.decode; in set_cpu_mb_job_params()
[all …]
H A Dpmd_aesni_mb_priv.h871 uint32_t decode[60] __rte_aligned(16); member
/dpdk/buildtools/
H A Dbinutils-avx512-check.py18 stdout=subprocess.PIPE, check=True).stdout.decode('utf-8')
H A Dgen-pmdinfo-cfile.py14 check=True).stdout.decode().splitlines():
H A Dcall-sphinx-build.py20 stderr=STDOUT).stdout.decode().split()[-1]
H A Dcoff.py154 return data[:end].decode()
/dpdk/doc/guides/bbdevs/
H A Dla12xx.rst19 - Maximum of 8 LDPC decode (UL) 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.rst32 For the LTE decode operation:
47 For the 5G NR LDPC decode operation:
59 * In-place operations for encode and decode are not supported
H A Dacc100.rst33 * For the LDPC decode operation:
54 * For the turbo decode 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.rst31 * For the LDPC decode 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.rst34 * For the turbo decode 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.rst329 and by ``rte_bbdev_dec_op`` for decode. These structures act as metadata
410 encode or decode operations.
630 The Turbo decode structure includes the ``input``, ``hard_output`` and
646 "num_maps","number of MAP engines to use in decode"
875 The operation flags that can be set for each LDPC decode operation are
883 |Description of LDPC decode capability flags |
921 | Set for iteration stopping on successful decode condition enable |
923 | Where a successful decode is a successful syndrome check |
949 The structure passed for each LDPC decode operation is given below,
980 The LDPC decode parameters are set out in the table below.
[all …]
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst126 (encode or decode) to execute
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst133 * Added support for 5GNR encode/decode operations.