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

Commit 9ccd6262 authored by Gilad Broner's avatar Gilad Broner Committed by Gerrit - the friendly Code Review server
Browse files

usb: u_bam: increase data rx queue size



The hardware controller can actually serve a larger number of requests at
once. This will reduce the overhead of queueing the requests to the
endpoint and improve cpu usage noticably while consuming only slightly
more memory.

Change-Id: Iddc25048f2ce50255ef36b50e883b3baf3e4e718
Signed-off-by: default avatarGilad Broner <gbroner@codeaurora.org>
parent e7c6d026
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ static const enum ipa_client_type usb_cons[BAM2BAM_N_PORTS] = {

#define BAM_MUX_HDR				8

#define BAM_MUX_RX_Q_SIZE			16
#define BAM_MUX_RX_Q_SIZE			128
#define BAM_MUX_TX_Q_SIZE			200
#define BAM_MUX_RX_REQ_SIZE			2048   /* Must be 1KB aligned */