X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Ffeatures.rst;h=6538470ac7d71f08f429170681040ab1c6ae684e;hp=17745dace004c4794913d923a3c02371b067f3a5;hb=d6f90afd3070;hpb=cba7f53b717da734151dd9863675f55317330f22 diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index 17745dace0..6538470ac7 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -628,6 +628,15 @@ Supports packet type parsing and returns a list of supported types. .. _nic_features_timesync: +Mbuf fast free +-------------- + +Supports optimization for fast release of mbufs following successful Tx. +Requires that per queue, all mbufs come from the same mempool and has refcnt = 1. + +* **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_MBUF_FAST_FREE``. +* **[provides] rte_eth_dev_info**: ``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_MBUF_FAST_FREE``. + Timesync --------