Re: [PATCH net-next] net: remove the new_ifindex argument from dev_change_net_namespace

2021-04-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 6 Apr 2021 23:40:51 -0700 you wrote: > Here is only one place where we want to specify new_ifindex. In all > other cases, callers pass 0 as new_ifindex. It looks reasonable to add a > low-level function with new_if

Re: [PATCH net-next] net: remove the new_ifindex argument from dev_change_net_namespace

2021-04-07 Thread Jakub Kicinski
On Tue, 6 Apr 2021 23:40:51 -0700 Andrei Vagin wrote: > Here is only one place where we want to specify new_ifindex. In all > other cases, callers pass 0 as new_ifindex. It looks reasonable to add a > low-level function with new_ifindex and to convert > dev_change_net_namespace to a static inline

[PATCH net-next] net: remove the new_ifindex argument from dev_change_net_namespace

2021-04-06 Thread Andrei Vagin
Here is only one place where we want to specify new_ifindex. In all other cases, callers pass 0 as new_ifindex. It looks reasonable to add a low-level function with new_ifindex and to convert dev_change_net_namespace to a static inline wrapper. Fixes: eeb85a14ee34 ("net: Allow to specify ifindex w