net/af_xdp: enable zero copy by external mbuf
[dpdk.git] / doc / guides / nics / af_xdp.rst
index 1750381..0bd4239 100644 (file)
@@ -28,6 +28,7 @@ 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);
+*   ``pmd_zero_copy`` - enable zero copy or not (optional, default 0);
 
 Prerequisites
 -------------