From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1EB9CA32A4 for ; Fri, 25 Oct 2019 17:40:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 71F421D42A; Fri, 25 Oct 2019 17:40:20 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 5A5651DFE6 for ; Fri, 25 Oct 2019 17:40:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2019 08:40:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,229,1569308400"; d="scan'208";a="210757174" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga002.jf.intel.com with ESMTP; 25 Oct 2019 08:40:11 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.131]) by IRSMSX107.ger.corp.intel.com ([169.254.10.18]) with mapi id 14.03.0439.000; Fri, 25 Oct 2019 16:39:29 +0100 From: "Dumitrescu, Cristian" To: "Shah, Rahul R" CC: "dev@dpdk.org" , "thomas@monjalon.net" Thread-Topic: [PATCH v3] port: Eventdev port support added in the rte_port library Thread-Index: AQHVeUvkin5Zc11S4kuBSZaha47UxadroVdw Date: Fri, 25 Oct 2019 15:39:28 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E94E199@IRSMSX108.ger.corp.intel.com> References: <20191001180526.3259-1-rahul.r.shah@intel.com> In-Reply-To: <20191001180526.3259-1-rahul.r.shah@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTZiNTE0NDQtYmUyNC00YjA0LWE3ZWEtZDMwOWM1YTM2MmMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWXJXakhWalRMc0NHSkdYQjVkQXkrSmtTNlFtUmMzWEpjRlAyZFpBXC9KOTY1anlaWkY4QnRrb3lMWjFwMXhcL0RzIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] port: Eventdev port support added in the rte_port library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" Hi Rahul, Thank you for your work! > -----Original Message----- > From: Shah, Rahul R > Sent: Tuesday, October 1, 2019 7:05 PM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org > Subject: [PATCH v3] port: Eventdev port support added in the rte_port > library >=20 > Adding a new port type called eventdev to the > rte_port library. >=20 > Signed-off-by: Rahul Shah > --- > lib/librte_port/Makefile | 4 +- > lib/librte_port/meson.build | 8 +- > lib/librte_port/rte_port_eventdev.c | 585 > +++++++++++++++++++++++++++ Acked-by: Cristian Dumitrescu The only cosmetic change I would suggest is for the name of the patch, whic= h can be made shorter: Port: add eventdev port type Regards, Cristian