> From: Pavan Nikhilesh [mailto:[email protected]] > Sent: Wednesday, January 10, 2018 11:10 AM > To: Eads, Gage <[email protected]>; [email protected]; > Van Haaren, Harry <[email protected]>; [email protected]; Ma, > Liang J <[email protected]>; [email protected] > Cc: [email protected]; Pavan Nikhilesh <[email protected]> > Subject: [dpdk-dev] [PATCH v2 07/15] examples/eventdev: modify work cycles > > The current work cycles function exchanges source and destination mac > address and also pauses the core for the given cycles. > This patch splits the function into two parts i.e. exchange mac and > pause the cores. The pause cores function is invoked at every stage > where as exchange mac is invoked when packet is transmitted. > > Signed-off-by: Pavan Nikhilesh <[email protected]>
Looks good. After this change, the MAC is only swapped once, making it a "valid" forwarding app, instead of a promiscuous mode performance tester. Acked-by: Harry van Haaren <[email protected]>

