Re: [dpdk-dev] [PATCH 1/4] net/mlx5: fix invalid multi-process ID

2021-01-25 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Sunday, January 24, 2021 1:02 PM > To: Slava Ovsiienko ; Matan Azrad > > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: [PATCH 1/4] net/mlx5: fix invalid multi-process ID > > The device port_id is used for inter-process communication

[dpdk-dev] [PATCH 1/4] net/mlx5: fix invalid multi-process ID

2021-01-24 Thread Suanming Mou
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 wheth