On 10/1/2024 9:17 AM, Robin Jarry wrote:
> @@ -918,12 +918,14 @@ static struct chrte_fparse parseitem[] = {
> .fptr = ch_rte_parsetype_ipv6,
> .dmask = &(const struct rte_flow_item_ipv6) {
> .hdr = {
> - .src_addr =
> + .src_addr = { .a =
> "\xff\xff\xff\xff\xff\xff\xff\xff"
> "\xff\xff\xff\xff\xff\xff\xff\xff",
> - .dst_addr =
> + },
> + .dst_addr = { .a =
> "\xff\xff\xff\xff\xff\xff\xff\xff"
> "\xff\xff\xff\xff\xff\xff\xff\xff",
> + },
>
Hi Robin,
gcc 15 complains about the string initialization [1], can we change
these initializers?
[1]
https://patches.dpdk.org/project/dpdk/patch/[email protected]/