Re: [PATCH net-next v2 6/7] nfp: devlink: report the running and flashed versions

2019-01-30 Thread Jakub Kicinski
On Wed, 30 Jan 2019 22:57:52 +0100, Jiri Pirko wrote: > >+/* Control processor FW version, FW is responsible for house keeping tasks, > >+ * PHY control etc. > >+ */ > >+#define DEVLINK_VERSION_GENERIC_FW_MGMT "fw.mgmt" > >+/* Data path microcode controlling high-speed packet processing

Re: [PATCH net-next v2 6/7] nfp: devlink: report the running and flashed versions

2019-01-30 Thread Jiri Pirko
Wed, Jan 30, 2019 at 08:05:12PM CET, jakub.kicin...@netronome.com wrote: >Report versions of firmware components using the new NSP command. > >Signed-off-by: Jakub Kicinski >--- > .../net/ethernet/netronome/nfp/nfp_devlink.c | 86 +++ > include/net/devlink.h

Re: [PATCH net-next v2 6/7] nfp: devlink: report the running and flashed versions

2019-01-30 Thread Jiri Pirko
Wed, Jan 30, 2019 at 11:21:58PM CET, jakub.kicin...@netronome.com wrote: >On Wed, 30 Jan 2019 22:57:52 +0100, Jiri Pirko wrote: >> >+/* Control processor FW version, FW is responsible for house keeping tasks, >> >+ * PHY control etc. >> >+ */ >> >+#define DEVLINK_VERSION_GENERIC_FW_MGMT

[PATCH net-next v2 6/7] nfp: devlink: report the running and flashed versions

2019-01-30 Thread Jakub Kicinski
Report versions of firmware components using the new NSP command. Signed-off-by: Jakub Kicinski --- .../net/ethernet/netronome/nfp/nfp_devlink.c | 86 +++ include/net/devlink.h | 11 +++ 2 files changed, 97 insertions(+) diff --git a/drivers/net/ethernet