iperf
, we found that traffic can not go through the IPA
.ip4_rt
and hdr
in the kernel debugfs
, there is no client information inside them.ipacm
. From the log we can observe that some errors occurred when calling the IOCTL(IPA_IOC_QUERY_INTF)
.IOCTL
handler of IPA driver, it will return the error -1
if it can not find the registered interface.ipacm log
IOSS
is used to manage 3rd ethernet driver to attach to IPA
, and we can check the related log from ipc_logging
mechanism.IOSS
log, it shows that the qcom,ioss
property can not be matched when parsing the device tree, so the IPA
registration was skipped.ioss log
PCI
bus, it will notify the IOSS
subsystem to process the registration, but since the device does not have the IPA
related property, the registration will fail.sdxlemur-mtp-mbb-pcie-rc-ep.dtsi
, including this DTSI file in the sdxlemur-v2-mtp-cpe.dts
makes it have the qcom,ioss
property.sdxlemur-mtp-mbb-pcie-rc-ep.dtsi