DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  i212 controller with 0 queues per port
@ 2014-08-26  9:18 Sergey Mironov
  0 siblings, 0 replies; only message in thread
From: Sergey Mironov @ 2014-08-26  9:18 UTC (permalink / raw)
  To: dev

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);
    }

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

only message in thread, other threads:[~2014-08-26  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-26  9:18 [dpdk-dev] i212 controller with 0 queues per port Sergey Mironov

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