commit | a7937728089acaed3fd2c66a0f6fdc8d1e08f4f3 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Wed Jun 26 02:36:20 2024 +0000 |
committer | Yuyang Huang <yuyanghuang@google.com> | Wed Jun 26 10:09:52 2024 +0000 |
tree | 0c6c35732956f56d54be0b03d0e8fa3b1463b0b4 | |
parent | 4c701fbfa0c3c939ce4323510ce4581dcc9843df [diff] |
Revert "ClatCoordinator - use SingleWriterBpfMap" This reverts commit I93b8b94dcad8f2bc4d022314372fb97109ed8f2f. Reason for revert: ClatIngress6Value and ClatEgress4Value are written to by the clatd.c program (reference aosp/3002596). Due to this, SingleWriterBpfMap is unsuitable in this scenario, as it can only be used when no BPF program ever writes to the map. Change-Id: I382bbfc8554391c6c83a39bbea155114202b71a8