RE: [PATCH] net/mlx5: fix flow null ops seg fault

2025-02-18 Thread Dariusz Sosnowski
> -Original Message- > From: Kevin Traynor > Sent: Friday, February 14, 2025 11:06 > To: dev@dpdk.org > Cc: Dariusz Sosnowski ; Maayan Kashani > ; Raslan Darawsheh ; Ori Kam > ; Kevin Traynor ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix flow null ops seg f

[PATCH] net/mlx5: fix flow null ops seg fault

2025-02-14 Thread Kevin Traynor
flow null driver ops may get selected and try to call .list_create causing a seg fault. Full details and back traces in bugzilla. Add a null ops implementation for .list_create. Bugzilla ID: 1661 Fixes: e38776c36c8a ("net/mlx5: introduce HWS for non-template flow API") Cc: sta...@dpdk.org Signe