0

My igb_uio driver of dpdk crashed suddenly. It was working fine. Then suddenly it stopped working and wont load up. It gives the following error, any ideas?

Error -> enter image description here IGB_UIO INFO

Saif Ullah
  • 13
  • 4

1 Answers1

0

The Linux version you are running and Kernel module igb_uio are different. Rebuild the DPDK kernel module to work for current Linux.

Note: I highly recommend to least do basic debug for linux kernel build. refer stackoverflow link describing module error format

Vipin Varghese
  • 4,540
  • 2
  • 9
  • 25