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

Commit 7647c518 authored by Jinesh K. Jayakumar's avatar Jinesh K. Jayakumar
Browse files

net: aquantia: Increase descriptor ring size to 256



Increase AQC descriptor ring sizes for IPA to 256 to prevent
data stalls on transmit path.

CRs-Fixed: 2421992
Change-Id: Ic0afa6e7d72a2f6ec30001aae457539b7578c5ea
Signed-off-by: default avatarJinesh K. Jayakumar <jineshk@codeaurora.org>
parent 5043ac1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include "atl_fwd.h"
#include "atl_qcom_ipa.h"

#define ATL_IPA_DEFAULT_RING_SZ 128
#define ATL_IPA_DEFAULT_RING_SZ 256
#define ATL_IPA_DEFAULT_BUFF_SZ 2048

static inline struct atl_fwd_ring *CH_RING(struct ipa_eth_channel *ch)