commit | 06c73643008a049b53417116a279139b93b394d4 | [log] [tgz] |
---|---|---|
author | Chenbo Feng <fengc@google.com> | Mon Mar 05 04:10:38 2018 -0800 |
committer | Chenbo Feng <fengc@google.com> | Tue Mar 06 18:58:22 2018 +0900 |
tree | c09e053ed5dcdb863e24aa5694282a39493f38b6 | |
parent | 6faaa5417e5af08649d13fb0f2c6761fdefafea4 [diff] |
Update the bpf map read flag in system server The previous bpf map read flag of map read helper function is set to zero since the device kernel missed some bpf patches to do bpf read only or write only operation. Now the patches are updated so system_server should only use BPF_F_RDONLY to open the bpf maps. Bug: 73777755 Test: run cts -m CtsNetTestCases -t android.net.cts.TrafficStatsTest Change-Id: I55a1757bc3dc086ef5f54b773c2d362610bd416b