RE: [PATCH v2] net/mlx5: fix Windows flow table and queue routine

2022-11-06 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Sunday, November 6, 2022 5:26 AM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH v2] net/mlx5: fix Windows flow table and queue routine > > The macro HAVE_MLX5

[PATCH v2] net/mlx5: fix Windows flow table and queue routine

2022-11-05 Thread Suanming Mou
The macro HAVE_MLX5_HWS_SUPPORT was introduced for HWS only. And HWS was not supported on Windows. So macro HAVE_MLX5_HWS_SUPPORT should be only around the code which HWS uses, but avoid including the code block shared by Linux and Windows. Fixes: 22681deead3e ("net/mlx5/hws: enable hardware steer