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

2016-12-09 Thread Ferruh Yigit
On 12/9/2016 2:38 PM, 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 fi

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

2016-12-09 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