Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_fdir.c339 uint8_t pctype; in i40e_init_flx_pld() local
362 pctype <= I40E_FILTER_PCTYPE_L2_PAYLOAD; pctype++) { in i40e_init_flx_pld()
739 if (pctype == cus_pctype->pctype) in i40e_flow_fdir_find_customized_pctype()
816 uint8_t pctype = fdir_input->pctype; in i40e_flow_fdir_fill_eth_ip_head() local
854 fdir_input->pctype); in i40e_flow_fdir_fill_eth_ip_head()
885 next_proto[pctype], len, in i40e_flow_fdir_fill_eth_ip_head()
949 uint8_t pctype = fdir_input->pctype; in i40e_flow_fdir_construct_pkt() local
1679 pctype = filter->input.flow.raw_flow.pctype; in i40e_flow_add_del_fdir_filter()
1681 pctype = filter->input.pctype; in i40e_flow_add_del_fdir_filter()
1784 pctype); in i40e_flow_add_del_fdir_filter()
[all …]
H A Di40e_ethdev.h558 uint16_t pctype; member
643 enum i40e_filter_pctype pctype; member
1060 uint8_t pctype; /* New pctype value */ member
1369 enum i40e_filter_pctype pctype);
1572 #define I40E_VALID_PCTYPE_X722(pctype) \ argument
1573 ((pctype) == I40E_FILTER_PCTYPE_FRAG_IPV4 || \
1581 (pctype) == I40E_FILTER_PCTYPE_FRAG_IPV6 || \
1589 (pctype) == I40E_FILTER_PCTYPE_L2_PAYLOAD)
1591 #define I40E_VALID_PCTYPE(pctype) \ argument
1597 (pctype) == I40E_FILTER_PCTYPE_FRAG_IPV6 || \
[all …]
H A Drte_pmd_i40e.c1999 struct i40e_profile_section_header *pctype; in rte_pmd_i40e_get_ddp_info() local
2015 struct i40e_profile_section_header *pctype; in rte_pmd_i40e_get_ddp_info() local
2035 nb_rec = pctype->section.size / in rte_pmd_i40e_get_ddp_info()
2470 (mapping_items[i].pctype & in rte_pmd_i40e_flow_type_mapping_update()
2484 mapping_items[i].pctype; in rte_pmd_i40e_flow_type_mapping_update()
2485 if (mapping_items[i].pctype) in rte_pmd_i40e_flow_type_mapping_update()
3050 filter_conf.input.flow.raw_flow.pctype = conf->input.pctype; in rte_pmd_i40e_flow_add_del_packet_template()
3083 if (pctype > 63) in rte_pmd_i40e_inset_get()
3156 if (pctype > 63) in rte_pmd_i40e_inset_set()
3181 I40E_GLQF_HASH_MSK(i, pctype), in rte_pmd_i40e_inset_set()
[all …]
H A Drte_pmd_i40e.h278 uint16_t pctype; member
870 uint64_t pctype; /**< hardware defined pctype */ member
950 uint64_t pctype, uint64_t inset);
969 int rte_pmd_i40e_inset_get(uint16_t port, uint8_t pctype,
990 int rte_pmd_i40e_inset_set(uint16_t port, uint8_t pctype,
H A Di40e_flow.c2385 return cus_pctype->pctype; in i40e_flow_fdir_get_pctype_value()
2447 uint8_t pctype = 0; in i40e_flow_parse_fdir_pattern() local
2779 pctype = in i40e_flow_parse_fdir_pattern()
2782 pctype = in i40e_flow_parse_fdir_pattern()
2838 pctype = in i40e_flow_parse_fdir_pattern()
2841 pctype = in i40e_flow_parse_fdir_pattern()
2957 pctype = in i40e_flow_parse_fdir_pattern()
2960 pctype = in i40e_flow_parse_fdir_pattern()
3159 filter->input.pctype = pctype; in i40e_flow_parse_fdir_pattern()
5474 enum i40e_filter_pctype pctype; in i40e_flow_flush_fdir_filter() local
[all …]
H A Di40e_ethdev.c9272 return default_inset_table[pctype]; in i40e_get_default_input_set()
9542 enum i40e_filter_pctype pctype; in i40e_filter_input_set_init() local
9549 pctype <= I40E_FILTER_PCTYPE_L2_PAYLOAD; pctype++) { in i40e_filter_input_set_init()
9616 enum i40e_filter_pctype pctype; in i40e_hash_filter_inset_select() local
9968 enum i40e_filter_pctype pctype) in i40e_pctype_to_flowtype() argument
11941 if (!pctype) { in i40e_update_customized_pctype()
11947 (uint8_t *)pctype, buff_size, in i40e_update_customized_pctype()
11951 rte_free(pctype); in i40e_update_customized_pctype()
11957 pctype_value = pctype[i].ptype_id; in i40e_update_customized_pctype()
11960 proto_id = pctype[i].protocols[j]; in i40e_update_customized_pctype()
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Di40e.rst531 testpmd> port config 0 pctype 43 hash_inset clear all
532 testpmd> port config 0 pctype 43 hash_inset set field 13
533 testpmd> port config 0 pctype 43 hash_inset set field 14
534 testpmd> port config 0 pctype 43 hash_inset set field 15
752 Input set requirement of each pctype for FDIR
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c10207 conf.input.pctype = i; in cmd_flow_director_filter_parsed()
13954 if (!pctype) in cmd_ddp_info_parsed()
13961 free(pctype); in cmd_ddp_info_parsed()
13982 free(pctype); in cmd_ddp_info_parsed()
14137 cmdline_fixed_string_t pctype; member
14219 pctype, "pctype");
14261 cmdline_fixed_string_t pctype; member
14320 pctype, "pctype");
14577 pctype, "pctype");
14659 pctype, "pctype");
[all …]
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst453 show port pctype mapping
456 List all items from the pctype mapping table::
458 testpmd> show port (port_id) pctype mapping
2337 port config pctype mapping
2340 Reset pctype mapping table::
2342 testpmd> port config (port_id) pctype mapping reset
2350 * ``pctype_id_x``: hardware pctype id as index of bit in bitmask value of the pctype mapping table.
2357 Config RSS/FDIR/FDIR flexible payload input set for some pctype::
2359 testpmd> port config (port_id) pctype (pctype_id) \
2363 Clear RSS/FDIR/FDIR flexible payload input set for some pctype::
[all …]