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