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:
Azhar Shaikh <azhars@codeaurora.org>
Loading
Please register or sign in to comment