netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] devlink: minor tweaks to reported device info
@ 2019-02-11  3:35 Jakub Kicinski
  2019-02-11  3:35 ` [PATCH net-next v2 1/5] devlink: fix condition for compat " Jakub Kicinski
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jakub Kicinski @ 2019-02-11  3:35 UTC (permalink / raw)
  To: davem, jiri; +Cc: netdev, oss-drivers, Jakub Kicinski

Hi!

This series contains two minor touch ups for devlink code. First
|| is corrected to && in the ethtool compat code. Next patch
decreases the stack allocation size.

On the nfp side after further discussions with the manufacturing
team we decided to realign the serial number contents slightly and
rename one of the other fields from "vendor" to "mfr", short for
"manufacture".

v2: - add patch 3 - move board maker as a generic attribute.

Jakub Kicinski (5):
  devlink: fix condition for compat device info
  devlink: don't allocate attrs on the stack
  devlink: add a generic board.manufacture version name
  nfp: devlink: use the generic manufacture identifier instead of vendor
  nfp: devlink: include vendor/product info in serial number

 .../networking/devlink-info-versions.rst      |  5 ++++
 .../net/ethernet/netronome/nfp/nfp_devlink.c  | 23 +++++++++++++++----
 include/net/devlink.h                         |  2 ++
 net/core/devlink.c                            | 16 +++++++++----
 4 files changed, 37 insertions(+), 9 deletions(-)

-- 
2.19.2


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

end of thread, other threads:[~2019-02-12  4:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11  3:35 [PATCH net-next v2 0/5] devlink: minor tweaks to reported device info Jakub Kicinski
2019-02-11  3:35 ` [PATCH net-next v2 1/5] devlink: fix condition for compat " Jakub Kicinski
2019-02-11  3:35 ` [PATCH net-next v2 2/5] devlink: don't allocate attrs on the stack Jakub Kicinski
2019-02-11  3:35 ` [PATCH net-next v2 3/5] devlink: add a generic board.manufacture version name Jakub Kicinski
2019-02-11 12:59   ` Jiri Pirko
2019-02-11  3:35 ` [PATCH net-next v2 4/5] nfp: devlink: use the generic manufacture identifier instead of vendor Jakub Kicinski
2019-02-11 13:01   ` Jiri Pirko
2019-02-11  3:35 ` [PATCH net-next v2 5/5] nfp: devlink: include vendor/product info in serial number Jakub Kicinski
2019-02-11 13:01   ` Jiri Pirko
2019-02-12  4:40 ` [PATCH net-next v2 0/5] devlink: minor tweaks to reported device info David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).