I'm developing a board useing LS1043A,the lsdk is 19.06. The board has 7 ports just like LS1043ARDB. When I use IXIA to test packet forwarding between fm1-mac1 and fm1-mac2, some packets lost. The topology of my test is: IXIA port1 -- fm1-mac1, IXIA port2 -- fm1-mac2, IXIA port1 and port2 send packets which length is 64 bytes. port1 receive packets sent by port2, and port2 recieve pakcets sent by port1. I use testpmd to do the test, the command is : testpmd -c 0xf -n 1 -- -i --portmask=0x3f --nb-core=3 --coremask=0xe I checked the statistics of the ports: fm0-port-rx2 counter: 14236221 fm0-port-rx2 counter: 14236221 fm0-port-rx2 counter: 128736103 fm0-port-rx2 counter: 128736103 fm0-port-rx2 counter: 0 fm0-port-rx2 counter: 0 The value of port_dealloc_buf and port_discard_frame is equal to the lost packetes. My question is: what do port_dealloc_buf and port_discard_frame mean? How can I solve this problem?