net/bnxt: use macro for PCI log format
[dpdk.git] / drivers / net / mlx5 / mlx5_utils.h
index 53a79d7..d81ace3 100644 (file)
@@ -101,6 +101,7 @@ struct mlx5_indexed_pool_config {
         */
        uint32_t need_lock:1;
        /* Lock is needed for multiple thread usage. */
+       uint32_t release_mem_en:1; /* Rlease trunk when it is free. */
        const char *type; /* Memory allocate type name. */
        void *(*malloc)(const char *type, size_t size, unsigned int align,
                        int socket);