Hello Janarbek Matai,
It's seems that your test result is normal, please refer to the following log with LSDK 1812 images.
root@localhost:/mnt# ./dynamic_aiop_only.sh
restool LSDK-18.12
MC firmware version: 10.12.0
Disconnecting DPNIs to create AIOP connections
Creating AIOP Container
Assigned dpbp.0 to dprc.2
Assigned dpbp.2 to dprc.2
Assigned dpbp.3 to dprc.2
Assigned dpbp.4 to dprc.2
Assigned dpni.1 to dprc.2
Connecting dpni.1<------->dpmac.1
Assigned dpni.2 to dprc.2
Connecting dpni.2<------->dpmac.2
AIOP Container dprc.2 created
----- Contents of AIOP Container: dprc.2 -----
dprc.2 contains 7 objects:
object label plugged-state
dpni.2 plugged
dpni.1 plugged
dpbp.4 plugged
dpbp.3 plugged
dpbp.2 plugged
dpbp.0 plugged
dpcon.0 plugged
-----
====================================================
Creating AIOP Tool Container
Assigned dpaiop.0 to dprc.3
Assigned dpmcp.28 to dprc.3
AIOP Tool Container dprc.3 created
----- Contents of AIOP Tool Container: dprc.3 -----
dprc.3 contains 2 objects:
object label plugged-state
dpaiop.0 plugged
dpmcp.28 plugged
-----
====================================================
Performing VFIO mapping for AIOP Tool Container (dprc.3)
Performing vfio mapping for dprc.3
========== Summary =================================
AIOP Container: dprc.2
AIOP Tool Container: dprc.3
====================================================
root@localhost:/mnt# find /usr/ -name aiop_reflector.elf
/usr/local/aiop/bin/LS1088A/aiop_reflector.elf
/usr/local/aiop/bin/LS2085A/aiop_reflector.elf
/usr/local/aiop/bin/LS2088A/aiop_reflector.elf
root@localhost:/mnt# aiop_tool load -g dprc.3 -f /usr/local/aiop/bin/LS1088A/aiop_reflector.elf &
[1] 4136
root@localhost:/mnt# [ 522.876914] arm-smmu 5000000.iommu: Unhandled context fault: fsr=0x402, iova=0x 8182000077, fsynr=0x300010, cb=6
AIOP Image (/usr/local/aiop/bin/LS1088A/aiop_reflector.elf) with args ((null)) loaded successfully.
root@localhost:/mnt# cat /dev/fsl_aiop_console | grep REFLECTOR
REFLECTOR : Successfully configured ni0 (dpni.2) ""
REFLECTOR : dpni.2 <---connected---> dpmac.2 (MAC addr: 00:00:00:00:00:07)
REFLECTOR : Successfully configured ni1 (dpni.1) ""
REFLECTOR : dpni.1 <---connected---> dpmac.1 (MAC addr: 00:00:00:00:00:06)
REFLECTOR : NI 0 link is UP
When using a Packet Generator to inject traffic, connect one port of the packet generator to MAC1 of RDB-1 and a second port to MAC2 of RDB-1.

During frame processing, the AIOP Logger will print the following brief information about every reflected packet:
NI ID on which the frame was processed
AIOP Core number on which the task executes
Received IP source and destination addresses
# tail –f /dev/fsl_aiop_console
RX on NI 0 | CORE:15
MAC_SA: 00-10-94-00-00-02 MAC_DA: 00-00-00-00-00-06
IP_SRC: 192.85.1.1 IP_DST: 192.0.0.1
RX on NI 0 | CORE:14
MAC_SA: 00-10-94-00-00-02 MAC_DA: 00-00-00-00-00-06
IP_SRC: 192.85.1.2 IP_DST: 192.0.0.1
. . .
RX on NI 0 | CORE:9
MAC_SA: 00-10-94-00-00-02 MAC_DA: 00-00-00-00-00-06
IP_SRC: 192.85.1.3 IP_DST: 192.0.0.1
Thanks,
Yiping