X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_ether%2Frte_ethdev.h;h=78de045ed9f51805f9ffa2cd62a43b5d2ebf38d6;hp=da91f8740526760f662d4a275b3edabc3322f4a6;hb=d6f90afd3070;hpb=cba7f53b717da734151dd9863675f55317330f22 diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index da91f87405..78de045ed9 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -991,6 +991,11 @@ struct rte_eth_conf { */ #define DEV_TX_OFFLOAD_MULTI_SEGS 0x00008000 /**< Device supports multi segment send. */ +#define DEV_TX_OFFLOAD_MBUF_FAST_FREE 0x00010000 +/**< Device supports optimization for fast release of mbufs. + * When set application must guarantee that per-queue all mbufs comes from + * the same mempool and has refcnt = 1. + */ struct rte_pci_device;