>-----Original Message----- >From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> >Sent: Friday, July 1, 2022 2:19 PM >To: Sriram R (QUIC) <quic_srirrama@xxxxxxxxxxx> >Cc: linux-wireless@xxxxxxxxxxxxxxx >Subject: Re: [PATCH 0/3] Mesh Fast xmit support > >WARNING: This email originated from outside of Qualcomm. Please be wary of >any links or attachments, and do not enable macros. > >> >> Sriram R (3): >> cfg80211: increase mesh config attribute bitmask size >> cfg80211: Add provision for changing mesh header cache size >> > >Is there really that much point in making that configurable? I have no idea how a >user could possibly set this to a reasonable value? Hi Johannes, Initially it was set it to a default size of 50 when RFC was sent. There was a suggestion to make it configurable where users could configure this cache size proportional to the required/anticipated network capacity. > >Maybe it would make more sense to auto-size it somehow depending on >memory? Or just pick a reasonable upper bound and leave it at that? > Right, setting a good upper bound should be a relatively easy option, if we don’t need this to be configurable. Thanks, Sriram.R