You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DPDK version 17.11.1 used has one bug if compiling on CentOS 7.6 (other versions might have same issue). You need to modify the kni_net.c file, find "ndo_change_mtu" and change it to "ndo_change_mtu_rh74". Basically this field must be the same as /usr/src/kernels/xx/include/linux/netdevice.h
The text was updated successfully, but these errors were encountered:
The DPDK version 17.11.1 used has one bug if compiling on CentOS 7.6 (other versions might have same issue). You need to modify the kni_net.c file, find "ndo_change_mtu" and change it to "ndo_change_mtu_rh74". Basically this field must be the same as /usr/src/kernels/xx/include/linux/netdevice.h
The text was updated successfully, but these errors were encountered: