On 11/10/2024 6:41 PM, Stephen Hemminger wrote: > Fixes warnings from Gcc 15 about using string for initialization. > ../drivers/net/mlx5/mlx5_flow.c: In function ‘mlx5_legacy_dmac_flow_create’: > ../drivers/net/mlx5/mlx5_flow.c:8568:44: warning: initializer-string for > array of ‘unsigned char’ is too long [-Wunterminated-string-initialization] > 8568 | .hdr.dst_addr.addr_bytes = "\xff\xff\xff\xff\xff\xff", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > ../drivers/net/mlx5/mlx5_flow.c: In function > ‘mlx5_legacy_dmac_vlan_flow_create’: > ../drivers/net/mlx5/mlx5_flow.c:8583:44: warning: initializer-string for > array of ‘unsigned char’ is too long [-Wunterminated-string-initialization] > 8583 | .hdr.dst_addr.addr_bytes = "\xff\xff\xff\xff\xff\xff", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~ > > Fixes: cf99567fe566 ("net/mlx5: add legacy unicast flow rules management") > Cc: dsosnow...@nvidia.com > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> >
Dariusz already sent a fix before, will get it: https://patches.dpdk.org/project/dpdk/patch/20241108160724.730989-1-dsosnow...@nvidia.com/