| /dpdk/drivers/net/dpaa2/base/ |
| H A D | dpaa2_hw_dpni.c | 64 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 D | dpaa2_flow.c | 254 .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 D | dpaa2_mux.c | 107 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 D | dpaa2_ethdev.c | 1379 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 D | dpaa2_ethdev.h | 193 struct extract_s extract; member
|
| /dpdk/drivers/net/dpaa2/mc/ |
| H A D | dpkg.c | 38 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 D | fsl_dpkg.h | 125 } extract; member
|
| /dpdk/examples/pipeline/examples/ |
| H A D | varbit.spec | 8 ; 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 D | registers.spec | 58 extract h.ethernet 59 extract h.ipv4
|
| H A D | meter.spec | 57 extract h.ethernet 58 extract h.ipv4
|
| H A D | learner.spec | 121 extract h.ethernet 122 extract h.ipv4
|
| H A D | l2fwd_macswp.spec | 54 extract h.ethernet
|
| H A D | selector.spec | 88 extract h.ethernet 89 extract h.ipv4
|
| H A D | fib.spec | 161 extract h.ethernet 162 extract h.ipv4
|
| H A D | vxlan.spec | 191 extract h.ethernet 192 extract h.ipv4
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | chacha20_poly1305.rst | 43 Once it is downloaded, extract it and follow these steps:
|
| H A D | zuc.rst | 55 Once it is downloaded, extract it and follow these steps:
|
| H A D | snow3g.rst | 55 Once it is downloaded, extract it and follow these steps:
|
| H A D | aesni_gcm.rst | 57 Once it is downloaded, extract it and follow these steps:
|
| H A D | aesni_mb.rst | 103 Once it is downloaded, extract it and follow these steps:
|
| H A D | kasumi.rst | 56 Once it is downloaded, extract it and follow these steps:
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 217 Once the domain created, the following snippet is an extract of he most
|
| /dpdk/doc/guides/nics/ |
| H A D | memif.rst | 70 listening on this socket will extract the connection request and create a new
|
| /dpdk/config/ |
| H A D | meson.build | 34 # extract all version information into the build configuration
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 101 …| 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 …
|