X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fnics%2Faf_xdp.rst;h=18defcda37e194e5747575b4de35251ffdba40f6;hb=0463655bf6a19bf34e83f94b44d30d4925265081;hp=1750381535cb9b4c964dba2f40cd315a0bb7fef1;hpb=f1debd77efaf65e6991036cf500cd58466c4f7bb;p=dpdk.git diff --git a/doc/guides/nics/af_xdp.rst b/doc/guides/nics/af_xdp.rst index 1750381535..18defcda37 100644 --- a/doc/guides/nics/af_xdp.rst +++ b/doc/guides/nics/af_xdp.rst @@ -27,7 +27,9 @@ Options The following options can be provided to set up an af_xdp port in DPDK. * ``iface`` - name of the Kernel interface to attach to (required); -* ``queue`` - netdev queue id (optional, default 0); +* ``start_queue`` - starting netdev queue id (optional, default 0); +* ``queue_count`` - total netdev queue number (optional, default 1); +* ``pmd_zero_copy`` - enable zero copy or not (optional, default 0); Prerequisites -------------