Re: [dpdk-dev] [PATCH v2 3/9] net/mlx5: add Direct Rules E-Switch support

2019-04-18 Thread Yongseok Koh
On Thu, Apr 18, 2019 at 11:28:44AM +, Ori Kam wrote: > This commit checks the for DR E-Switch support. > The support is based on both Device and Kernel. > This commit also enables the user to manualy disable this this feature. > > Signed-off-by: Ori Kam > --- Only one minor nit below. With

[dpdk-dev] [PATCH v2 3/9] net/mlx5: add Direct Rules E-Switch support

2019-04-18 Thread Ori Kam
This commit checks the for DR E-Switch support. The support is based on both Device and Kernel. This commit also enables the user to manualy disable this this feature. Signed-off-by: Ori Kam --- v2: * Address ML comments. --- drivers/net/mlx5/Makefile | 5 + drivers/net/mlx5/meson.bui