From: David S. Miller Date: Mon, 1 Nov 2021 13:29:41 +0000 (+0000) Subject: Merge branch 'netdevsim-device-and-bus' X-Git-Tag: microblaze-v5.18~635^2~9 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=741948ff6096baa5b393298e7d43257c3151af6e;p=linux-2.6-microblaze.git Merge branch 'netdevsim-device-and-bus' Jakub Kicinski says: ==================== netdevsim: improve separation between device and bus VF config falls strangely in between device and bus responsibilities today. Because of this bus.c sticks fingers directly into struct nsim_dev and we look at nsim_bus_dev in many more places than necessary. Make bus.c contain pure interface code, and move the particulars of the logic (which touch on eswitch, devlink reloads etc) to dev.c. Rename the functions at the boundary of the interface to make the separation clearer. ==================== Signed-off-by: David S. Miller --- 741948ff6096baa5b393298e7d43257c3151af6e