Re: [dpdk-dev] [PATCH 0/3] rib: minor fixes

2020-07-07 Thread Thomas Monjalon
25/06/2020 22:32, Stephen Hemminger: > Some minor updates to the RIB library to fix issues found > while reviewing and trying it out. > > Stephen Hemminger (3): > rib: constify arguments > rib: check for invalid max_nodes > rib: add C++ include guard Applied, thanks

[dpdk-dev] [PATCH 0/3] rib: minor fixes

2020-06-25 Thread Stephen Hemminger
Some minor updates to the RIB library to fix issues found while reviewing and trying it out. Stephen Hemminger (3): rib: constify arguments rib: check for invalid max_nodes rib: add C++ include guard lib/librte_rib/rte_rib.c | 11 +-- lib/librte_rib/rte_rib.h | 17 +--