Re: [PATCH net 0/2] VXLAN/geneve RCU fixes

2017-03-01 Thread David Miller
From: Jakub Kicinski Date: Fri, 24 Feb 2017 11:43:35 -0800 > VXLAN and GENEVE need to take RCU lock explicitly because TX path > only has the _bh() flavour of RCU locked. Making the reconfiguration > path wait for both normal and _bh() RCU would be bigger hassle so > just acquire the lock, as su

[PATCH net 0/2] VXLAN/geneve RCU fixes

2017-02-24 Thread Jakub Kicinski
Hi! VXLAN and GENEVE need to take RCU lock explicitly because TX path only has the _bh() flavour of RCU locked. Making the reconfiguration path wait for both normal and _bh() RCU would be bigger hassle so just acquire the lock, as suggested by Pravin: https://www.mail-archive.com/netdev@vger.ker