Is it possible to construct mbuf manually instead getting one from
mempool ? I've got a situation that needs to handle a relatively small
number of jumbo frames, we keep a mempool of objects of regular size and
wanted to construct mbuf ourselves for jumbo frames as one segment using
rte_malloc. I have searched the dpdk source code a bit but can't find such
use case. Is it doable with dpdk ? Or it's recommended to keep a separate
mempool for objects of larger size ?

Thanks,
Mike

Reply via email to