> > +/** RIB nodes allocation type */
> > +enum rte_rib_alloc_type {
> > +   RTE_RIB_MALLOC,
> > +   RTE_RIB_MEMPOOL,
> > +   RTE_RIB_ALLOC_MAX
> > +};
> 
> Not sure you need this any more. Malloc allocations and mempool
> allocations are now pretty much the same thing.

Sorry, please ignore this comment. I mistook mempool for memzone.


Reply via email to