Marco Faltelli

Results 4 comments of Marco Faltelli

Same problem for me. Fixed it in ixgbe.c, these instructions must be applied for both the RX and TX structures: - declaring `MAX_RX_QUEUE_ENTRIES` through a `#define` rather than a `const...

I'm having the same issue, can anybody help?

I was using the master branch, switching to dpdk 19.05 fixed the issue, thanks a lot! BTW, I've experienced further troubles in compiling dpdk 19.05 with kernel 5.4, as [-Wimplicit-fallthrough...

Ooops, sorry I forgot to paste it. There it is: ``` function receiveSlave(rxQueue, rxDev, size) log:info(green("Starting up: ReceiveSlave")) local mempool = memory.createMemPool() local rxBufs = mempool:bufArray() local rxCtr = stats:newDevRxCounter(rxDev,...