Re: [dpdk-dev] [PATCH] net/mlx5: fix CQ interrupt handling and cleanup

2020-07-27 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Monday, July 27, 2020 11:51 AM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5: fix CQ interrupt handling and cleanup > > Recent patch added creation of Rx CQ using DevX API. > T

[dpdk-dev] [PATCH] net/mlx5: fix CQ interrupt handling and cleanup

2020-07-27 Thread Dekel Peled
Recent patch added creation of Rx CQ using DevX API. The reading of events from DevX channel was not done correctly. This patch fixes the event reading, using the correct data structure. Cleanup after CQ creation, in case of error, is also updated. Fixes: 08d1838f645a ("net/mlx5: implement CQ for