[BOT.2] Create a coordinator and stats provider to provide tether stats
Make BPF tethering offload coordinator, BpfCoordinator, registers a network stats provider, BpfTetherStatsProvider, and provide the tethering stats from the BPF map. Bug: 150736748 Test: new test BpfCoordinatorTest Original-Change: https://android-review.googlesource.com/1256189 Merged-In: I22e71f87b67668f7e733e4f215d93bf5b2c9380d Change-Id: I22e71f87b67668f7e733e4f215d93bf5b2c9380d
Showing
- Tethering/src/android/net/ip/IpServer.java 14 additions, 1 deletionTethering/src/android/net/ip/IpServer.java
- Tethering/src/com/android/networkstack/tethering/BpfCoordinator.java 280 additions, 0 deletions...rc/com/android/networkstack/tethering/BpfCoordinator.java
- Tethering/src/com/android/networkstack/tethering/Tethering.java 8 additions, 1 deletion...ing/src/com/android/networkstack/tethering/Tethering.java
- Tethering/src/com/android/networkstack/tethering/TetheringDependencies.java 11 additions, 0 deletions...android/networkstack/tethering/TetheringDependencies.java
- Tethering/tests/unit/src/android/net/ip/IpServerTest.java 5 additions, 3 deletionsTethering/tests/unit/src/android/net/ip/IpServerTest.java
- Tethering/tests/unit/src/com/android/networkstack/tethering/TetheringTest.java 7 additions, 0 deletions...src/com/android/networkstack/tethering/TetheringTest.java
Loading
Please register or sign in to comment