Re: [dpdk-dev] [PATCH v2 1/3] examples/l3fwd: reorganize code for better performance

2021-06-06 Thread Jerin Jacob
On Tue, Jun 1, 2021 at 1:27 PM Ruifeng Wang wrote: > > Moved rfc1812 process prior to NEON registers store. > On N1SDP, this reorganization mitigates CPU frontend stall and backend > stall when forwarding. > > On N1SDP with MLX5 40G NIC, this change showed 10.2% performance gain > in single port s

[dpdk-dev] [PATCH v2 1/3] examples/l3fwd: reorganize code for better performance

2021-06-01 Thread Ruifeng Wang
Moved rfc1812 process prior to NEON registers store. On N1SDP, this reorganization mitigates CPU frontend stall and backend stall when forwarding. On N1SDP with MLX5 40G NIC, this change showed 10.2% performance gain in single port single core MRR test. On ThunderX2, this changed showed no perform