DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sergey Mironov <grrwlf@gmail.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: [dpdk-dev]  i212 controller with 0 queues per port
Date: Tue, 26 Aug 2014 13:18:09 +0400	[thread overview]
Message-ID: <CAMOkk_auanyu4c_2DfLSJhx5iK-b3GM_rEGFJJun6ONE01zO=Q@mail.gmail.com> (raw)

Hi.

I've got a SCB-8973 machine equipped with i212 network controller (6
ports). My dpdk application (see the code snippet below) returns zeros
for both dev_info.max_tx_queues and dev_info.max_rx_queues

Have anybody got an experience of addressing this problem?

Regards,
Sergey



    for (portid = 0; portid < nb_ports; portid++) {

        struct rte_eth_dev_info di;
        rte_eth_dev_info_get(portid, &di);

        ELOG_INFO(MAIN, "%-6d %-6d %-6d", portid, di.max_tx_queues,
di.max_rx_queues);
    }

                 reply	other threads:[~2014-08-26  9:14 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='CAMOkk_auanyu4c_2DfLSJhx5iK-b3GM_rEGFJJun6ONE01zO=Q@mail.gmail.com' \
    --to=grrwlf@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).