Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 5 of 5) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dasan.rst59 Address 0x7fb17f465809 is a wild pointer.
65 displayed as a wild pointer') are not currently supported with DPDK allocations.
88 Address 0x7fc83f465800 is a wild pointer.
H A Dpacket_classif_access_ctrl.rst65 the build processes can eliminate fields that are all wild.
H A Dmember_lib.rst248 For example wild card flow classification (e.g. ACL rules) highlighted in the
/dpdk/lib/acl/
H A Dacl_bld.c1080 double wild = 0; in acl_calc_wildness() local
1091 wild = (size - __builtin_popcountll( in acl_calc_wildness()
1097 wild = (size - fld->mask_range.u32) / size; in acl_calc_wildness()
1101 wild = (fld->mask_range.u64 & msk_val) - in acl_calc_wildness()
1103 wild = wild / msk_val; in acl_calc_wildness()
1107 rule->wildness[field_index] = (uint32_t)(wild * 100); in acl_calc_wildness()
/dpdk/doc/guides/nics/
H A Dmlx5.rst136 …N spec is not specified in the pattern, the matching rule will be created with VLAN as a wild card.