Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] nfp: FW app build name reporting
@ 2017-06-09  3:56 Jakub Kicinski
  2017-06-09  3:56 ` [PATCH net-next 1/5] nfp: make sure to cancel port refresh on the error path Jakub Kicinski
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jakub Kicinski @ 2017-06-09  3:56 UTC (permalink / raw)
  To: netdev; +Cc: oss-drivers, Jakub Kicinski

Hi!

This series adds reporting FW build name in ethtool -i.  Most
of the patches are restructuring where information caching is
done.  There is also a minor error path fix.

These are last few patches finishing the basic nfp_app support.


Jakub Kicinski (5):
  nfp: make sure to cancel port refresh on the error path
  nfp: remove automatic caching of RTsym table
  nfp: remove automatic caching of HWInfo
  nfp: keep MIP object around
  nfp: report application FW build name in ethtool -i

 drivers/net/ethernet/netronome/nfp/nfp_app.c       |   8 ++
 drivers/net/ethernet/netronome/nfp/nfp_app.h       |   1 +
 drivers/net/ethernet/netronome/nfp/nfp_app_nic.c   |   2 +-
 drivers/net/ethernet/netronome/nfp/nfp_main.c      |  29 +++--
 drivers/net/ethernet/netronome/nfp/nfp_main.h      |  11 +-
 .../net/ethernet/netronome/nfp/nfp_net_ethtool.c   |   4 +-
 drivers/net/ethernet/netronome/nfp/nfp_net_main.c  |  17 +--
 drivers/net/ethernet/netronome/nfp/nfpcore/nfp.h   |   4 +-
 .../net/ethernet/netronome/nfp/nfpcore/nfp_cpp.h   |   7 --
 .../ethernet/netronome/nfp/nfpcore/nfp_cppcore.c   |  43 -------
 .../ethernet/netronome/nfp/nfpcore/nfp_hwinfo.c    |  70 +++++-------
 .../net/ethernet/netronome/nfp/nfpcore/nfp_mip.c   |   7 ++
 .../net/ethernet/netronome/nfp/nfpcore/nfp_nffw.h  |  16 ++-
 .../net/ethernet/netronome/nfp/nfpcore/nfp_nsp.c   |   8 +-
 .../net/ethernet/netronome/nfp/nfpcore/nfp_rtsym.c | 127 +++++++++------------
 15 files changed, 158 insertions(+), 196 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-09 16:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09  3:56 [PATCH net-next 0/5] nfp: FW app build name reporting Jakub Kicinski
2017-06-09  3:56 ` [PATCH net-next 1/5] nfp: make sure to cancel port refresh on the error path Jakub Kicinski
2017-06-09  3:56 ` [PATCH net-next 2/5] nfp: remove automatic caching of RTsym table Jakub Kicinski
2017-06-09  3:56 ` [PATCH net-next 3/5] nfp: remove automatic caching of HWInfo Jakub Kicinski
2017-06-09  3:56 ` [PATCH net-next 4/5] nfp: keep MIP object around Jakub Kicinski
2017-06-09  3:56 ` [PATCH net-next 5/5] nfp: report application FW build name in ethtool -i Jakub Kicinski
2017-06-09 16:53 ` [PATCH net-next 0/5] nfp: FW app build name reporting David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox