Re: [dpdk-dev] [PATCH v2] net/mlx5: fix interrupt installation timing

2020-05-31 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Thursday, May 28, 2020 12:22 PM > To: Slava Ovsiienko ; Matan Azrad > ; dev@dpdk.org > Cc: Raslan Darawsheh ; sta...@dpdk.org > Subject: [PATCH v2] net/mlx5: fix interrupt installation timing > > Currently, the DevX counter query work

[dpdk-dev] [PATCH v2] net/mlx5: fix interrupt installation timing

2020-05-28 Thread Suanming Mou
Currently, the DevX counter query works asynchronously with Devx interrupt handler return the query result. When port closes, the interrupt handler will be uninstalled and the Devx comp obj will also be destroyed. Meanwhile the query is still not cancelled. In this case, counter query may use the