Re: [dpdk-dev] [PATCH v6 3/5] mbuf: deinline rte_pktmbuf_clone

2019-10-16 Thread David Marchand
On Tue, Oct 8, 2019 at 6:34 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 > Acked-by: Olivier Matz Applied, thanks. -- David Marchand

[dpdk-dev] [PATCH v6 3/5] mbuf: deinline rte_pktmbuf_clone

2019-10-08 Thread Stephen Hemminger
Cloning mbufs requires allocations and iteration and therefore should not be an inline. Signed-off-by: Stephen Hemminger Acked-by: Andrew Rybchenko Acked-by: Olivier Matz --- lib/librte_mbuf/rte_mbuf.c | 39 lib/librte_mbuf/rte_mbuf.h | 38 ++---