On Wed, Jun 15, 2022 at 12:43:53PM +0200, Vlad Buslov wrote: > Current conntrack offload implementation doesn't provide much visibility > and control over offload code. There is no way to determine current load > on workqueues that process the offload tasks which makes it hard to > debug the cases where offload is significantly delayed due to rate of > new connections being higher than driver or hardware offload rate. > > Improve the debuggability by introducing procfs for current total of > workqueue tasks for nf_ft_offload_add, nf_ft_offload_del and > nf_ft_offload_stats queues. This allows visibility for flow offload > delay due to system scheduling offload tasks faster than driver/hardware > can process them. Series applied, thanks