On 9/6/2019 8:27 AM, Pablo Neira Ayuso wrote: > On Thu, Sep 05, 2019 at 12:00:15PM +0800, wenxu@xxxxxxxxx wrote: >> From: wenxu <wenxu@xxxxxxxxx> >> >> This series clean the offload things for both chain and rules when the >> related device unregister >> >> This version add a nft_offload_netdev_iterate common function >> >> wenxu (4): >> netfilter: nf_tables_offload: refactor the nft_flow_offload_chain >> function >> netfilter: nf_tables_offload: refactor the nft_flow_offload_rule >> function > 1/4 and 2/4 are not required anymore after adding the registration > logic to nf_tables_offload. Maybe it also need the 1/4 and 2/4 patches. The nft_flow_offload_chain/rule need get some inform from the nft_trans. There is no this struct in the netdev notify event,. So it better to refactor it more common? >