Hi,

The line below makes compilation failing on master branch with some compilers.

03/06/2019 02:42, Lance Richardson:
> +#define roundup(x, y)   ((((x) + ((y) - 1)) / (y)) * (y))

It has been merged in master branch yesterday:
        http://git.dpdk.org/dpdk/commit/?id=f8168ca0e690
The build report is:
        http://mails.dpdk.org/archives/test-report/2019-June/085603.html

Please fix it quickly so we can merge more patches
and run the tests successfully.
I would like to avoid reverting this patch for CI purpose.

Thanks


Reply via email to