Re: [dpdk-dev] [PATCH v3 00/31] net/i40e: base code update

2017-01-12 Thread Ferruh Yigit
Hi Gregory, On 12/20/2016 3:40 PM, Gregory Etelson wrote: > Hello, > > I have several XL710-Q2 interfaces that fail with > `PMD: eth_i40e_dev_init(): Failed to init adminq: -54' > Rebase to the latest dpdk-next-net/master did not fix the fault If I understand correctly, this was existing issue r

Re: [dpdk-dev] [PATCH v3 00/31] net/i40e: base code update

2016-12-20 Thread Gregory Etelson
add dmesg output: dmar: DRHD: handling fault status reg 502 dmar: DMAR:[DMA Read] Request device [04:00.0] fault addr 865bcc000 DMAR:[fault reason 02] Present bit in context entry is clear dmar: DRHD: handling fault status reg 602 dmar: DMAR:[DMA Read] Request device [04:00.0] fault addr 865bcc00

Re: [dpdk-dev] [PATCH v3 00/31] net/i40e: base code update

2016-12-20 Thread Gregory Etelson
Hello, I have several XL710-Q2 interfaces that fail with `PMD: eth_i40e_dev_init(): Failed to init adminq: -54' Rebase to the latest dpdk-next-net/master did not fix the fault Firmware version is 5.04 0x80002505 0.0.0 lspci output looks the same for working and failed interfaces Full traces with

Re: [dpdk-dev] [PATCH v3 00/31] net/i40e: base code update

2016-12-12 Thread Ferruh Yigit
On 12/10/2016 11:24 AM, Jingjing Wu wrote: > i40e base code upate. The main changes are: > - add clause22 and clause45 implementation for PHY registers accessing > - replace existing legacy memcpy() calls with i40e_memcpy() calls. > - use BIT() macro instead of bit fields > - add clear all WoL

[dpdk-dev] [PATCH v3 00/31] net/i40e: base code update

2016-12-10 Thread Jingjing Wu
i40e base code upate. The main changes are: - add clause22 and clause45 implementation for PHY registers accessing - replace existing legacy memcpy() calls with i40e_memcpy() calls. - use BIT() macro instead of bit fields - add clear all WoL filters implementation - add ERROR state for NVM upd