Home
last modified time | relevance | path

Searched refs:extracts (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c233 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
247 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
263 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
279 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
296 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
313 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
323 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
333 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
356 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
366 kg_cfg->extracts[i].type = in dpaa2_distset_to_dpkg_profile_cfg()
[all …]
/dpdk/drivers/net/dpaa2/mc/
H A Ddpkg.c34 extr = &dpni_ext->extracts[i]; in dpkg_prepare_key_cfg()
36 switch (cfg->extracts[i].type) { in dpkg_prepare_key_cfg()
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()
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()
51 cfg->extracts[i].extract.from_data.offset; in dpkg_prepare_key_cfg()
56 cfg->extracts[i].extract.from_parse.offset; in dpkg_prepare_key_cfg()
64 cfg->extracts[i].type); in dpkg_prepare_key_cfg()
[all …]
H A Dfsl_dpkg.h139 struct dpkg_extract extracts[DPKG_MAX_NUM_OF_EXTRACTS]; member
180 struct dpni_dist_extract extracts[DPKG_MAX_NUM_OF_EXTRACTS]; member
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_mux.c107 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_IP; in rte_pmd_dpaa2_mux_flow_create()
109 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; 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()
128 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; 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()
148 kg_cfg.extracts[0].type = DPKG_EXTRACT_FROM_HDR; 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()
167 kg_cfg.extracts[0].extract.from_data.size = spec->length; in rte_pmd_dpaa2_mux_flow_create()
[all …]
H A Ddpaa2_flow.c252 .extracts[idx].extract.from_hdr.prot, in dpaa2_flow_qos_table_extracts_log()
278 .dpkg.extracts[idx].extract.from_hdr.prot, in dpaa2_flow_fs_table_extracts_log()
471 dpkg->extracts[ip_src].type = in dpaa2_flow_extract_add()
473 dpkg->extracts[ip_src].extract.from_hdr.type = in dpaa2_flow_extract_add()
475 dpkg->extracts[ip_src].extract.from_hdr.prot = in dpaa2_flow_extract_add()
477 dpkg->extracts[ip_src].extract.from_hdr.field = in dpaa2_flow_extract_add()
485 dpkg->extracts[ip_dst].type = in dpaa2_flow_extract_add()
487 dpkg->extracts[ip_dst].extract.from_hdr.type = in dpaa2_flow_extract_add()
489 dpkg->extracts[ip_dst].extract.from_hdr.prot = in dpaa2_flow_extract_add()
491 dpkg->extracts[ip_dst].extract.from_hdr.field = in dpaa2_flow_extract_add()
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dpacket_ordering.rst23 inserts out-of-order packets into reorder buffer, extracts ordered packets
H A Dl3_forward_access_ctrl.rst24 the application extracts the necessary information from the TCP/IP header of the received packet and
36 always extracts source/destination port information from the packets.
/dpdk/doc/guides/prog_guide/
H A Defd_lib.rst54 extracts the flow key from the input packet and applies a computation to determine where
H A Dpacket_framework.rst452 …The first CPU core (typically the CPU core that performs packet RX) extracts the key from the inpu…