All of lore.kernel.org
 help / color / mirror / Atom feed
* 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-VfR2kkLFssw

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:18 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 i212 controller with 0 queues per port Sergey Mironov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.