DPDK usage discussions
 help / color / mirror / Atom feed
From: Isaac Boukris <iboukris@gmail.com>
To: users@dpdk.org
Subject: iavf: rte_eth_stats_get() fails upon upgrade to 23.07.0
Date: Tue, 27 Feb 2024 13:27:06 +0200	[thread overview]
Message-ID: <CAC-fF8SvfDyN7GbPP7NFhNDby_jJC8ZQL2m3Qfi53i43nAVC6w@mail.gmail.com> (raw)

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!

             reply	other threads:[~2024-02-27 11:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27 11:27 Isaac Boukris [this message]
2024-02-27 14:28 ` Isaac Boukris
2024-02-27 19:24   ` Isaac Boukris
2024-12-11 20:51     ` Isaac Boukris

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=CAC-fF8SvfDyN7GbPP7NFhNDby_jJC8ZQL2m3Qfi53i43nAVC6w@mail.gmail.com \
    --to=iboukris@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).