I am using a custom board with LS1046ardb. I am running dpdk for port 0 and port 1 with l2fwd-crypto application.
DPDK l2fwd-crypto works fine for some time but after some time (> 30 minutes)no packets are coming out from the ports. There is no error message and DPDK application continues to run.
If i put print statement , I can see packets in rx buffer . crypto dequeue also looks okay.
if i stop the application and rerun again , it is okay.
Kindly help.