On Tue, Oct 24, 2023 at 10:33:54AM +0200, Pablo Neira Ayuso wrote: > Hi, > > This is a first batch of nf_tables set updates: > > 1) Use nft_set_ext already accesible as parameter via .flush(), no > need for pipapo_deactivate() call. > > 2) Turn .flush into void, this never fails. > > 3) Add and use struct nft_elem_priv placeholder, suggested by Florian. > > 4) Shrink memory usage for set elements in transactions, as well as > stack usage. > > 5) Use struct nft_elem_priv in .insert, in preparation for set timeout > updates, this will come in a later patch. > > This batch has survived hours of 30s-stress runs and tests/shell, > I am still stress testing the set element updates, that will come in > a follow up batch. Series applied to nf-next