Re: [dpdk-dev] [PATCH 0/4] l3fwd improvements

2021-04-16 Thread Ling, WeiX
a...@arm.com; Ruifeng > Wang > Subject: [dpdk-dev] [PATCH 0/4] l3fwd improvements > Tested-by: Wei Ling

Re: [dpdk-dev] [PATCH 0/4] l3fwd improvements

2021-04-13 Thread Jerin Jacob
On Tue, Apr 13, 2021 at 1:54 PM Ruifeng Wang wrote: > > Hello, > > This patch series targeted to improve L3fwd example. Performance gain was > observed on N1SDP platform. > > It would be good if you can run this series on your platforms and see if > there is any performance impact. I will test

Re: [dpdk-dev] [PATCH 0/4] l3fwd improvements

2021-04-13 Thread Ruifeng Wang
Hello, This patch series targeted to improve L3fwd example. Performance gain was observed on N1SDP platform. It would be good if you can run this series on your platforms and see if there is any performance impact. Thanks, Ruifeng > -Original Message- > From: Ruifeng Wang > Sent: Thu

[dpdk-dev] [PATCH 0/4] l3fwd improvements

2021-03-18 Thread Ruifeng Wang
This series of patches include changes to l3fwd example application. Some improvements are made for better usage of CPU cycles and memory. Ruifeng Wang (4): examples/l3fwd: tune prefetch for better performance examples/l3fwd: eliminate unnecessary calculations examples/l3fwd: eliminate unnec