Re: [dpdk-dev] [PATCH v2 01/15] eventdev: remove unneeded dependencies

2017-02-08 Thread Jerin Jacob
On Mon, Feb 06, 2017 at 01:42:33PM +0530, Jerin Jacob wrote: > On Tue, Jan 31, 2017 at 04:14:19PM +, Harry van Haaren wrote: > > From: Bruce Richardson > > > > Since eventdev uses event structures rather than working directly on > > mbufs, there is no actual dependencies on the mbuf library.

Re: [dpdk-dev] [PATCH v2 01/15] eventdev: remove unneeded dependencies

2017-02-06 Thread Jerin Jacob
On Tue, Jan 31, 2017 at 04:14:19PM +, Harry van Haaren wrote: > From: Bruce Richardson > > Since eventdev uses event structures rather than working directly on > mbufs, there is no actual dependencies on the mbuf library. The > inclusion of an mbuf pointer element inside the event itself does