On Wed, Mar 17, 2021 at 01:42:24PM +0100, Simon Horman wrote: > From: Yinjun Zhang <yinjun.zhang@xxxxxxxxxxxx> > > Currently flowtable's GC work is initialized as deferrable, which > means GC cannot work on time when system is idle. So the hardware > offloaded flow may be deleted for timeout, since its used time is > not timely updated. > > Resolve it by initializing the GC work as delayed work instead of > deferrable. Applied, thanks.