Re: [patch net-next v3 10/15] netdevsim: add all ports in nsim_dev_create() and del them in destroy()
From: Jakub Kicinski <hidden> Date: 2019-10-03 23:07:48
On Thu, 3 Oct 2019 11:49:35 +0200, Jiri Pirko wrote:
From: Jiri Pirko <redacted>
Currently the probe/remove function does this separately. Put the
addition an deletion of ports into nsim_dev_create() and
nsim_dev_destroy().
Signed-off-by: Jiri Pirko <redacted>