[dpdk-dev] [PATCH v4] lpm: extended ipv4 next_hop field

2016-03-09 Thread Thomas Monjalon
2016-03-09 13:40, Michal Jastrzebski: > - librte_lpm.so.2 > + +librte_lpm.so.3 [...] > -LIBABIVER := 2 > +LIBABIVER := 3 The LIBABIVER should be updated only when removing some symbols. Here the ABI compatibility is preserved. > int > rte_lpm_is_rule_present(struct rte_lpm *lpm, uint32_

[dpdk-dev] [PATCH v4] lpm: extended ipv4 next_hop field

2016-03-09 Thread Michal Jastrzebski
From: Michal Kobylinski This patch extend next_hop field from 8-bits to 24-bits in LPM library for IPv4. Added versioning symbols to functions and updated library and applications that have a dependency on LPM library. Signed-off-by: Michal Kobylinski Acked-by: David Hunt --- app/test/test_l