Hi, From: Kevin Traynor <ktray...@redhat.com> Sent: Friday, February 14, 2025 12:05 PM 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 fault
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 Signed-off-by: Kevin Traynor <ktray...@redhat.com> Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh