commit | 8b6ede60471695f07117e29f5b70539658fe364d | [log] [tgz] |
---|---|---|
author | Tom Burdick <thomas.burdick@intel.com> | Mon Oct 03 12:44:46 2022 -0500 |
committer | Maureen Helm <maureen.helm@intel.com> | Tue Oct 04 09:31:13 2022 -0500 |
tree | 687dbfac04132b794fe37b314a1e22bd50c37dd1 | |
parent | f6e2cb9b84c9ea54e56f7e1490070838800db06e [diff] |
rtio: Release sqe before submitting cqe When an application is waiting on a completion it may be expecting, rightfully so, that a new submissions slot is available. Frees the submission queue event prior to enqueuing the completion queue event in the simple executor. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>