[dpdk-dev] [PATCH 0/2] Removal of RTE_MBUF_REFCNT

2015-02-17 Thread Gonzalez Monroy, Sergio
On 16/02/2015 20:47, Stephen Hemminger wrote: > On Mon, 16 Feb 2015 16:08:31 + > Sergio Gonzalez Monroy wrote: > >> This patch tries to remove the RTE_MBUF_REFCNT config options and >> dependencies >> by introducing a new mbuf flag IND_ATTACHED_MBUF that would indicate when >> the mbuf >> is

[dpdk-dev] [PATCH 0/2] Removal of RTE_MBUF_REFCNT

2015-02-16 Thread Sergio Gonzalez Monroy
This patch tries to remove the RTE_MBUF_REFCNT config options and dependencies by introducing a new mbuf flag IND_ATTACHED_MBUF that would indicate when the mbuf is an indirect attached mbuf, to differentiate between indirect mbufs and mbufs with external memory buffers (ie. vhost zero copy). Pre

[dpdk-dev] [PATCH 0/2] Removal of RTE_MBUF_REFCNT

2015-02-16 Thread Stephen Hemminger
On Mon, 16 Feb 2015 16:08:31 + Sergio Gonzalez Monroy wrote: > This patch tries to remove the RTE_MBUF_REFCNT config options and dependencies > by introducing a new mbuf flag IND_ATTACHED_MBUF that would indicate when the > mbuf > is an indirect attached mbuf, to differentiate between indire