From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E5F2AA0C56; Wed, 8 Sep 2021 14:05:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CEE6440DF7; Wed, 8 Sep 2021 14:05:01 +0200 (CEST) Received: from mail-108-mta167.mxroute.com (mail-108-mta167.mxroute.com [136.175.108.167]) by mails.dpdk.org (Postfix) with ESMTP id F0D6440DF4 for ; Wed, 8 Sep 2021 14:04:59 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta167.mxroute.com (ZoneMTA) with ESMTPSA id 17bc54bf65300074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 08 Sep 2021 12:04:54 +0000 X-Zone-Loop: dab8692792d47b1e063674e28c54d083b8a8097ce2b2 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=JBoDlTDPuZSVNpmcnQDjz/dplkA1TP7+HvgrQtdgpRU=; b=UhRgihblmujzJI0ts54Nc0oO8L qd5NlA/1M5b2roebm3YX2QcV5pTTU11VKePH1xcASfTQBJ28uEZl5uDVT1BMmX0//Q1ZoTMIW05xL nwkwjwQn+gSgzOX4Vld0XkkH5uv1Wy4ET1SiAVooXP+m/UCoyrirtt6rNVfVAqVj0W1HVkZV5pHzV IDF8ecmxTnQEKDn/KyPH14LeMrAz6hrRnJMtfeG1+jQGnLKEfZ/wKlokPBx6vd/bKsps7A/5zzZsq JWvLPaklRhLfWpyGnkvXylVqWPasny3YcMGG8p4wGMh+ov6Qb+ZlSbsaGaCHW2H3EWFULYbzlxhic ovIw31qg==; To: pbhagavatula@marvell.com, jerinj@marvell.com Cc: konstantin.ananyev@intel.com, dev@dpdk.org References: <20210823194020.1229-1-pbhagavatula@marvell.com> <20210823194020.1229-5-pbhagavatula@marvell.com> From: "Kinsella, Ray" Message-ID: <09a0f3ff-e1a9-6f63-fdaf-977dbd940d6a@ashroe.eu> Date: Wed, 8 Sep 2021 13:04:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210823194020.1229-5-pbhagavatula@marvell.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [RFC 05/15] eventdev: add helper functions for new driver API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 23/08/2021 20:40, pbhagavatula@marvell.com wrote: > From: Pavan Nikhilesh > > Add helper functions and macros to help drivers to transition to new > fastpath interface. > > Signed-off-by: Pavan Nikhilesh > --- > lib/eventdev/eventdev_pmd.h | 396 ++++++++++++++++++++++++++++++++++++ > lib/eventdev/rte_eventdev.c | 174 ++++++++++++++++ > lib/eventdev/version.map | 18 ++ > 3 files changed, 588 insertions(+) > Acked-by: Ray Kinsella