[dpdk-dev] [PATCH] igb_ethdev.c: complete switches for i211 NC

2014-09-04 Thread Sergey Mironov
Hi! I have got an update for my "i212 problem". First of all, I found that I have made a mistake. My controller is named i211, not i212 :) Next, i211 controller is controlled by the lib_pmd_e1000 driver. Unfortunately, looks like it's support is pure. For example, igb_ethdev.c contains function eth

[dpdk-dev] i211 controller with 0 queues per port

2014-09-04 Thread Sergey Mironov
2014-08-26 13:18 GMT+04:00 Sergey Mironov : > 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 an

[dpdk-dev] i212 controller with 0 queues per port

2014-08-26 Thread Sergey Mironov
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

[dpdk-dev] Fwd: ixgbe network card has dev_info.max_rx_queues == 0

2014-08-26 Thread Sergey Mironov
machine SCB-8973 equipped with i211 controller, where DPDK returns number of queues - zero. Probably, it is a hardware bug, but I'll better start another thread for this issue. 2014-08-26 4:14 GMT+04:00 Stephen Hemminger : > On Mon, 25 Aug 2014 13:41:34 +0400 > Sergey Mironov wrote: > >

[dpdk-dev] Fwd: ixgbe network card has dev_info.max_rx_queues == 0

2014-08-25 Thread Sergey Mironov
Forgot to CC to all -- Forwarded message -- From: Sergey Mironov Date: 2014-08-25 13:40 GMT+04:00 Subject: Re: [dpdk-dev] ixgbe network card has dev_info.max_rx_queues == 0 To: Alex Markuze Hi. I've found more data on this issue. My machine (CB-8970) is equipped with two

[dpdk-dev] ixgbe network card has dev_info.max_rx_queues == 0

2014-08-22 Thread Sergey Mironov
ing at the info you've sent it tells you that max_rx_queues > for this dev is 0 (Clearly something is wrong here) so the nb_rx_q > which is 3 is an Invalid Value -EINVAL == -22. > > On Thu, Aug 21, 2014 at 3:26 PM, Sergey Mironov wrote: >> Hi. I have face a strange error on on

[dpdk-dev] ixgbe network card has dev_info.max_rx_queues == 0

2014-08-21 Thread Sergey Mironov
Hi. I have face a strange error on one of my network cards. Call to rte_eth_dev_configure returns with error code -22. Increaing the verbosity level shows the following: PMD: rte_eth_dev_configure: ethdev port_id=2 nb_rx_queues=3 > 0 EAL: Error - exiting with code: 1 here is the snippet of code