From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v5 3/5] drivers: add net as dependency for event drivers Date: Mon, 23 Oct 2017 11:54:56 +0530 Message-ID: <20171023062454.GA25373@jerin> References: <1507657887-11366-1-git-send-email-nipun.gupta@nxp.com> <1508762226-18938-1-git-send-email-nipun.gupta@nxp.com> <1508762226-18938-3-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, hemant.agrawal@nxp.com, nikhil.rao@intel.com To: Nipun Gupta Return-path: Received: from NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0079.outbound.protection.outlook.com [104.47.33.79]) by dpdk.org (Postfix) with ESMTP id 95FA51B320 for ; Mon, 23 Oct 2017 08:25:27 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1508762226-18938-3-git-send-email-nipun.gupta@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Mon, 23 Oct 2017 18:07:04 +0530 > From: Nipun Gupta > To: dev@dpdk.org > CC: hemant.agrawal@nxp.com, jerin.jacob@caviumnetworks.com, > nikhil.rao@intel.com, Nipun Gupta > Subject: [PATCH v5 3/5] drivers: add net as dependency for event drivers > X-Mailer: git-send-email 1.9.1 > > With the introduction of eventdev-ethdev RX adapter support in event > device, some of the event device will have dependency on their respective > ethernet drivers. This patch adds the net as a dependency for eventdevs. > > Signed-off-by: Nipun Gupta Acked-by: Jerin Jacob