[dpdk-dev] [PATCH v5 00/12] mbuf: enhancements of mbuf clones

2015-04-21 Thread Olivier Matz
The first objective of this series is to fix the support of indirect mbufs when the application reserves a private area in mbufs. It also removes the limitation that rte_pktmbuf_clone() is only allowed on direct (non-cloned) mbufs. The series also contains some enhancements and fixes in the mbuf ar

[dpdk-dev] [PATCH v5 00/12] mbuf: enhancements of mbuf clones

2015-04-21 Thread Neil Horman
On Tue, Apr 21, 2015 at 11:55:10AM +0200, Olivier Matz wrote: > The first objective of this series is to fix the support of indirect > mbufs when the application reserves a private area in mbufs. It also > removes the limitation that rte_pktmbuf_clone() is only allowed on > direct (non-cloned) mbuf