From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v4 3/5] drivers: add net as dependency for event drivers Date: Sat, 21 Oct 2017 15:35:21 +0530 Message-ID: <20171021100520.GA15977@jerin> References: <1507657887-11366-1-git-send-email-nipun.gupta@nxp.com> <1508258314-11151-1-git-send-email-nipun.gupta@nxp.com> <1508258314-11151-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 NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0080.outbound.protection.outlook.com [104.47.37.80]) by dpdk.org (Postfix) with ESMTP id BF02B1B2C5 for ; Sat, 21 Oct 2017 12:05:40 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1508258314-11151-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: Tue, 17 Oct 2017 22:08:32 +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 v4 3/5] drivers: add net as dependency for event drivers > X-Mailer: git-send-email 1.9.1 > > Signed-off-by: Nipun Gupta The git commit message is missing for this patch. Can you add and send the next version? Details discussed here in the patch http://dpdk.org/dev/patchwork/patch/30442/ > --- > Changes in v4: > This change is separated from patch-3/4 from v3 of this > patchset (Jerin) > > drivers/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/Makefile b/drivers/Makefile > index 0467250..db0cd76 100644 > --- a/drivers/Makefile > +++ b/drivers/Makefile > @@ -39,6 +39,6 @@ DEPDIRS-net := bus mempool > DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto > DEPDIRS-crypto := bus mempool > DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event > -DEPDIRS-event := bus mempool > +DEPDIRS-event := bus mempool net > > include $(RTE_SDK)/mk/rte.subdir.mk > -- > 1.9.1 >