RE: [PATCH] net/mlx5: fix device checking for send to kernel action

2023-10-25 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Jiawei(Jonny) Wang > Sent: Wednesday, October 25, 2023 10:49 AM > To: Suanming Mou ; Slava Ovsiienko > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH] net/mlx5: fix device checking for send to kernel action > > The p

[PATCH] net/mlx5: fix device checking for send to kernel action

2023-10-25 Thread Jiawei Wang
The previous commit extended the send to kernel support on FDB table. This action creation failed at MLX5 core kernel module, due to the VF/SF ports do NOT belong to E-Switch mode. The failure caused the kernel stuck with the older MLX5 core kernel version. This patch adds the checking to avoid cr