DPDK usage discussions
 help / color / mirror / Atom feed
* iavf: rte_eth_stats_get() fails upon upgrade to 23.07.0
@ 2024-02-27 11:27 Isaac Boukris
  2024-02-27 14:28 ` Isaac Boukris
  0 siblings, 1 reply; 3+ messages in thread
From: Isaac Boukris @ 2024-02-27 11:27 UTC (permalink / raw)
  To: users

Hello,

This works fine with 23.03.0 but starting from 23.07.0 up to master it
fails as follows.

Initialization is ok:
EAL: Probe PCI driver: net_iavf (8086:154c) device: 0000:09:00.0 (socket -1)
iavf_set_rx_function(): request RXDID[1] in Queue[0] is legacy, set
rx_pkt_burst as legacy for all queues

telemetry.py /ethdev/link_status,0 | jq
  {
    "/ethdev/link_status": {
      "status": "UP",
      "speed": 40000,
      "duplex": "full-duplex"
    }
  }

But the following command hang and fail:
telemetry.py /ethdev/stats,0 | jq
telemetry.py /ethdev/xstats,0 | jq

On the logs I see:
iavf_execute_vf_cmd(): No response for cmd 15
iavf_query_stats(): fail to execute command OP_GET_STATS
iavf_dev_stats_get(): Get statistics failed

Any ideas?

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-27 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 11:27 iavf: rte_eth_stats_get() fails upon upgrade to 23.07.0 Isaac Boukris
2024-02-27 14:28 ` Isaac Boukris
2024-02-27 19:24   ` Isaac Boukris

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