Hi all,It seems rte_flow_item_eth takes its ethertype in host byte order with i40e, but in network byte order with mlx5.
Wouldn't it be nice to unify that? Else is there a way to know in which byte order the spec should be given? I guess that expands to all fields, but I only compared the ethertype field.
Thanks, Tom