Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 1903c01c authored by Azhar Shaikh's avatar Azhar Shaikh
Browse files

usb: gadget: u_ether: Fix Out-of-order packets in UL bi-dir in RNDIS mode



In current implementation the worker thread which receives packets on USB
can run on any cpu. Since this is the task which is processing ingress
packets for USB and if it moves around between cores, then it will lead
to out-of-order packets.
So enqueue all the packets received on USB only on core0.

CRs-fixed: 669124
Change-Id: I941b634ef52ea22a592051cf65827a8503186605
Signed-off-by: default avatarAzhar Shaikh <azhars@codeaurora.org>
parent bacf292c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment