RE: [PATCH] net/mlx5: fix E-Switch disabling when DV flow disable

2022-03-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Wednesday, March 2, 2022 9:15 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko > Subject: [PATCH] net/mlx5: fix E-Switch disabling when DV flow disable > > E-Switch DV flo

[PATCH] net/mlx5: fix E-Switch disabling when DV flow disable

2022-03-02 Thread Michael Baum
E-Switch DV flow is supported only when DV flow is supported and enabled. The mlx5_shared_dev_ctx_args_config() function ensures that when the environment does not support DV, the "dv_esw_en" flag is turned off. However, when the environment is supportive but the user has requested to disable it,