Re: [PATCH] event/dlb2: rework queue drain handling

2022-06-09 Thread Jerin Jacob
On Mon, Jun 6, 2022 at 9:36 PM Timothy McDaniel wrote: > > Previously, anything that prevented the CQs from being drained > would hang the PMD for an unacceptably long time. This commit updates > the drain logic to be resource and time based, thus eliminating > the potential for a long hang when d

[PATCH] event/dlb2: rework queue drain handling

2022-06-06 Thread Timothy McDaniel
Previously, anything that prevented the CQs from being drained would hang the PMD for an unacceptably long time. This commit updates the drain logic to be resource and time based, thus eliminating the potential for a long hang when draining the queues in preparation for a reset. Fixes: 1857f1922ce