RE: [PATCH] net/mlx5: fix shared Rx queue config reuse

2022-11-06 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, November 2, 2022 4:25 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko ; Matan Azrad ; > Xueming(Steven) Li > Subject: [PATCH] net/mlx5: fix shared Rx queue config reuse > > There is a

RE: [PATCH] net/mlx5: fix shared Rx queue config reuse

2022-11-06 Thread Matan Azrad
> There is a check for the configuration match between all the Rx queues > shared among multiple ports in DPDK. > This check ensures that the configuration is the same. > > The issue is this check takes place before the queue is released and > configured again in case of reconfiguration. > That