Re: [dpdk-dev] [PATCH 1/4] examples/l3fwd: tune prefetch for better performance

2021-05-19 Thread Ruifeng Wang
: Re: [dpdk-dev] [PATCH 1/4] examples/l3fwd: tune prefetch for > better performance > > On Thu, Mar 18, 2021 at 3:56 PM Ruifeng Wang > wrote: > > > > Packet header is prefetched before packet processing for better memory > > access performance. As L2 header will be up

Re: [dpdk-dev] [PATCH 1/4] examples/l3fwd: tune prefetch for better performance

2021-04-13 Thread Honnappa Nagarahalli
> On Thu, Mar 18, 2021 at 3:56 PM Ruifeng Wang > wrote: > > > > Packet header is prefetched before packet processing for better memory > > access performance. As L2 header will be updated by l3fwd, using of > > prefetch for store hint will set cache line to proper status and > > reduce cache mai

Re: [dpdk-dev] [PATCH 1/4] examples/l3fwd: tune prefetch for better performance

2021-04-13 Thread Jerin Jacob
On Thu, Mar 18, 2021 at 3:56 PM Ruifeng Wang wrote: > > Packet header is prefetched before packet processing for better > memory access performance. As L2 header will be updated by l3fwd, > using of prefetch for store hint will set cache line to proper > status and reduce cache maintenance overhea

[dpdk-dev] [PATCH 1/4] examples/l3fwd: tune prefetch for better performance

2021-03-18 Thread Ruifeng Wang
Packet header is prefetched before packet processing for better memory access performance. As L2 header will be updated by l3fwd, using of prefetch for store hint will set cache line to proper status and reduce cache maintenance overhead. With this change, 12.9% performance uplift was measured on