From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v2 01/15] eventdev: remove unneeded dependencies Date: Wed, 8 Feb 2017 20:05:24 +0530 Message-ID: <20170208143523.GA22978@localhost.localdomain> References: <1484580885-148524-1-git-send-email-harry.van.haaren@intel.com> <1485879273-86228-1-git-send-email-harry.van.haaren@intel.com> <1485879273-86228-2-git-send-email-harry.van.haaren@intel.com> <20170206081233.GB25242@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , Bruce Richardson To: Harry van Haaren Return-path: Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-by2nam01on0078.outbound.protection.outlook.com [104.47.34.78]) by dpdk.org (Postfix) with ESMTP id A5FB8DE0 for ; Wed, 8 Feb 2017 15:35:43 +0100 (CET) Content-Disposition: inline In-Reply-To: <20170206081233.GB25242@localhost.localdomain> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Feb 06, 2017 at 01:42:33PM +0530, Jerin Jacob wrote: > On Tue, Jan 31, 2017 at 04:14:19PM +0000, 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 not > > require the inclusion of the mbuf header file. Similarly the pci > > header is not needed, but following their removal, rte_memory.h is > > needed for the definition of the __rte_cache_aligned macro. > > > > Signed-off-by: Bruce Richardson > > Signed-off-by: Harry van Haaren > > Acked-by: Jerin Jacob Applied to dpdk-next-eventdev/master. Thanks. > > > ---