Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c64 kg_cfg.extracts[0].extract.from_data.size = size; in rte_pmd_dpaa2_set_custom_hash()
229 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
235 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg()
243 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
249 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg()
259 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
265 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg()
275 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
281 kg_cfg->extracts[i].extract.from_hdr.type = in dpaa2_distset_to_dpkg_profile_cfg()
292 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
[all …]
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c254 .extract.from_hdr.field, in dpaa2_flow_qos_table_extracts_log()
280 .extract.from_hdr.field, in dpaa2_flow_fs_table_extracts_log()
799 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail()
809 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail()
815 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail()
825 &priv->extract.qos_key_extract, in dpaa2_flow_rule_move_ipaddr_tail()
1008 &priv->extract.qos_key_extract, in dpaa2_configure_flow_eth()
1075 &priv->extract.qos_key_extract, in dpaa2_configure_flow_eth()
1141 &priv->extract.qos_key_extract, in dpaa2_configure_flow_eth()
1358 &priv->extract.qos_key_extract, in dpaa2_configure_flow_ip_discrimation()
[all …]
H A Ddpaa2_mux.c107 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_IP; in rte_pmd_dpaa2_mux_flow_create()
108 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_IP_PROTO; in rte_pmd_dpaa2_mux_flow_create()
110 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in rte_pmd_dpaa2_mux_flow_create()
126 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_UDP; in rte_pmd_dpaa2_mux_flow_create()
127 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_UDP_PORT_DST; in rte_pmd_dpaa2_mux_flow_create()
129 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in rte_pmd_dpaa2_mux_flow_create()
146 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_ETH; in rte_pmd_dpaa2_mux_flow_create()
147 kg_cfg.extracts[0].extract.from_hdr.field = NH_FLD_ETH_TYPE; in rte_pmd_dpaa2_mux_flow_create()
149 kg_cfg.extracts[0].extract.from_hdr.type = DPKG_FULL_FIELD; in rte_pmd_dpaa2_mux_flow_create()
166 kg_cfg.extracts[0].extract.from_data.offset = spec->offset; in rte_pmd_dpaa2_mux_flow_create()
[all …]
H A Ddpaa2_ethdev.c1379 if (priv->extract.qos_extract_param) in dpaa2_dev_close()
1380 rte_free((void *)(size_t)priv->extract.qos_extract_param); in dpaa2_dev_close()
2772 memset(&priv->extract.qos_key_extract, 0, in dpaa2_dev_init()
2775 if (!priv->extract.qos_extract_param) { in dpaa2_dev_init()
2780 priv->extract.qos_key_extract.key_info.ipv4_src_offset = in dpaa2_dev_init()
2782 priv->extract.qos_key_extract.key_info.ipv4_dst_offset = in dpaa2_dev_init()
2784 priv->extract.qos_key_extract.key_info.ipv6_src_offset = in dpaa2_dev_init()
2786 priv->extract.qos_key_extract.key_info.ipv6_dst_offset = in dpaa2_dev_init()
2790 memset(&priv->extract.tc_key_extract[i], 0, in dpaa2_dev_init()
2792 priv->extract.tc_extract_param[i] = in dpaa2_dev_init()
[all …]
H A Ddpaa2_ethdev.h193 struct extract_s extract; member
/dpdk/drivers/net/dpaa2/mc/
H A Ddpkg.c38 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpkg_prepare_key_cfg()
40 cfg->extracts[i].extract.from_hdr.type); in dpkg_prepare_key_cfg()
41 extr->size = cfg->extracts[i].extract.from_hdr.size; in dpkg_prepare_key_cfg()
42 extr->offset = cfg->extracts[i].extract.from_hdr.offset; in dpkg_prepare_key_cfg()
44 cfg->extracts[i].extract.from_hdr.field); in dpkg_prepare_key_cfg()
46 cfg->extracts[i].extract.from_hdr.hdr_index; in dpkg_prepare_key_cfg()
49 extr->size = cfg->extracts[i].extract.from_data.size; in dpkg_prepare_key_cfg()
51 cfg->extracts[i].extract.from_data.offset; in dpkg_prepare_key_cfg()
54 extr->size = cfg->extracts[i].extract.from_parse.size; in dpkg_prepare_key_cfg()
56 cfg->extracts[i].extract.from_parse.offset; in dpkg_prepare_key_cfg()
H A Dfsl_dpkg.h125 } extract; member
/dpdk/examples/pipeline/examples/
H A Dvarbit.spec8 ; field; this read is done with the "lookahead" instruction, which does not advance the extract
69 extract h.ethernet
77 extract h.ipv4 m.options_size
80 extract h.udp
H A Dregisters.spec58 extract h.ethernet
59 extract h.ipv4
H A Dmeter.spec57 extract h.ethernet
58 extract h.ipv4
H A Dlearner.spec121 extract h.ethernet
122 extract h.ipv4
H A Dl2fwd_macswp.spec54 extract h.ethernet
H A Dselector.spec88 extract h.ethernet
89 extract h.ipv4
H A Dfib.spec161 extract h.ethernet
162 extract h.ipv4
H A Dvxlan.spec191 extract h.ethernet
192 extract h.ipv4
/dpdk/doc/guides/cryptodevs/
H A Dchacha20_poly1305.rst43 Once it is downloaded, extract it and follow these steps:
H A Dzuc.rst55 Once it is downloaded, extract it and follow these steps:
H A Dsnow3g.rst55 Once it is downloaded, extract it and follow these steps:
H A Daesni_gcm.rst57 Once it is downloaded, extract it and follow these steps:
H A Daesni_mb.rst103 Once it is downloaded, extract it and follow these steps:
H A Dkasumi.rst56 Once it is downloaded, extract it and follow these steps:
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst217 Once the domain created, the following snippet is an extract of he most
/dpdk/doc/guides/nics/
H A Dmemif.rst70 listening on this socket will extract the connection request and create a new
/dpdk/config/
H A Dmeson.build34 # extract all version information into the build configuration
/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst101 …| 9 | Sym_crypto | Output port used to extract DPDK Cryptodev operations from a fixed offset…
775 …atch_many* and *match_pos* can be obtained by indexing their respective bit array to extract 1 bit,
1189 …which is likely executed immediately after the packet reception. As result of the extract operatio…
1204 …transmit the current packet, extract and emit headers from/into the packet, read/write the packet …

12