From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v1 3/4] eventdev: move Rx adapter eth Rx to separate function Date: Sun, 17 Jun 2018 19:06:36 +0530 Message-ID: <20180617133634.GE7498@jerin> References: <1528481718-7241-1-git-send-email-nikhil.rao@intel.com> <1528481718-7241-5-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Nikhil Rao Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0053.outbound.protection.outlook.com [104.47.40.53]) by dpdk.org (Postfix) with ESMTP id E0EB21B488 for ; Sun, 17 Jun 2018 15:36:53 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1528481718-7241-5-git-send-email-nikhil.rao@intel.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: Fri, 8 Jun 2018 23:45:17 +0530 > From: Nikhil Rao > To: jerin.jacob@caviumnetworks.com > CC: dev@dpdk.org, Nikhil Rao > Subject: [PATCH v1 3/4] eventdev: move Rx adapter eth Rx to separate > function > X-Mailer: git-send-email 1.8.3.1 > > Create a separate function that handles eth receive and > enqueue to event buffer. This function will also be called for > interrupt driven receive queues. > > Signed-off-by: Nikhil Rao Acked-by: Jerin Jacob