diff options
author | Zbigniew Lukwinski <zbigniew.lukwinski@linux.intel.com> | 2023-10-16 01:23:34 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-11-04 02:44:32 +0300 |
commit | 9fd00df05e81a2e1080ce6e9abc35533dca99d74 (patch) | |
tree | 5f67bd33063ebde441686d222941b4267d0c0c29 /Documentation/translations/zh_TW/admin-guide/index.rst | |
parent | b53e9758a31c683fc8615df930262192ed5f034b (diff) | |
download | linux-9fd00df05e81a2e1080ce6e9abc35533dca99d74.tar.xz |
i3c: master: handle IBIs in order they came
IBI shall be handled in order they appear on the bus. Otherwise could hit
case when order of handling them in device driver will be different. It may
lead to invalid assembling fragmented packets or events order broken.
Added separate workqueue with option WQ_MEM_RECLAIM for each device driver.
This ensures IBI handling order and improves IBI handling performance: IBI
handlers for device B are not blocked by IBI handlers for device A.
Original solution (single workqueue in main driver) was able to handle also
general IBI (not related to specific device) like HJ or MR. So leaving this
for such purposes.
Signed-off-by: Zbigniew Lukwinski <zbigniew.lukwinski@linux.intel.com>
Link: https://lore.kernel.org/r/20231015222334.1652401-2-zbigniew.lukwinski@linux.intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/translations/zh_TW/admin-guide/index.rst')
0 files changed, 0 insertions, 0 deletions