I want to create rte flows so that the mlx5 driver parse a GTPU header and RSS the packets based on inner 5 tuple. My application is vpp based running inside a VM and using VFs from ConnectX-6 Dx adapter. The rte flow creation is failing because tunnel_stateless_gtp offload is not supported.
A google search says that “tunnel_stateless_gtp
offload is not supported on a Virtual Function (VF) of the ConnectX-6 Dx adapter.“ Is it true? In that case what are my alternatives? I can’t use the whole PF.