Merge "BpfMapTest - adjust paths for bpfloader change" am: 3bf519f279
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1554235 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I28dc39e671e01194c49f19056ad13027386afd07
This commit is contained in:
committed by
Automerger Merge Worker
commit
36b406bbfc
@@ -52,7 +52,7 @@ public final class BpfMapTest {
|
|||||||
// Sync from packages/modules/Connectivity/Tethering/bpf_progs/offload.c.
|
// Sync from packages/modules/Connectivity/Tethering/bpf_progs/offload.c.
|
||||||
private static final int TEST_MAP_SIZE = 16;
|
private static final int TEST_MAP_SIZE = 16;
|
||||||
private static final String TETHER_INGRESS_FS_PATH =
|
private static final String TETHER_INGRESS_FS_PATH =
|
||||||
"/sys/fs/bpf/map_test_tether_ingress_map";
|
"/sys/fs/bpf/tethering/map_test_tether_ingress_map";
|
||||||
|
|
||||||
private ArrayMap<TetherIngressKey, TetherIngressValue> mTestData;
|
private ArrayMap<TetherIngressKey, TetherIngressValue> mTestData;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user