Comment 41 for bug 1362701

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/14544
Committed: http://github.org/Juniper/contrail-vrouter/commit/32ff12b67f62dd9ec7a8e68c3b426a1e45ce9756
Submitter: Zuul
Branch: R2.20

commit 32ff12b67f62dd9ec7a8e68c3b426a1e45ce9756
Author: Anand H. Krishnan <email address hidden>
Date: Thu Aug 20 14:40:13 2015 +0530

Flow eviction by datapath based on TCP states

Inactive TCP flows (flows that have already seen the closure cycle -
FIN/ACK or the RESET flags) should additionally be considered as a
free flow entry so that vRouter does not have to wait for agent to
accommodate new flows. This logic will provide better service under
severe occupancy. This modification also removes the previous logic
of trapping packets to agent when datapath detects closure of a TCP
stream.

Change-Id: I1009b10f990ea2bf904ac0daec59378d1da07acd
Partial-BUG: #1362701