> -----Original Message-----
> From: Kevin Traynor <ktray...@redhat.com>
> Sent: Friday, February 14, 2025 11:06
> To: dev@dpdk.org
> Cc: Dariusz Sosnowski <dsosnow...@nvidia.com>; Maayan Kashani
> <mkash...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; Ori Kam
> <or...@nvidia.com>; Kevin Traynor <ktray...@redhat.com>; sta...@dpdk.org
> Subject: [PATCH] net/mlx5: fix flow null ops seg fault
>
> External email: Use caution opening links or attachments
>
>
> 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>
For segfault fix:
Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com>
Regarding why null ops where selected here, let's continue on Bugzilla.
Best regards,
Dariusz Sosnowski