> 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 01/15] examples/eventdev: add Rx adapter > support > > Use event Rx adapter for packets Rx instead of explicit producer logic. > Use service run iter function for granular control instead of using > dedicated service lcore. > > Signed-off-by: Pavan Nikhilesh <[email protected]> > --- > > v2 Changes: > - split work funtion into delay cycles and excange_mac > - add option to configure mempool size > - remove prod_data structure(Gage) > - simplifly locks used while calling producer and scheduler(Gage)
Series-Acked-By: Harry van Haaren <[email protected]>

