On 2021. 2. 24. 오전 6:34, Jakub Kicinski wrote:
Hi Jakub,
Thank you for the review!
> On Sun, 21 Feb 2021 15:45:52 + Taehee Yoo wrote:
>> The debug check must be done after unregister_netdevice_many() call --
>> the hlist_del_rcu() for this is done inside .ndo_stop.
>>
>> This is the same wit
On Sun, 21 Feb 2021 15:45:52 + Taehee Yoo wrote:
> The debug check must be done after unregister_netdevice_many() call --
> the hlist_del_rcu() for this is done inside .ndo_stop.
>
> This is the same with commit 0fda7600c2e1 ("geneve: move debug check after
> netdev unregister")
>
> Test comm
The debug check must be done after unregister_netdevice_many() call --
the hlist_del_rcu() for this is done inside .ndo_stop.
This is the same with commit 0fda7600c2e1 ("geneve: move debug check after
netdev unregister")
Test commands:
ip netns del A
ip netns add A
ip netns add B