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

Commit 4b36d65d authored by Jinesh K. Jayakumar's avatar Jinesh K. Jayakumar
Browse files

net: aquantia: Reduce default AQC IPA ring sizes to 128



Reduce default AQC ring sizes for IPA offload path since allocation of
large contiguous memory can sometimes fail during boot up.

CRs-Fixed: 2436744
Change-Id: I9dc503018dbb373a1c1f308b2dff83a88222f6a1
Signed-off-by: default avatarJinesh K. Jayakumar <jineshk@codeaurora.org>
parent 3b004662
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 256
#define ATL_IPA_DEFAULT_RING_SZ 128
#define ATL_IPA_DEFAULT_BUFF_SZ 2048

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