On Wed, Aug 7, 2019 at 12:26 PM Gagandeep Singh <g.si...@nxp.com> wrote: > > DPDK currently is supporting maximum 3 hugepage, > sizes whereas system can support more than this e.g. > 64K, 2M, 32M and 1G.
You can mention ARM platform here, and that this issue starts with kernel 5.2 (and I would try to mention this in the title as well). This is better than an annotation that will be lost. > Having these four hugepage sizes available to use by DPDK, > which is valid in case of '--in-memory' EAL option or > using 4 separate mount points for each hugepage size; > hugepage_info_init() API reports an error. Can you describe what is the impact from a user point of view rather than mentioning this internal function? > This change increases the maximum supported mount points > to 4. I suppose this fix does the trick for you. However, we are in internal structures and I can't think of an impact on datapath. So we might as well use dynamic allocations rather than just enlarge this array. Did you consider this? -- David Marchand