From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6E780199B4 for ; Wed, 13 Sep 2017 11:41:57 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Sep 2017 02:41:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,387,1500966000"; d="scan'208";a="1194591633" Received: from nikhilr-mobl.amr.corp.intel.com (HELO [10.106.152.24]) ([10.106.152.24]) by fmsmga001.fm.intel.com with ESMTP; 13 Sep 2017 02:41:52 -0700 To: Jerin Jacob Cc: bruce.richardson@intel.com, gage.eads@intel.com, dev@dpdk.org, thomas@monjalon.net, harry.van.haaren@intel.com, hemant.agrawal@nxp.com, nipun.gupta@nxp.com, narender.vangati@intel.com, erik.g.carrillo@intel.com, abhinandan.gujjar@intel.com References: <1505219369-2493-1-git-send-email-nikhil.rao@intel.com> <1505219369-2493-4-git-send-email-nikhil.rao@intel.com> <20170912041741.GA20581@jerin> From: "Rao, Nikhil" Message-ID: <04bcb240-51fb-50dc-833c-60c33a420d6f@intel.com> Date: Wed, 13 Sep 2017 15:11:51 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170912041741.GA20581@jerin> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 3/4] eventdev: Add eventdev ethernet Rx adapter X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Sep 2017 09:41:57 -0000 On 9/12/2017 9:47 AM, Jerin Jacob wrote: > -----Original Message----- >>> --- a/lib/librte_eventdev/Makefile >> +++ b/lib/librte_eventdev/Makefile >> @@ -43,6 +43,7 @@ CFLAGS += $(WERROR_FLAGS) >> # library source files >> SRCS-y += rte_eventdev.c >> SRCS-y += rte_event_ring.c >> +SRCS-y += rte_event_eth_rx_adapter.c > > I think, you missed including this file in this patch series. Will post it now. Thanks, Nikhil