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

Commit 58bdd471 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 1dec1e2b 4b36d65d
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)