Merge branch 'nfp-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2016 00:18:42 +0000 (17:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2016 00:18:42 +0000 (17:18 -0700)
commit2c2c8e33e4aa6e46f19ef7bba8e559759a74a4db
tree68c4b3f9502c84a9b3a2333f326f4040de94b7af
parentdb7196a0d0984b933ccf2cd6a60e26abf466e8a3
parentebecefc820ec791a216382a68b937577bb69d3f7
Merge branch 'nfp-fixes'

Jakub Kicinski says:

====================
nfp: fixes and trivial cleanup

First patch drops unnecessary version.h includes.  Second one
drops support for pre-release versions of FW ABI.  Removing
FW ABI 0.0 from supported set is particularly good since 0
could just be uninitialized memory.  Last but not least I drop
unnecessary padding of frames on RX which makes us count bytes
incorrectly for the VF2VF traffic.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>