Re: [PATCH net] ipfrag: really prevent allocation on netns exit

2018-07-07 Thread David Miller
From: Paolo Abeni Date: Fri, 6 Jul 2018 12:30:20 +0200 > Setting the low threshold to 0 has no effect on frags allocation, > we need to clear high_thresh instead. > > The code was pre-existent to commit 648700f76b03 ("inet: frags: > use rhashtables for reassembly units"), but before the above,

[PATCH net] ipfrag: really prevent allocation on netns exit

2018-07-06 Thread Paolo Abeni
Setting the low threshold to 0 has no effect on frags allocation, we need to clear high_thresh instead. The code was pre-existent to commit 648700f76b03 ("inet: frags: use rhashtables for reassembly units"), but before the above, such assignment had a different role: prevent concurrent eviction fr