DPDK patches and discussions
 help / color / mirror / Atom feed
* event_eth_rx_intr_adapter_autotest failing
@ 2022-06-15  8:17 Kundapura, Ganapati
  0 siblings, 0 replies; only message in thread
From: Kundapura, Ganapati @ 2022-06-15  8:17 UTC (permalink / raw)
  To: dev

[-- 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 --]

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

only message in thread, other threads:[~2022-06-15  8:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15  8:17 event_eth_rx_intr_adapter_autotest failing Kundapura, Ganapati

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).