[dpdk-dev] [PATCH v2 1/2] Add RIB library

Richardson, Bruce bruce.richardson at intel.com
Wed Mar 14 13:05:38 CET 2018


> > +/** 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.




More information about the dev mailing list