[dpdk-dev] [PATCH v3 0/2] l3fwd improvements
    Ruifeng Wang 
    ruifeng.wang at arm.com
       
    Thu Jun 10 08:57:38 CEST 2021
    
    
  
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(-)
-- 
2.25.1
    
    
More information about the dev
mailing list