Re: [dpdk-dev] [PATCH v2 08/13] vdpa/mlx5: add basic steering configurations

2020-01-31 Thread Maxime Coquelin
On 1/29/20 11:09 AM, Matan Azrad wrote: > Add a steering object to be managed by a new file mlx5_vdpa_steer.c. > > Allow promiscuous flow to scatter the device Rx packets to the virtio > queues using RSS action. > > In order to allow correct RSS in L3 and L4, split the flow to 7 flows > as req

[dpdk-dev] [PATCH v2 08/13] vdpa/mlx5: add basic steering configurations

2020-01-29 Thread Matan Azrad
Add a steering object to be managed by a new file mlx5_vdpa_steer.c. Allow promiscuous flow to scatter the device Rx packets to the virtio queues using RSS action. In order to allow correct RSS in L3 and L4, split the flow to 7 flows as required by the device. Signed-off-by: Matan Azrad Acked-b