On Fri, 16 Feb 2018 15:44:13 +
alangordonde...@gmail.com wrote:
> - qindex = tc_index * 4;
> -
> - pipe->wrr_tokens[qindex] = (grinder->wrr_tokens[0] &
> grinder->wrr_mask[0])
> - >> RTE_SCHED_WRR_SHIFT;
> - pipe->wrr_tokens[qindex + 1] = (grinder->wrr_tokens[1] &
>
On Fri, 16 Feb 2018 15:44:13 +
alangordonde...@gmail.com wrote:
>
> +static inline uint32_t
> +rte_min_pos_n_u16(uint16_t *x, uint32_t n)
The table (x) is const
> +{
> + uint32_t index;
> + uint32_t min_index = 0;
> + uint16_t min_value = UINT16_MAX;
> +
> + for (index = 0;
2 matches
Mail list logo