Hi,

Should not the warning be stated for ' alloc_completion' failure

Snipped

>                               flows->num_packets * flows->categories);
>               }
> 
> +             if (flows->last_cmplt == NULL)
> +                     RTE_LOG(WARNING, MALLOC, "packet tries allocate
> failed");

Why is that we want to try this outside block?

> +
>               /* set completion parameters and starting index for this slot */
>               parms[n].cmplt = flows->last_cmplt;
>               transition =
> --
> 2.9.5

Reply via email to