odp icon indicating copy to clipboard operation
odp copied to clipboard

test: dmafwd: fix remaining packets send

Open AmitShukla87622 opened this issue 8 months ago • 1 comments

If the number of packets to send are not in multiple of the burst size, (num pkts to send % burst size) packets are not sent.

This patch adds a fix to send the remaining number of packets that are less than configured burst size.

Signed-off-by: Amit Prakash Shukla [email protected]

AmitShukla87622 avatar Jun 18 '24 11:06 AmitShukla87622