From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v5 2/7] eventdev: add PMD callbacks for eth Rx adapter Date: Mon, 9 Oct 2017 17:35:26 +0530 Message-ID: <20171009120525.GB654@jerin> References: <1507324201-3517-1-git-send-email-nikhil.rao@intel.com> <1507324201-3517-3-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 NAM01-BN3-obe.outbound.protection.outlook.com (mail-bn3nam01on0042.outbound.protection.outlook.com [104.47.33.42]) by dpdk.org (Postfix) with ESMTP id D9D581B1B2 for ; Mon, 9 Oct 2017 14:05:46 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1507324201-3517-3-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:56 +0530 > From: Nikhil Rao > To: jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com > CC: dev@dpdk.org > Subject: [PATCH v5 2/7] eventdev: add PMD callbacks for eth Rx adapter > X-Mailer: git-send-email 2.7.4 > > The PMD callbacks are used by the rte_event_eth_rx_xxx() APIs to > configure and control the ethernet receive adapter if packet transfers > from the ethdev to eventdev is implemented in hardware. > > Signed-off-by: Nikhil Rao Acked-by: Jerin Jacob