numam-dpdk/lib/librte_lpm
Stephen Hemminger d82927d2f8 lpm6: make IPv6 address immutable
Both the table setup and lookup do no modify their arguments.
Therefore the parameter should be constant.

This is not actually an API breakage since programs can be
recompiled without change. This is not an ABI breakage because
old programs will still run.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2020-02-16 20:45:46 +01:00
..
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build build: remove unneeded function versioning 2020-02-05 21:27:29 +01:00
rte_lpm6.c lpm6: make IPv6 address immutable 2020-02-16 20:45:46 +01:00
rte_lpm6.h lpm6: make IPv6 address immutable 2020-02-16 20:45:46 +01:00
rte_lpm_altivec.h replace license text with SPDX tag on PPC files 2019-08-05 17:17:09 +02:00
rte_lpm_neon.h lpm: replace license text with SPDX tag 2019-07-29 13:31:45 +02:00
rte_lpm_sse.h lpm: remove recursively included header file 2019-01-28 01:47:23 +01:00
rte_lpm_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
rte_lpm.c build: remove unneeded function versioning 2020-02-05 21:27:29 +01:00
rte_lpm.h lpm: remove deprecated code 2019-11-20 23:05:39 +01:00