mbox series

[v3,0/2] l3fwd improvements

Message ID 20210610065740.231799-1-ruifeng.wang@arm.com (mailing list archive)
Headers
Series l3fwd improvements |

Message

Ruifeng Wang June 10, 2021, 6:57 a.m. UTC
  This series of patches include changes to l3fwd example application.
Some improvements are made for better usage of CPU cycles and memory.

v3:
Dropped 1/3 code reorg from v2.

v2:
Dropped 1/4 prefetch to write change from v1.
Dropped 4/4 data struct change from v1.
Added 1/3 code reorganize.
Updated 3/3 to add 'const'. (Jerin)

Ruifeng Wang (2):
  examples/l3fwd: eliminate unnecessary calculations
  examples/l3fwd: eliminate unnecessary reloads in loop

 examples/l3fwd/l3fwd_lpm.c      | 10 ++++++----
 examples/l3fwd/l3fwd_lpm_neon.h | 10 +++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)
  

Comments

David Marchand July 5, 2021, 8:36 a.m. UTC | #1
On Thu, Jun 10, 2021 at 8:58 AM Ruifeng Wang <ruifeng.wang@arm.com> wrote:
>
> This series of patches include changes to l3fwd example application.
> Some improvements are made for better usage of CPU cycles and memory.
>
> v3:
> Dropped 1/3 code reorg from v2.
>
> v2:
> Dropped 1/4 prefetch to write change from v1.
> Dropped 4/4 data struct change from v1.
> Added 1/3 code reorganize.
> Updated 3/3 to add 'const'. (Jerin)
>

Series applied, thanks.