On Mon, 30 May 2022 20:24:36 +0200 Stanislaw Kardach <[email protected]> wrote:
> All other rte_lpm_lookup* functions take lpm argument as a const. As the > basic rte_lpm_lookup() performs the same function, it should also do > that. > > As this function is inline, no API/ABI change happens. > > Signed-off-by: Stanislaw Kardach <[email protected]> Acked-by: Stephen Hemminger <[email protected]>

