conntrack: Fix to avoid duplicate connections in initial burst 79/36379/1
authorAnand B Jyoti <anand.b.jyoti@intel.com>
Thu, 22 Jun 2017 06:39:52 +0000 (12:09 +0530)
committerAnand B Jyoti <anand.b.jyoti@intel.com>
Thu, 22 Jun 2017 06:39:52 +0000 (12:09 +0530)
commit923cc1be1f0966c398f122e4aac0a8f31d52d181
tree0b9205b10889d6690c13cc015dc054fdda14812c
parente65864efce7da482bc9f337189de5f8c49df5091
conntrack: Fix to avoid duplicate connections in initial burst

JIRA: SAMPLEVNF-43

Before connection setup, if there are multiple packets in the  burst
and are belongs to same connection, it was adding new connection for
the same 5 tuple connection, leading to multiple connections in the CT.

It was causing more number of active connections than possible.

Change-Id: I15c90e7feb465d96a9429ea6fedcb09fad9482e6
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
common/VIL/conntrack/rte_cnxn_tracking.c