Commit b38db2d
committed
userspace: proxy: allocate work item as cached
The proxy now uses a separate worker per core. Each work item is
allocated, submitted and processed on the same core, so cross-core
coherency is no longer required. The same applies when per-core DP
threads process work items.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent 37ce4ab commit b38db2d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
0 commit comments