ekorian
ekorian
Hi, I'm getting a similar error with kernel 4.9 and DPDK 18.08. $ ./setup --compile-dpdk ... dpdk_module.c:87:3: error: unknown field ‘header_split’ specified in initializer .header_split = 0, /\*\*< Header Split...
@ajamshed I'm running other apps on 18.08. It would be lovely from you to add support for it. Thanks!
I'm getting the same error. In my case, it is caused by having multiple python versions (3.7 and 3.8). Virtualbox only finds python3.7 for some reason and not 3.8, eventhough...