On 03/15/2019 08:28 AM, Stefano Brivio wrote: > On Fri, 15 Mar 2019 23:18:52 +0800 > Zhiqiang Liu <liuzhiqian...@huawei.com> wrote: > >> In vxlan_destroy_tunnels func, unregister_netdevice_queue is called after >> gro_cells_destroy func. However, in unregister_netdevice_queue func, the >> gro_cells_destroy func will also call the gro_cells_destroy func as the >> following routine: >> unregister_netdevice_many() -> rollback_registered_many() >> -> ndo_uninit() -> gro_cells_destroy() >> >> Signed-off-by: Suanming.Mou <mousuanm...@huawei.com> >> Reviewed-by: Zhiqiang Liu <liuzhiqian...@huawei.com> >> Reviewed-by: Stefano Brivio <sbri...@redhat.com> > > NACK, please read my and Eric's comments to v1 -- giving me more than 23 > minutes to answer would have been a nice touch as well :) > Sorry for the confusion, I forgot to add the question marks to my sentences. In fact, this is a bug fix, that we missed in the previous fix. Technically the bug is older.
- [PATCH] vxlan: remove the redundant gro_cells_destroy() cal... Zhiqiang Liu
- Re: [PATCH] vxlan: remove the redundant gro_cells_dest... Stefano Brivio
- Re: [PATCH] vxlan: remove the redundant gro_cells_... Zhiqiang Liu
- Re: [PATCH] vxlan: remove the redundant gro_ce... Stefano Brivio
- Re: [PATCH] vxlan: remove the redundant gro_cells_dest... Eric Dumazet
- [PATCH v2] vxlan: remove the redundant gro_cells_destr... Zhiqiang Liu
- Re: [PATCH v2] vxlan: remove the redundant gro_cel... Stefano Brivio
- Re: [PATCH v2] vxlan: remove the redundant gro... Eric Dumazet
- Re: [PATCH v2] vxlan: remove the redundant... David Miller
- Re: [PATCH v2] vxlan: remove the redu... Eric Dumazet
- Re: [PATCH v2] vxlan: remove the ... Stefano Brivio
- Re: [PATCH v2] vxlan: remove ... Eric Dumazet
- Re: [PATCH v2] vxlan: remove ... Stefano Brivio
- Re: [PATCH v2] vxlan: remove ... Zhiqiang Liu
- Re: [PATCH v2] vxlan: remove ... Stefano Brivio
- Re: [PATCH v2] vxlan: remove ... Zhiqiang Liu
- Re: [PATCH v2] vxlan: remove the ... Zhiqiang Liu
- [PATCH net v3] vxlan: Don't c... Zhiqiang Liu