DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jags N <jagsnn@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] rte_eth_rx_queue_count support in DPDK FM10k driver.
Date: Wed, 20 Feb 2019 16:34:42 +0530	[thread overview]
Message-ID: <CALQkTo0n2NQXwq2PXiB7jQsNY_O+dNypW0WXGvz+_T+Y9eFqUQ@mail.gmail.com> (raw)

Hi,

I am running a DPDK application on host processor. The application is bind
to PCIe Host Interface of an FM10k switch. To prevent FM10k switch from
sending more packets than what the DPDK application can process, the idea
is to have DPDK application check the Rx Queue build up and send pause
frames towards FM10k over the PCIe Host Interface.

To check Rx Queue build up, following DPDK API was looked at, and their
availability for the purpose is mentioned below
i. rte_eth_rx_queue_count   ==>  returns unsupported by all of the DPDK
version’s FM10k driver.

The question I have is

1) Since "rte_eth_rx_queue_count" is not supported, is there a different
API that would help me find the Rx Queue build up ?
2) What would be the way to get DPDK's FM10k driver implement the
"rte_eth_rx_queue_count" ? Is there someone I could request to help with
the implementation ?
3) Is there any known technical reason for not having the
"rte_eth_rx_queue_count" implemented in DPDK's FM10k driver ? Trying to
understand if there would be anything that would block the implementation
of the API in DPDK FM10k driver.

Regards,
Jags

                 reply	other threads:[~2019-02-20 11:04 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=CALQkTo0n2NQXwq2PXiB7jQsNY_O+dNypW0WXGvz+_T+Y9eFqUQ@mail.gmail.com \
    --to=jagsnn@gmail.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).