DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] BUG: unable to handle kernel paging request, DPDK
@ 2017-02-21 22:54 Sushil Adhikari
  0 siblings, 0 replies; only message in thread
From: Sushil Adhikari @ 2017-02-21 22:54 UTC (permalink / raw)
  To: users

I am trying to run the kni sample application from dpdk, so I did the
following steps:

   1. Compiled the program
   2. Allocated 256 hugepages
   3. Unbinded the ethernet port from the ixgbe driver and binded them to
   the igb_uio driver

When I tried to run the program, it crashed, with the following error:

BUG: Unable to handle kernel paging request at xxxxxxx

So I tried to find the line which causes the crash. I narrowed it down to
line 260:

num = rte_kni_tx_burst(p->kni[i], pkts_burst, nb_rx);

Which is part of function kni_ingress.

It looks like it crashes when doing fifo read/write, but I'm not sure why.
Any idea on what could be wrong or any suggestion would be appreciated!

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-21 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21 22:54 [dpdk-users] BUG: unable to handle kernel paging request, DPDK Sushil Adhikari

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).