]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitda9a7701fb06a77384bb85250f8ec1f64c0d7508
tree68c4b3f9502c84a9b3a2333f326f4040de94b7af
parentd97c906de56d0dbb582e80fd78ba65932c99d187
parente87178107e7e7d02a007494aaeb74714ea5b93a9
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>