Re: [PATCH net] sfc: revert changes to NIC revision numbers

2017-05-12 Thread David Miller
From: Edward Cree Date: Fri, 12 May 2017 17:18:50 +0100 > From: Bert Kenward > > The revision enum values (eg EFX_REV_HUNT_A0) form part of our API, > and are included in ethtool. If these are inconsistent then ethtool > will print garbage for a register dump (ethtool -d). > > Fixes: 5a6681e

[PATCH net] sfc: revert changes to NIC revision numbers

2017-05-12 Thread Edward Cree
From: Bert Kenward The revision enum values (eg EFX_REV_HUNT_A0) form part of our API, and are included in ethtool. If these are inconsistent then ethtool will print garbage for a register dump (ethtool -d). Fixes: 5a6681e22c14 ("sfc: separate out SFC4000 ("Falcon") support into new sfc-falco