Zhe Weng 90a8e2e422 usrsock_rpmsg_server: Keep msg order in recursive call
In `drivers/rptun/rptun.c`, we have a `rptun_is_recursive` function,
which lets rptun thread run recursively. Then the `usrsock_rpmsg_ept_cb`
may be called inside `usrsock_rpmsg_ept_cb`, which can cause some
unexpected behavior, so we add a queue to keep the order of incoming
messages to reduce the complexity.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-11-01 10:14:18 +08:00
..
2023-08-03 00:06:24 -07:00
2023-09-22 13:51:00 +08:00
2023-10-27 13:52:28 -03:00
2023-09-22 13:51:00 +08:00
2023-10-17 13:43:43 +08:00
2023-09-16 14:17:47 +08:00
2023-08-02 16:57:09 +02:00
2023-10-11 08:14:49 +02:00
2023-10-27 13:27:05 -03:00