在 2019/9/11 4:34, Pablo Neira Ayuso 写道: > On Tue, Sep 10, 2019 at 10:02:06PM +0200, Pablo Neira Ayuso wrote: >> On Mon, Sep 09, 2019 at 02:22:02PM +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 just rebase the master and make __nft_offload_get_chain >>> fixes mutex and offload flag problem >> applied. > Sorry, I have to keep this back, compilation breaks if I remove patch > 3/4 and 4/4. It would be good not to add new code that goes over the > 80-chars per column boundary. The orignal nft_flow_offload_rule and nft_flow_offload_chain used struct nft_ctx, but in the device event notify there is no nft_ctx. that's why I need the 2/4 and 3/4 patches. Any suggestion? >