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)
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>

Trivial merge