Hello Thomas, THanks for the suggestion. Yes. Our DPDK application already has an in-memory option. BTW we are not using a multi-process environment for our DPDK application.
Thanks, Kamaraj On Wed, Sep 1, 2021 at 11:23 PM Thomas Monjalon <tho...@monjalon.net> wrote: > 01/09/2021 18:09, Kamaraj P: > > Thanks Bruce. > > > > BTW we are trying to run our application as docker container. > > We may need to pass the parameters(system capability) along with docker > > command line to mount the hugepages ? > > Like this : > https://github.com/usnistgov/ndn-dpdk/blob/main/docs/Docker.md > > > > Please share your thoughts. > > The easiest is to run with --in-memory option. > > If you really want the hugetlb files (for multi-process), > use such docker option: > --mount type=bind,src=/dev/hugepages,dst=/dev/hugepages > > > >