Hi, > -----Original Message----- > From: Suanming Mou <[email protected]> > Sent: Sunday, January 24, 2021 1:02 PM > To: Slava Ovsiienko <[email protected]>; Matan Azrad > <[email protected]> > Cc: Raslan Darawsheh <[email protected]>; [email protected] > Subject: [PATCH 1/4] net/mlx5: fix invalid multi-process ID > > The device port_id is used for inter-process communication and must > be the same both for primary and secondary process > > This IPC port_id was configured with the invalid temporary value in > port spawn routine. This temporary value was used by the function > rte_eth_dev_get_port_by_name() to check whether the port exists. > > This commit corrects the mp port_id with rte_eth_dev port_id. > > Fixes: 2eb4d0107acc ("net/mlx5: refactor PCI probing on Linux") > Missing Cc: [email protected] Will add during integration. > Signed-off-by: Suanming Mou <[email protected]> > Acked-by: Viacheslav Ovsiienko <[email protected]> > ---
Kindest regards, Raslan Darawsheh

