From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v1 3/4] eventdev: move Rx adapter eth receive code to separate function Date: Sun, 17 Jun 2018 19:05:09 +0530 Message-ID: <20180617133508.GD7498@jerin> References: <1528481718-7241-1-git-send-email-nikhil.rao@intel.com> <1528481718-7241-4-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 NAM02-SN1-obe.outbound.protection.outlook.com (mail-sn1nam02on0076.outbound.protection.outlook.com [104.47.36.76]) by dpdk.org (Postfix) with ESMTP id 5514C1B45E for ; Sun, 17 Jun 2018 15:35:27 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1528481718-7241-4-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:16 +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 receive code 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 > --- There is two 3/4 patches in this series. Please remove the appropriate one.