[dpdk-dev] [PATCH 0/5] l3fwd and lpm cleanups

Stephen Hemminger stephen at networkplumber.org
Sun Jan 26 02:09:06 CET 2020


While working on l3fwd, saw some minor things that should be cleaned up.

Stephen Hemminger (5):
  lpm: make ipv6 address immutable
  examples/l3fwd: use RTE_DIM
  examples/l3fwd: make lookup struct static
  examples/l3fwd: make route array constant
  examples/l3fwd: improve readability for destination lookup

 examples/l3fwd/l3fwd_lpm.c | 42 ++++++++++++++++++++------------------
 lib/librte_lpm/rte_lpm6.c  |  8 ++++----
 lib/librte_lpm/rte_lpm6.h  |  6 +++---
 3 files changed, 29 insertions(+), 27 deletions(-)

-- 
2.20.1



More information about the dev mailing list