OK, thanks.
On Thu, Jun 13, 2019 at 8:34 PM Ajit Khaparde <ajit.khapa...@broadcom.com> wrote: > > On Fri, Jun 14, 2019 at 7:47 AM Thomas Monjalon <tho...@monjalon.net> wrote: >> >> 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. > > I will send a patch to address it. > > Thanks > Ajit > >> >> >> Thanks >> >>