Re: [PATCH] net/mlx5: fix bug trunk is null

2024-05-20 Thread Raslan Darawsheh
Hi, From: Haifei Luo Sent: Wednesday, May 15, 2024 12:36 PM To: Matan Azrad; Ori Kam; Slava Ovsiienko; ferruh.yi...@intel.com; Dariusz Sosnowski; Suanming Mou Cc: dev@dpdk.org; NBU-Contact-Thomas Monjalon (EXTERNAL); Raslan Darawsheh; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix bug trunk is

[PATCH] net/mlx5: fix bug trunk is null

2024-05-15 Thread Haifei Luo
When _mlx5_ipool_get_cache is called, idx may be invalid and the "trunk" is NULL in this case. Assert is not correct and add checks that if trunk is NULL or not. Return NULL If trunk is NULL. Fixes: 42f463395f ("net/mlx5: support indexed pool non-lcore operations") Cc: sta...@dpdk.org Signed-off-