From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH] eventdev: update event port link and unlink callbacks Date: Tue, 7 Feb 2017 13:48:08 +0530 Message-ID: <20170207081807.GA19205@localhost.localdomain> References: <1486407877-4772-1-git-send-email-nipun.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , , To: Nipun Gupta Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0071.outbound.protection.outlook.com [104.47.37.71]) by dpdk.org (Postfix) with ESMTP id 0FEB2F72 for ; Tue, 7 Feb 2017 09:18:31 +0100 (CET) Content-Disposition: inline In-Reply-To: <1486407877-4772-1-git-send-email-nipun.gupta@nxp.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" On Tue, Feb 07, 2017 at 12:34:37AM +0530, Nipun Gupta wrote: > Added a pointer to the rte_eventdev type in the event port > link and unlink callbacks. This device shall be used by some > of the event drivers to fetch queue related information. > > Also, update the skeleton eventdev driver with corresponding changes. > > Signed-off-by: Nipun Gupta Acked-by: Jerin Jacob