Re: [dpdk-dev] [PATCH v3 0/9] net/mlx5: add Direct Verbs E-Switch support

2019-04-18 Thread Shahaf Shuler
Thursday, April 18, 2019 4:16 PM, Ori Kam: > Subject: [dpdk-dev] [PATCH v3 0/9] net/mlx5: add Direct Verbs E-Switch > support > > Currently MLX5 PMD supports 3 flow engines: > Verbs, Direct Verbs and TCF. The first two engines are for Nic steering while > the TCF is for

[dpdk-dev] [PATCH v3 0/9] net/mlx5: add Direct Verbs E-Switch support

2019-04-18 Thread Ori Kam
Currently MLX5 PMD supports 3 flow engines: Verbs, Direct Verbs and TCF. The first two engines are for Nic steering while the TCF is for E-Switch steering. This series add E-Switch steering support also for the DV engine. In order to support the new capability there should be support from both th