MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_u32_range_max

Function get_u32_range_max

dpdk/app/test/test_acl.c:1612–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610}
1611
1612static uint32_t
1613get_u32_range_max(void)
1614{
1615 uint32_t i, max;
1616
1617 max = 0;
1618 for (i = 0; i != RTE_DIM(acl_u32_range_test_rules); i++)
1619 max = RTE_MAX(max, acl_u32_range_test_rules[i].src_mask_len);
1620 return max;
1621}
1622
1623static uint32_t
1624get_u32_range_min(void)

Callers 1

test_u32_rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected