On Thu, 8 Aug 2019, Chris Wilson wrote: > + * By creating our own shmemfs mountpoint, we can pass in > + * mount flags that better match our usecase. > + * > + * One example, although it is probably better with a per-file > + * control, is selecting huge page allocations ("huge=within"). s/within/within_size/ Not that either of us is recommending that direction, but since it's mentioned, better to give the correct name. > + * Currently unused due to bandwidth issues (slow reads) on Broadwell+. Thanks, Hugh