24/09/2020 06:31, Stephen Hemminger: > On Wed, 9 Sep 2020 11:51:01 -0700 > Stephen Hemminger <step...@networkplumber.org> wrote: > > > This is an improved version of the setup of huge pages > > bases on earlier DPDK setup. > > > > Differences are: > > * autodetects NUMA vs non NUMA > > * allows setting different page sizes > > recent kernels support multiple sizes. > > * accepts a parameter in bytes (not pages). > > * can display current hugepage settings. > > > > Most users will just use --setup argument but if necessary > > the steps of clearing old settings and mounting/umounting > > can be done individually. > > > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > > Ping, no open issues and still not merged.
There are minor issues. >From checkpatch: WARNING:REPEATED_WORD: Possible repeated word: 'of' #462: FILE: usertools/dpdk-hugepages.py:150: + '''get list of of where hugepage filesystem is mounted''' >From Ajit: > +dpdk-hugpages Application Should this be dpdk-hugepages ? > + dpdk-hugpages [options] s/hugpages/hugepages ? I will fix them while applying.