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: [email protected]
> 
> Signed-off-by: Stephen Hemminger <[email protected]>
>

Acked-by: Ferruh Yigit <[email protected]>

Applied to dpdk-next-net/main, thanks.

Reply via email to