[dpdk-dev] [PATCH] examples: l3fwd exact-match path rework

2016-02-03 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Tomasz Kulasek > Sent: Friday, January 29, 2016 4:49 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] examples: l3fwd exact-match path rework > > Current implementation of Exact

[dpdk-dev] [PATCH] examples: l3fwd exact-match path rework

2016-01-29 Thread Tomasz Kulasek
Current implementation of Exact-Match uses different execution path than for LPM. Unifying them allows to reuse big part of LPM code and sightly increase performance of Exact-Match. Main changes: - * Packet classification stage is separated from the rest of path for both LPM and EM.