Searched refs:pctype (Results 1 – 10 of 10) sorted by relevance
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_fdir.c | 337 uint8_t pctype; in i40e_init_flx_pld() local 361 pctype <= I40E_FILTER_PCTYPE_L2_PAYLOAD; pctype++) { in i40e_init_flx_pld() 471 enum i40e_filter_pctype pctype; in i40e_check_fdir_flex_conf() local 738 if (pctype == cus_pctype->pctype) in i40e_flow_fdir_find_customized_pctype() 815 uint8_t pctype = fdir_input->pctype; in i40e_flow_fdir_fill_eth_ip_head() local 853 fdir_input->pctype); in i40e_flow_fdir_fill_eth_ip_head() 884 next_proto[pctype], len, in i40e_flow_fdir_fill_eth_ip_head() 948 uint8_t pctype = fdir_input->pctype; in i40e_flow_fdir_construct_pkt() local 1756 pctype = filter->input.flow.raw_flow.pctype; in i40e_flow_add_del_fdir_filter() 1758 pctype = filter->input.pctype; in i40e_flow_add_del_fdir_filter() [all …]
|
| H A D | i40e_ethdev.h | 569 uint16_t pctype; member 656 enum i40e_filter_pctype pctype; member 1054 uint8_t pctype; /* New pctype value */ member 1333 enum i40e_filter_pctype pctype); 1344 uint32_t pctype, bool add); 1522 #define I40E_VALID_PCTYPE_X722(pctype) \ argument 1531 (pctype) == I40E_FILTER_PCTYPE_FRAG_IPV6 || \ 1539 (pctype) == I40E_FILTER_PCTYPE_L2_PAYLOAD) 1541 #define I40E_VALID_PCTYPE(pctype) \ argument 1547 (pctype) == I40E_FILTER_PCTYPE_FRAG_IPV6 || \ [all …]
|
| H A D | i40e_hash.c | 202 uint8_t pctype; member 206 pattern, rss_mask, false, pctype } 492 match->pctype == I40E_CUSTOMIZED_GTPC) in i40e_hash_get_pctypes() 654 uint32_t pctype, in i40e_hash_config_pctype_symmetric() argument 662 pctype = i40e_read_rx_ctl(hw, I40E_GLQF_FD_PCTYPES(pctype)); in i40e_hash_config_pctype_symmetric() 688 uint32_t pctype, bool enable) in i40e_hash_enable_pctype() argument 692 if (pctype < 32) { in i40e_hash_enable_pctype() 693 mask = BIT(pctype); in i40e_hash_enable_pctype() 696 mask = BIT(pctype - 32); in i40e_hash_enable_pctype() 721 uint32_t pctype) in i40e_hash_config_pctype() argument [all …]
|
| H A D | rte_pmd_i40e.c | 1999 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() 3053 filter_conf.input.flow.raw_flow.pctype = conf->input.pctype; in rte_pmd_i40e_flow_add_del_packet_template() 3086 if (pctype > 63) in rte_pmd_i40e_inset_get() 3159 if (pctype > 63) in rte_pmd_i40e_inset_set() 3184 I40E_GLQF_HASH_MSK(i, pctype), in rte_pmd_i40e_inset_set() [all …]
|
| H A D | rte_pmd_i40e.h | 278 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 D | i40e_flow.c | 2309 return cus_pctype->pctype; in i40e_flow_fdir_get_pctype_value() 2371 uint8_t pctype = 0; in i40e_flow_parse_fdir_pattern() local 2623 pctype = in i40e_flow_parse_fdir_pattern() 2772 pctype = in i40e_flow_parse_fdir_pattern() 2775 pctype = in i40e_flow_parse_fdir_pattern() 2831 pctype = in i40e_flow_parse_fdir_pattern() 2834 pctype = in i40e_flow_parse_fdir_pattern() 2950 pctype = in i40e_flow_parse_fdir_pattern() 2953 pctype = in i40e_flow_parse_fdir_pattern() 3155 filter->input.pctype = pctype; in i40e_flow_parse_fdir_pattern() [all …]
|
| H A D | i40e_ethdev.c | 1082 enum i40e_filter_pctype pctype; in i40e_init_fdir_filter_list() local 1132 pctype <= I40E_FILTER_PCTYPE_L2_PAYLOAD; pctype++) in i40e_init_fdir_filter_list() 1133 pf->fdir.flow_count[pctype] = 0; in i40e_init_fdir_filter_list() 8798 int j, pctype; in i40e_pf_global_rss_reset() local 8803 pctype = i; in i40e_pf_global_rss_reset() 8826 reg = I40E_GLQF_HSYM(pctype); in i40e_pf_global_rss_reset() 9587 pctype <= I40E_FILTER_PCTYPE_L2_PAYLOAD; pctype++) { in i40e_filter_input_set_init() 9666 pctype = i40e_read_rx_ctl(hw, I40E_GLQF_FD_PCTYPES(pctype)); in i40e_set_hash_inset() 11588 if (!pctype) { in i40e_update_customized_pctype() 11598 rte_free(pctype); in i40e_update_customized_pctype() [all …]
|
| /dpdk/doc/guides/nics/ |
| H A D | i40e.rst | 539 testpmd> port config 0 pctype 43 hash_inset clear all 540 testpmd> port config 0 pctype 43 hash_inset set field 13 541 testpmd> port config 0 pctype 43 hash_inset set field 14 542 testpmd> port config 0 pctype 43 hash_inset set field 15 765 Input set requirement of each pctype for FDIR
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 10652 conf.input.pctype = i; in cmd_flow_director_filter_parsed() 14761 if (!pctype) in cmd_ddp_info_parsed() 14768 free(pctype); in cmd_ddp_info_parsed() 14789 free(pctype); in cmd_ddp_info_parsed() 14943 cmdline_fixed_string_t pctype; member 15025 pctype, "pctype"); 15067 cmdline_fixed_string_t pctype; member 15126 pctype, "pctype"); 15383 pctype, "pctype"); 15465 pctype, "pctype"); [all …]
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 459 show port pctype mapping 462 List all items from the pctype mapping table:: 464 testpmd> show port (port_id) pctype mapping 2375 port config pctype mapping 2378 Reset pctype mapping table:: 2380 testpmd> port config (port_id) pctype mapping reset 2388 * ``pctype_id_x``: hardware pctype id as index of bit in bitmask value of the pctype mapping table. 2395 Config RSS/FDIR/FDIR flexible payload input set for some pctype:: 2397 testpmd> port config (port_id) pctype (pctype_id) \ 2401 Clear RSS/FDIR/FDIR flexible payload input set for some pctype:: [all …]
|