[dpdk-dev] [PATCH v2 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, August 28, 2014 4:43 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 4/6] mbuf: remove the rte_pktmbuf > structure > > From: Olivier Ma

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

2014-08-28 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