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

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Mar 9 14:39:42 CET 2016


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_t ip, uint8_t depth,
> -uint8_t *next_hop);
> +uint32_t *next_hop);

The indent may be fixed here.


More information about the dev mailing list