Re: [dpdk-dev] A (possible) problem with `--no-huge` option

2017-06-09 Thread Ilya Matveychikov
Hi Olivier, The patch from you solves the problem for me. Thank you. > On Jun 9, 2017, at 12:27 PM, Olivier Matz wrote: > > Hi Ilya, > > On Sun, 14 May 2017 14:34:14 +0400, Ilya Matveychikov > wrote: >> Hi guys, >> >> I have a problem while running DPDK with `--no-huge` option. It seems th

Re: [dpdk-dev] A (possible) problem with `--no-huge` option

2017-06-09 Thread Olivier Matz
Hi Ilya, On Sun, 14 May 2017 14:34:14 +0400, Ilya Matveychikov wrote: > Hi guys, > > I have a problem while running DPDK with `--no-huge` option. It seems that > the problem occurs since commit cdc242f260e766bd95a658b5e0686a62ec04f5b0 and > that is the change that affects me: > > + if ((

[dpdk-dev] A (possible) problem with `--no-huge` option

2017-05-14 Thread Ilya Matveychikov
Hi guys, I have a problem while running DPDK with `--no-huge` option. It seems that the problem occurs since commit cdc242f260e766bd95a658b5e0686a62ec04f5b0 and that is the change that affects me: + if ((page & 0x7fULL) == 0) + return RTE_BAD_PHYS_ADDR; + What I