From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id EE6062FDD for ; Fri, 15 Sep 2017 13:11:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 15 Sep 2017 04:11:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,396,1500966000"; d="scan'208";a="1195410496" Received: from nikhilr-mobl.amr.corp.intel.com (HELO [10.106.152.59]) ([10.106.152.59]) by fmsmga001.fm.intel.com with ESMTP; 15 Sep 2017 04:11:00 -0700 To: santosh , jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com Cc: 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: <04bcb240-51fb-50dc-833c-60c33a420d6f@intel.com> <1505328781-23456-1-git-send-email-nikhil.rao@intel.com> From: "Rao, Nikhil" Message-ID: <79c5600e-173c-88a4-b5c7-3b21d3c15bf0@intel.com> Date: Fri, 15 Sep 2017 16:40:59 +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: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 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: Fri, 15 Sep 2017 11:11:05 -0000 On 9/15/2017 11:40 AM, santosh wrote: > Hi Nikhil, > > > On Thursday 14 September 2017 12:23 AM, Nikhil Rao wrote: >> Add common APIs for configuring packet transfer from ethernet Rx >> queues to event devices across HW & SW packet transfer mechanisms. >> A detailed description of the adapter is contained in the header's >> comments. >> >> The adapter implementation uses eventdev PMDs to configure the packet >> transfer if HW support is available and if not, it uses an EAL service >> function that reads packets from ethernet Rx queues and injects these >> as events into the event device. >> >> Signed-off-by: Nikhil Rao >> Signed-off-by: Gage Eads >> Signed-off-by: Abhinandan Gujjar >> --- > > Can you pl. send whole series as v4. Is that because the patch fails to compile ? As I mentioned in the cover letter, this patch does have a dependency on the latest service core API http://dpdk.org/ml/archives/dev/2017-August/073102.html Nikhil > Thanks. > >