netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] devlink: minor tweaks to reported device info
@ 2019-02-09  3:16 Jakub Kicinski
  2019-02-09  3:16 ` [PATCH net-next 1/4] devlink: fix condition for compat " Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jakub Kicinski @ 2019-02-09  3:16 UTC (permalink / raw)
  To: davem; +Cc: jiri, 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".

Jakub Kicinski (4):
  devlink: fix condition for compat device info
  devlink: don't allocate attrs on the stack
  nfp: devlink: rename vendor to manufacture
  nfp: devlink: include vendor/product info in serial number

 .../net/ethernet/netronome/nfp/nfp_devlink.c  | 23 +++++++++++++++----
 net/core/devlink.c                            | 15 ++++++++----
 2 files changed, 29 insertions(+), 9 deletions(-)

-- 
2.19.2


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

end of thread, other threads:[~2019-02-11  2:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-09  3:16 [PATCH net-next 0/4] devlink: minor tweaks to reported device info Jakub Kicinski
2019-02-09  3:16 ` [PATCH net-next 1/4] devlink: fix condition for compat " Jakub Kicinski
2019-02-09  8:33   ` Jiri Pirko
2019-02-09  3:16 ` [PATCH net-next 2/4] devlink: don't allocate attrs on the stack Jakub Kicinski
2019-02-09  8:35   ` Jiri Pirko
2019-02-09  3:16 ` [PATCH net-next 3/4] nfp: devlink: rename vendor to manufacture Jakub Kicinski
2019-02-09  8:36   ` Jiri Pirko
2019-02-11  2:53     ` Jakub Kicinski
2019-02-09  3:16 ` [PATCH net-next 4/4] nfp: devlink: include vendor/product info in serial number Jakub Kicinski

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).