DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Kundapura, Ganapati" <ganapati.kundapura@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: event_eth_rx_intr_adapter_autotest failing
Date: Wed, 15 Jun 2022 08:17:35 +0000	[thread overview]
Message-ID: <MW4PR11MB5911567ECA22541DB6BC5C6C87AD9@MW4PR11MB5911.namprd11.prod.outlook.com> (raw)

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

Hi dpdk-dev,

  Test command: DPDK_TEST=event_eth_rx_intr_adapter_autotest ./dpdk-test

  event_eth_rx_intr_adapter_autotest is failing while adding interrupt queue to adapter instance.
It's failing in rte_eth_dev_rx_intr_ctl_q(), at dev->intr_handle == NULL check

5248         if (!dev->intr_handle) {
5249                 RTE_ETHDEV_LOG(ERR, "Rx Intr handle unset\n");
5250                 return -ENOTSUP;
5251         }

"net_null" PMD is used for the test. Does "net-null" supports interrupt queue?

I'm able to run event_eth_rx_adapter_autotest with 'DPDK_TEST=event_eth_rx_adapter_autotest ./dpdk-test'

Could you please let me know how to run event_eth_rx_intr_adapter_autotest?

Thanks,
Ganapati

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

                 reply	other threads:[~2022-06-15  8:17 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=MW4PR11MB5911567ECA22541DB6BC5C6C87AD9@MW4PR11MB5911.namprd11.prod.outlook.com \
    --to=ganapati.kundapura@intel.com \
    --cc=dev@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).