Problem
When testing the downlink throughput using iperf, we found that traffic can not go through the IPA.
After checking the ip4_rt and hdr in the kernel debugfs, there is no client information inside them.
Debug Messages Analysis
In order to find out the reason, we enable the log message of ipacm. From the log we can observe that some errors occurred when calling the IOCTL(IPA_IOC_QUERY_INTF).
In the IOCTL handler of IPA driver, it will return the error -1 if it can not find the registered interface.
:::spoiler ipacm log