On Mon, Oct 15, 2012 at 09:08:29PM +0530, ankur dwivedi wrote:
> As expected active flows in the kernel space should not get deleted from
> kernel space flow table, but how does kernel space notifies user space not
> to delete the active flows?
>
> I browsed the code but unable to find any messag
The userspace polls the kernel about every second to check counters and
activity for each flow. The userspace determines when a flow should be deleted
and tells the kernel to do it (ie, the kernel doesn't decide when flows should
be deleted).
--Justin
On Oct 15, 2012, at 8:38 AM, ankur dwive