Re: [PATCH] rte_rib6: fix references to rte_rib

2022-06-26 Thread Thomas Monjalon
> > The comments in rte_rib6 were cut-and-pasted from rte_rib > > and because of that some references to rte_rib_node were > > not updated. > > > > Signed-off-by: Stephen Hemminger > Acked-by: Vladimir Medvedkin Applied, thanks.

Re: [PATCH] rte_rib6: fix references to rte_rib

2022-06-24 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 22/06/2022 21:41, Stephen Hemminger wrote: The comments in rte_rib6 were cut-and-pasted from rte_rib and because of that some references to rte_rib_node were not updated. Signed-off-by: Stephen Hemminger --- lib/rib/rte_rib6.h | 6 +++--- 1 file changed, 3 i

[PATCH] rte_rib6: fix references to rte_rib

2022-06-22 Thread Stephen Hemminger
The comments in rte_rib6 were cut-and-pasted from rte_rib and because of that some references to rte_rib_node were not updated. Signed-off-by: Stephen Hemminger --- lib/rib/rte_rib6.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/rib/rte_rib6.h b/lib/rib/rte_rib6.