Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 20 of 20) sorted by relevance

/dpdk/doc/guides/nics/
H A Dark.rst71 the PMD. The user extension is the means providing the control
142 object file contains extension (or hook) functions that are registered
148 following sections give a small extension example along with
149 instructions for compiling and using the extension.
155 The following example shows an extension which populates mbuf fields
165 /* Global structure passed to extension/hook functions */
182 fprintf(stderr, "Called Arkville user extension for port %u\n",
194 fprintf(stderr, "timestamp fields offset in extension is %d\n",
223 It is recommended to the compile the extension code with
252 DPDK or application specific code will called from the extension.
[all …]
H A Dmlx5.rst82 - Matching on GTP extension header with raw encap/decap action.
228 - Match on GTP extension header only for GTP PDU session container (next
229 extension header type = 0x85).
230 - Match on GTP extension header is not supported in group 0.
425 not be set as extension header.
426 In case the next header is an extension header, it should not be specified in
428 The last extension header item 'next header' field can specify the following
/dpdk/doc/guides/prog_guide/
H A Drib_lib.rst52 * The size of the extension block within each node. This space is used to store
116 and how it is stored within the extension memory region in each ``rte_rib_node``.
118 It is possible to implement a prefix independent convergence using the RIB extension feature.
135 saving the feasible next hop ID and a pointer inside the extension space of each ``rte_rib_node``.
H A Dlto.rst26 Please note that turning LTO on causes considerable extension of
H A Drte_flow.rst998 Dedicated flags indicate if header contains specific extension headers.
1008 - ``has_route_ext``: header contains Routing extension header.
1009 - ``has_frag_ext``: header contains Fragment extension header.
1010 - ``has_auth_ext``: header contains Authentication extension header.
1013 - ``has_mobil_ext``: header contains Mobility extension header.
1015 - ``has_shim6_ext``: header contains Shim6 Protocol extension header.
1192 extension header flag (1b), sequence number flag (1b), N-PDU number
1250 Matches the presence of any IPv6 extension header.
1263 Matches the presence of IPv6 fragment extension header.
1265 - ``hdr``: IPv6 fragment extension header definition (``rte_ip.h``).
[all …]
H A Dvhost_lib.rst198 As an extension of new_device(), this function adds virtio-crypto workload
H A Dmember_lib.rst17 extension and generalization of a traditional filter structure (for example
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c150 in_sg->extension = 1; in build_dpaa_raw_dp_auth_fd()
268 out_sg->extension = 1; in build_raw_cipher_auth_gcm_sg()
320 in_sg->extension = 1; in build_raw_cipher_auth_gcm_sg()
429 out_sg->extension = 1; in build_dpaa_raw_dp_chain_fd()
481 in_sg->extension = 1; in build_dpaa_raw_dp_chain_fd()
576 out_sg->extension = 1; in build_dpaa_raw_dp_cipher_fd()
616 in_sg->extension = 1; in build_dpaa_raw_dp_cipher_fd()
686 out_sg->extension = 1; in build_dpaa_raw_proto_sg()
736 in_sg->extension = 1; in build_dpaa_raw_proto_sg()
H A Ddpaa_sec.c933 in_sg->extension = 1; in build_auth_only_sg()
1053 in_sg->extension = 1; in build_auth_only()
1153 out_sg->extension = 1; in build_cipher_only_sg()
1179 in_sg->extension = 1; in build_cipher_only_sg()
1263 sg->extension = 1; in build_cipher_only()
1323 out_sg->extension = 1; in build_cipher_auth_gcm_sg()
1363 in_sg->extension = 1; in build_cipher_auth_gcm_sg()
1569 out_sg->extension = 1; in build_cipher_auth_sg()
1609 in_sg->extension = 1; in build_cipher_auth_sg()
1823 out_sg->extension = 1; in build_proto_sg()
[all …]
/dpdk/doc/guides/platform/
H A Dbluefield.rst33 This is based on the crypto extension support of armv8. See
38 BlueField has a variant having no armv8 crypto extension support.
/dpdk/doc/guides/sample_app_ug/
H A Dip_reassembly.rst102 For IPv6, the only supported case is when no other extension headers other than
103 fragment extension header are present in the packet.
/dpdk/doc/guides/tools/
H A Dcomp_perf.rst73 ``--extended-input-sz N``: extend file data up to this size (default: no extension)
/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h250 u32 extension:1; /* Extension bit */ member
256 u32 extension:1; /* Extension bit */
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst174 * Transport mode with IPv6 extension headers.
201 * build: armv8 crypto extension is disabled.
H A Drelease_2_2.rst251 * **e1000/base: Disabled IPv6 extension header parsing on 82575.**
588 ``virtio_net`` structure for future extension.
H A Drelease_17_11.rst218 The Membership Library is an extension and generalization of a traditional
H A Drelease_21_11.rst534 so that user can specify the size of the RIB extension inside the FIB.
H A Drelease_20_11.rst621 every defined extension header type.
/dpdk/config/
H A Dmeson.build28 # Libraries have the abi_version as the filename extension
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4072 - ``ipv6_ext``: match presence of any IPv6 extension header.
4107 - ``gtp_psc``: match GTP PDU extension header with type 0x85.