DPDK usage discussions
 help / color / mirror / Atom feed
From: Sushil Adhikari <sushil446@gmail.com>
To: users@dpdk.org
Subject: [dpdk-users] BUG: unable to handle kernel paging request, DPDK
Date: Tue, 21 Feb 2017 16:54:29 -0600	[thread overview]
Message-ID: <CAPO9LfR_n4pXtKt-3eDwMOBsXkHt4HyDZeXLU+Lyjo6PUcqiYg@mail.gmail.com> (raw)

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!

                 reply	other threads:[~2017-02-21 22:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPO9LfR_n4pXtKt-3eDwMOBsXkHt4HyDZeXLU+Lyjo6PUcqiYg@mail.gmail.com \
    --to=sushil446@gmail.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).