On 6/27/2017 3:00 PM, Jingjing Wu wrote: > v4 changes: > - fix more checkpatch warnings > > v3 changes: > - extra patch to update README > - remove unnecessary code > - fix checkpatch warning > > v2 changes: > - fix compile issue > - update from package from 2017.05.24 to 2017.06.23 > > i40e base code upate. The main changes are: > - use virtchnl.h instead of i40e_virtchnl.h > - add support for Adaptive Virtual Function > - add new AQ commands for read/write PHY registers > - add new phy types for 25G > - extend processing of DDP > > Jingjing Wu (17): > net/i40e/base: use new virtchnl header file > net/i40e/base: sync nvmupdate command and adminq subtask > net/i40e/base: add AQ command for read/write PHY registers > net/i40e/base: add support for Adaptive Virtual Function > net/i40e/base: store the requested FEC information > net/i40e/base: add new phy types for 25G AOC and ACC > net/i40e/base: report supported link modes > net/i40e/base: track id can be 0 > net/i40e/base: update FW AQ API version to 1.7 > net/i40e/base: add support for switch parameters > net/i40e/base: use admin queue for setting LEDs behavior > net/i40e/base: avoid potential null pointer dereference > net/i40e/base: avoid reset timeout issue > net/i40e/base: add EEPROM checksum verification > net/i40e/base: extend processing of DDP > net/i40e: use set switch aq instead of register setting > net/i40e/base: update base code info
Series applied to dpdk-next-net/master, thanks.