Re: [dpdk-dev] compilation failing - net/bnxt: add support for thor controller

2019-06-13 Thread Lance Richardson
OK, thanks. On Thu, Jun 13, 2019 at 8:34 PM Ajit Khaparde wrote: > > On Fri, Jun 14, 2019 at 7:47 AM Thomas Monjalon 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) (

Re: [dpdk-dev] compilation failing - net/bnxt: add support for thor controller

2019-06-13 Thread Ajit Khaparde
On Fri, Jun 14, 2019 at 7:47 AM Thomas Monjalon 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 yesterda

Re: [dpdk-dev] compilation failing - net/bnxt: add support for thor controller

2019-06-13 Thread Thomas Monjalon
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 re