On Mon, 20 Jan 2020 19:16:24 +0000 Viacheslav Ovsiienko <viachesl...@mellanox.com> wrote:
> + ((user_mbp_priv->flags & RTE_PKTMBUF_POOL_F_PINNED_EXT_BUF) ? > + sizeof(struct rte_mbuf_ext_shared_info) : > + user_mbp_priv->mbuf_data_room_size Should rte_pktmbuf_data_room_size() be used, and have it return the right value for external mbuf?