commit | 85cb207ee34134313acbfb948ae8a7d65f1f19e9 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Apr 27 21:06:19 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 30 22:37:00 2017 -0400 |
tree | 0f125f9364515f47d12c993836e522a16929a8f6 | |
parent | d38df0d364c3a154065109eb855f8d15ecd0fae2 [diff] |
nfp: don't completely refuse to work with old flashes Right now the required Service Process ABI version is still tied to max ID of known commands. For new NSP commands we are adding we are checking if NSP version is recent enough on command-by-command basis. The driver doesn't have to force the device to have the very latest flash, anything newer than 0.8 should do. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>