Re: [dpdk-dev] [PATCH] net/mlx5: fix representor interrupts handler assignment

2021-07-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Gregory Etelson > Sent: Tuesday, July 20, 2021 6:38 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; sta...@dpdk.org; Slava > Ovsiienko ; Matan Azrad ; > Shahaf Shuler > Subject: [dpdk-dev] [PATCH] net/mlx5: fi

[dpdk-dev] [PATCH] net/mlx5: fix representor interrupts handler assignment

2021-07-20 Thread Gregory Etelson
In mlx5 PMD the PCI device interrupt vector was used by Uplink representor exclusively and other VF representors did not support interrupt mode. All the VFs and Uplink representors are separate ethernet devices and must have dedicated interrupt vectors. The fix provides each representor with a dedi