[dpdk-dev] [i40e] Failed to init adminq?

2015-12-07 Thread Eimear Morrissey
Stephen Hemminger wrote on 12/04/2015 05:36:08 PM: > From: Stephen Hemminger > To: Eimear Morrissey/Ireland/IBM at IBMIE > Cc: dev at dpdk.org > Date: 12/04/2015 05:36 PM > Subject: Re: [dpdk-dev] [i40e] Failed to init adminq? > > On Fri, 4 Dec 2015 11:25:09 + > &

[dpdk-dev] [i40e] Failed to init adminq?

2015-12-04 Thread Eimear Morrissey
Hi, I'm having an issue with the i40e pmd failing to initialise a port. I've tried powercycling with the linux i40e driver removed and blacklisted as suggested here: http://dpdk.org/ml/archives/dev/2015-June/019132.html, but it's still persisting. It used to initialise without issues so I'm not

[dpdk-dev] [i40e] Failed to init adminq?

2015-12-04 Thread Stephen Hemminger
On Fri, 4 Dec 2015 11:25:09 + "Eimear Morrissey" wrote: > > > Hi, > > I'm having an issue with the i40e pmd failing to initialise a port. I've > tried powercycling with the linux i40e driver removed and blacklisted as > suggested here: http://dpdk.org/ml/archives/dev/2015-June/019132.html,

[dpdk-dev] i40e: Failed to init adminq

2015-06-10 Thread Dirk-Holger Lenz
Hello, since I updated from 2.0.0 released to the current git clone the i40e doesn't 'init' anymore. EAL: PCI device :82:00.0 on NUMA socket 1 EAL: probe driver: 8086:1572 rte_i40e_pmd EAL: PCI memory mapped at 0x7ff8a23fd000 EAL: PCI memory mapped at 0x7ff9ae2ec000 PMD: et

[dpdk-dev] i40e: Failed to init adminq

2015-06-10 Thread Qiu, Michael
Hi, This is an know issue, as I faced before. One workaround: remove i40e kernel driver, power off server, then power on. After that start dpdk, it should work. Thanks, Michael On 6/10/2015 6:12 PM, Dirk-Holger Lenz wrote: > Hello, > since I updated from 2.0.0 released to the current git clone