Re: [dpdk-dev] [PATCH v3 3/6] mbuf: deinline rte_pktmbuf_clone
On 9/30/19 10:20 PM, Stephen Hemminger wrote: Cloning mbufs requires allocations and iteration and therefore should not be an inline. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko
[dpdk-dev] [PATCH v3 3/6] mbuf: deinline rte_pktmbuf_clone
Cloning mbufs requires allocations and iteration and therefore should not be an inline. Signed-off-by: Stephen Hemminger --- lib/librte_mbuf/rte_mbuf.c | 39 lib/librte_mbuf/rte_mbuf.h | 38 ++- lib/librte_mbuf/rte_mbuf_ver