From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v5 1/7] eventdev: add caps API and PMD callback for eth Rx adapter Date: Mon, 9 Oct 2017 17:33:58 +0530 Message-ID: <20171009120357.GA654@jerin> References: <1507324201-3517-1-git-send-email-nikhil.rao@intel.com> <1507324201-3517-2-git-send-email-nikhil.rao@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: bruce.richardson@intel.com, dev@dpdk.org To: Nikhil Rao Return-path: Received: from NAM02-BL2-obe.outbound.protection.outlook.com (mail-bl2nam02on0051.outbound.protection.outlook.com [104.47.38.51]) by dpdk.org (Postfix) with ESMTP id 987F71B1B5 for ; Mon, 9 Oct 2017 14:04:21 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1507324201-3517-2-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: Sat, 7 Oct 2017 02:39:55 +0530 > From: Nikhil Rao > To: jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com > CC: dev@dpdk.org > Subject: [PATCH v5 1/7] eventdev: add caps API and PMD callback for eth Rx > adapter > X-Mailer: git-send-email 2.7.4 > > The caps API allows application to retrieve capability information > needed to configure the ethernet Rx adapter for the eventdev and > ethdev pair. > > For e.g., the ethdev, eventdev pairing maybe such that all of the > ethdev Rx queues can only be connected to a single event queue, in > this case the application is required to pass in -1 as the queue id > when adding a receive queue to the adapter. > > Signed-off-by: Nikhil Rao Acked-by: Jerin Jacob