https://github.com/cilium/cilium
Revision 77232c4aa0c08b94b77014ba9b7a3f7d6dd6c0c7 authored by Gobinath Krishnamoorthy on 04 October 2021, 06:25:06 UTC, committed by André Martins on 22 October 2021, 01:26:54 UTC
Fix race condition issues in Identity based batching
At runtime if CEP Identity is changed, based on batching
mode, in case of Identity batching mode.
we may remove the CEP from CEB, re-insert the CEP in new CEB.
In this case, change in CEP Identity translates into
1) Remove the CEP from a CEB
2) Insert the CEP in a new CEB

Signed-off-by: Gobinath Krishnamoorthy <gobinathk@google.com>
1 parent 1119c68
History
Tip revision: 77232c4aa0c08b94b77014ba9b7a3f7d6dd6c0c7 authored by Gobinath Krishnamoorthy on 04 October 2021, 06:25:06 UTC
Identity based batching race condition Issues
Tip revision: 77232c4
File Mode Size
Makefile -rw-r--r-- 1.3 KB

back to top