Re: [PATCH] net/mlx5: fix mlx5 device start failure

2024-07-01 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Thursday, June 13, 2024 3:45 PM To: Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Dariusz Sosnowski; Suanming Mou; Matan Azrad; rongwei liu; Bing Zhao; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix mlx5 device start failure From: Rongwei Liu When

[PATCH] net/mlx5: fix mlx5 device start failure

2024-06-13 Thread Bing Zhao
From: Rongwei Liu When devargs "allow_duplicate_pattern=0" is specified, PMD won't allow duplicated flows to be inserted and return EEXIST as rte_errno. The queue/RSS split table is shared globally by all representors and PMD didn't prepend port information into it, so all the following ports tr