DPDK usage discussions
 help / color / mirror / Atom feed
From: SG <motralk@gmail.com>
To: users@dpdk.org
Subject: DPDK application crashes with uio_pci_generic DPDK driver
Date: Fri, 23 Jun 2023 18:12:20 +0530	[thread overview]
Message-ID: <CADgo_zF+0KXXMkFr7iPaKPbW1TbpLqGx9CwDssT=MjjevLC=EA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]

Hi Everyone,

I am running a DPDK based application on a centOS VM, which uses
uio_pci_generic DPDK driver for IO operations. The VM is hosted on a centOS
bare-metal. When I try to run, the application crashes and generates a
core-dump.

In the application flow, I fetch the port info using rte_eth_dev_info_get()
and initialize the DPDK port, it works fine.As part of application logic I
am fetching the port info using the same API rte_eth_dev_info_get() in
another thread, but the application is crashing while invoking this API.

Below are the VM configuration:

   1.

   DPDK version: 20.11
   2.

   KERNEL DRIVER: virtio
   3.

   DPDK DRIVER: uio_pci_generic
   4.

   VM OS: CentOS 7.9
   5.

   RAM: 8GB
   6.

   CPU: 9


Below are the BM configuration:

   1.

   QEMU-KVM version: 1.5.3
   2.

   Host OS: CentOS 7.9


The same application flow works fine in below combinations:

   1.

   With vfio-pci DPDK driver and same VM and host configuration
   2.

   The host OS is Ubuntu 20.04 and the QEMU-KVM version is 4.2.2.


Could anyone please help me resolve this issue.

Thank you,

Somesh

[-- Attachment #2: Type: text/html, Size: 10438 bytes --]

                 reply	other threads:[~2023-06-23 12:42 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='CADgo_zF+0KXXMkFr7iPaKPbW1TbpLqGx9CwDssT=MjjevLC=EA@mail.gmail.com' \
    --to=motralk@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).