06/11/2023 13:24, Andrew Rybchenko:
> On 10/23/23 12:38, Ferruh Yigit wrote:
> > - * - >=0: Success; number of objects supplied.
> > + * - 0: Success; number of objects supplied.
>
> I think "number of objects supplied" does not make sense here any more.
Yes, will remove on apply.
On 10/23/23 12:38, Ferruh Yigit wrote:
static function `rte_mempool_do_generic_get()` returns zero on success,
not >=0 as its function comment documents.
Since this function called by public API, the comment causes confusion
on the public API return value.
Fixing the internal function documenta
static function `rte_mempool_do_generic_get()` returns zero on success,
not >=0 as its function comment documents.
Since this function called by public API, the comment causes confusion
on the public API return value.
Fixing the internal function documentation for return value.
Fixes: af75078fec
3 matches
Mail list logo