Re: [PATCH v5 19/22] rib6: fix some highest bits handling

2025-07-23 Thread Medvedkin, Vladimir
Acked-by: Vladimir Medvedkin On 7/23/2025 2:31 PM, David Marchand wrote: Without an explicit type, ip_xor gets promoted to a int. ../lib/rib/rte_rib6.c:348:26: runtime error: left shift of 130 by 24 places cannot be represented in type 'int' Signed-off-by: David Marchand --- lib/ri

Re: [PATCH v5 19/22] rib6: fix some highest bits handling

2025-07-23 Thread Bruce Richardson
On Wed, Jul 23, 2025 at 03:31:52PM +0200, David Marchand wrote: > Without an explicit type, ip_xor gets promoted to a int. > > ../lib/rib/rte_rib6.c:348:26: runtime error: > left shift of 130 by 24 places cannot be represented in type 'int' > > Signed-off-by: David Marchand > --- Acked-by:

[PATCH v5 19/22] rib6: fix some highest bits handling

2025-07-23 Thread David Marchand
Without an explicit type, ip_xor gets promoted to a int. ../lib/rib/rte_rib6.c:348:26: runtime error: left shift of 130 by 24 places cannot be represented in type 'int' Signed-off-by: David Marchand --- lib/rib/rte_rib6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git