Matias,

I would change it from unsigned. That allows to reuse on variable for all
return code.

int ret;

re t=  odp_init_global()
if (ret) ..
ret = odp_packet()...
if (ret)
ret = odp_sys_huge_page_size_all()  <- here in your case we will need
additional cast to unsigned
if (ret) ...
return ret;

On 3 July 2017 at 15:59, Elo, Matias (Nokia - FI/Espoo) <
[email protected]> wrote:

>
> > On 3 Jul 2017, at 15:54, Bill Fischofer <[email protected]>
> wrote:
> >
> > On Mon, Jul 3, 2017 at 7:40 AM, Elo, Matias (Nokia - FI/Espoo)
> > <[email protected]> wrote:
> >> Ping.
> >
> > Is the rest of the patch (implementation, validation test updates, doc
> > updates) in preparation? The API changes have already been reviewed by
> > both Petri and me.
> >
>
>
> Maxim had previously some issues with the API change, but if everything is
> now OK I can
> do the actual implementation.
>
> -Matias
>
>

Reply via email to