From: Jeff Kirsher <jeffrey.t.kirs...@intel.com> Date: Thu, 1 Jun 2017 14:38:26 -0700
> This series contains updates to i40e, i40evf and the "new" AVF virtchnl. > > This is the introduction of the Intel(R) Ethernet Adaptive Virtual > Function driver code and device ID, as presented at the NetDEV 1.2 > conference in 2016. > http://netdevconf.org/1.2/session.html?anjali-singhai > > The idea is to convert the interface between the i40evf driver > and the parent i40e PF driver to be generic, as the i40evf driver > should in the future be able to run on top of other Intel PF > drivers, and negotiate any features beyond a "base expected" set. > > The following are changes since commit > 0266f79778de0afadd070941aae493c28529d974: > mlxsw: spectrum: Add bridge dependency for spectrum > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 40GbE Ok, doesn't look too bad. I might have preferred if patch #11 used a compile time BUILD_BUG_ON() of some sort in a core init function or similar. But I can understand the desire to use a scheme that allows annotations right next to the datastructure definitions themselves. Pulled, th anks.