[PATCH 1/2] net/dpaa2: fix build with Gcc 15
Ferruh Yigit
ferruh.yigit at amd.com
Mon Nov 11 02:47:24 CET 2024
On 11/10/2024 6:41 PM, Stephen Hemminger wrote:
> Compiler no longer allows initializing byte array with string.
> warning: initializer-string for array of ‘unsigned char’ is too long
> [-Wunterminated-string-initialization]
> 169 | .vni = "\xff\xff\xff",
> | ^~~~~~~~~~~~~~
>
> Fixes: 39c8044ffb7b ("net/dpaa2: support VXLAN flow matching")
> Cc: jun.yang at nxp.com
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
>
Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list