06/09/2021 17:54, Vladimir Medvedkin:
> Fixes: 03b8372a9a73 ("rib: fix max depth IPv6 lookup")
> Cc: ohily...@iol.unh.edu
> Cc: sta...@dpdk.org
>
> Signed-off-by: Vladimir Medvedkin
An explanation would have been appreciated.
> - index = (depth & (UINT8_MAX - 1)) / CHAR_BIT;
> + index =
Fixes: 03b8372a9a73 ("rib: fix max depth IPv6 lookup")
Cc: ohily...@iol.unh.edu
Cc: sta...@dpdk.org
Signed-off-by: Vladimir Medvedkin
---
lib/rib/rte_rib6.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/rib/rte_rib6.c b/lib/rib/rte_rib6.c
index 96424e9..b00c7fb 100644
-
2 matches
Mail list logo