diff options
author | Brett Creeley <[email protected]> | 2024-02-02 11:59:09 -0800 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2024-02-06 13:26:54 +0100 |
commit | bca10f2c2518b333275becb7f53d6511f622e084 (patch) | |
tree | 04e109660cef4fae7a7768c7da3e102df2387f3b /lib/string_helpers.c | |
parent | 02daffa903e60a864b43a17f7074bb3f7b7baac7 (diff) |
pds_core: Unmask adminq interrupt in work thread
Unmasking the interrupt during the pdsc_adminq_isr
is a bit early and could cause unnecessary interrupts.
Instead always unmask after processing the adminq
and notifyq in pdsc_work_thread()->pdsc_process_adminq().
Also, since we are always unmasking, there's no need
for the local credits variable in pdsc_process_adminq().
Signed-off-by: Brett Creeley <[email protected]>
Reviewed-by: Shannon Nelson <[email protected]>
Reviewed-by: Przemek Kitszel <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions