X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Flinux_gsg%2Flinux_eal_parameters.rst;h=bd3977cb3d915a8bae018eea8dc1e406fd1e2896;hb=769b2de7fb528607bee5cc443dbcddb905a8f61e;hp=28aebfbda2093968d441164d3ff98df1f3d6103f;hpb=3ee567cfec37386707ee71ef432f63d3fb810fec;p=dpdk.git diff --git a/doc/guides/linux_gsg/linux_eal_parameters.rst b/doc/guides/linux_gsg/linux_eal_parameters.rst index 28aebfbda2..bd3977cb3d 100644 --- a/doc/guides/linux_gsg/linux_eal_parameters.rst +++ b/doc/guides/linux_gsg/linux_eal_parameters.rst @@ -40,6 +40,10 @@ Device-related options Use specified interrupt mode for devices bound to VFIO kernel driver. +* ``--vfio-vf-token `` + + Use specified VF token for devices bound to VFIO kernel driver. + Multiprocessing-related options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -49,12 +53,6 @@ Multiprocessing-related options allows running multiple independent DPDK primary/secondary processes under different prefixes. -* ``--base-virtaddr
`` - - Attempt to use a different starting address for all memory maps of the - primary DPDK process. This can be helpful if secondary processes cannot - start due to conflicts in address map. - Memory-related options ~~~~~~~~~~~~~~~~~~~~~~ @@ -90,6 +88,10 @@ Memory-related options Unlink hugepage files after creating them (implies no secondary process support). +* ``--match-allocations`` + + Free hugepages back to system exactly as they were originally allocated. + Other options ~~~~~~~~~~~~~