[dpdk-dev] [PATCH v3 4/6] mbuf: remove the rte_pktmbuf structure

2014-09-08 Thread Olivier MATZ
On 09/04/2014 03:25 PM, Bruce Richardson wrote: > From: Olivier Matz > > The rte_pktmbuf structure was initially included in the rte_mbuf > structure. This was needed when there was 2 types of mbuf (ctrl and > packet). As the control mbuf has been removed, we can merge the > rte_pktmbuf into th

[dpdk-dev] [PATCH v3 4/6] mbuf: remove the rte_pktmbuf structure

2014-09-05 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Bruce Richardson > Sent: Thursday, September 04, 2014 2:26 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 4/6] mbuf: remove the rte_pktmbuf > structure > > From: Olivier Ma

[dpdk-dev] [PATCH v3 4/6] mbuf: remove the rte_pktmbuf structure

2014-09-04 Thread Bruce Richardson
From: Olivier Matz The rte_pktmbuf structure was initially included in the rte_mbuf structure. This was needed when there was 2 types of mbuf (ctrl and packet). As the control mbuf has been removed, we can merge the rte_pktmbuf into the rte_mbuf structure. Advantages of doing this: - the acces