| 1610 | } |
| 1611 | |
| 1612 | static uint32_t |
| 1613 | get_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 | |
| 1623 | static uint32_t |
| 1624 | get_u32_range_min(void) |