[dpdk-dev] [PATCH v7] usertools: add a huge page setup script
Thomas Monjalon
thomas at monjalon.net
Sun Nov 22 22:30:00 CET 2020
24/09/2020 06:31, Stephen Hemminger:
> On Wed, 9 Sep 2020 11:51:01 -0700
> Stephen Hemminger <stephen at 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 <stephen at 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.
More information about the dev
mailing list