From: David S. Miller Date: Fri, 26 May 2017 15:01:50 +0000 (-0400) Subject: Merge branch 'nfp-devlink-port-implementation' X-Git-Tag: v4.13-rc1~157^2~365 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5dafc87f40d7b7f2b2a3b3153399143c333ec785;p=karo-tx-linux.git Merge branch 'nfp-devlink-port-implementation' Jakub Kicinski says: ==================== nfp: devlink port implementation This series adds basic devlink support. The operations we can perform are port show and port split/unsplit. v2: Register devlink first, and then register all the ports. Port {,un}split searches the port list, which is protected by a mutex. If port split is requested before ports are registered we will simply not find the port and return -EINVAL. ==================== Signed-off-by: David S. Miller --- 5dafc87f40d7b7f2b2a3b3153399143c333ec785