Ping. This series optimizes l2fwd schedule mode performance by enabling lockless packet output (when possible) and corrects a bug in queue/plain mode forwarding.
> -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of Petri > Savolainen > Sent: Thursday, September 15, 2016 12:51 PM > To: [email protected] > Subject: Suspected SPAM - [lng-odp] [PATCH 1/3] test: l2fwd: lookup table > for sched mode > > Replaced linear destination port search in scheduler mode > with a lookup table. Table index is API provided pktio_index > and data is application port index. > > Signed-off-by: Petri Savolainen <[email protected]> > --- > test/common_plat/performance/odp_l2fwd.c | 68 +++++++++++++++++++-------- > ----- > 1 file changed, 41 insertions(+), 27 deletions(-)
