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 EF313A32A4 for ; Fri, 25 Oct 2019 17:35:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CCF981C2EA; Fri, 25 Oct 2019 17:35:19 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 779531C241 for ; Fri, 25 Oct 2019 17:35:18 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6215621C47; Fri, 25 Oct 2019 11:35:16 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 11:35:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=QCoJ/F148kUtXK4aqpqviurX1zzzr+i2C9e/0dLEYOc=; b=MWgeRHX2vYBp KWAE370LTlJknGdLdoYI3fSP6+5JZom7P6B51QzNGnftz1HQd/Sd042CZadC1xcy 9mVqZTgGuoekA01vQ0NttMoIO1oQcZk7ChB0JvxghqUquABru9EVEYEJsRleUdUh CK8YLd4cs1OaQ9E76KUv2cS/OVfofK4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=QCoJ/F148kUtXK4aqpqviurX1zzzr+i2C9e/0dLEY Oc=; b=w5dHlUnAIYz37JGfzDB39/xeWbj0mElR2XAsqIMpdqjIRBh+vONNqrNgz GPg+AYU4chZZGL5XuxEqvvxu+J0XI1OpNYKTt2roZ16h0saTDaNzfT4tR/Y/En0g ignKhN5yhN/Xl5FTqRmuZjJPwMpy7JevkP1vWNlS0tJgkynuwgo9/fGGHmNfKU46 oL9bSIAOXWCN540NsKD7fqzNHbOsDGLNpVmhB2Ab9jm/m8Am5xubEyD6emCzw1xl QJ/8GyMm0CIXrTcxna88Pl7N6E/ZTdjnFO5vfTSncur+R1vpN5rA3BKBVB+uUFBJ 8v3wCTC2r4UlKGnoGWw/q4hWSck+Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleefgdeltdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4A0CAD6005A; Fri, 25 Oct 2019 11:35:14 -0400 (EDT) From: Thomas Monjalon To: cristian.dumitrescu@intel.com, jasvinder.singh@intel.com Cc: dev@dpdk.org, Rahul Shah Date: Fri, 25 Oct 2019 17:35:11 +0200 Message-ID: <39301259.VFd5lA4vum@xps> In-Reply-To: <20191001180526.3259-1-rahul.r.shah@intel.com> References: <20191001180526.3259-1-rahul.r.shah@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 01/10/2019 20:05, Rahul Shah: > Adding a new port type called eventdev to the > rte_port library. > > Signed-off-by: Rahul Shah > --- > lib/librte_port/Makefile | 4 +- > lib/librte_port/meson.build | 8 +- > lib/librte_port/rte_port_eventdev.c | 585 +++++++++++++++++++++++++++ > lib/librte_port/rte_port_eventdev.h | 100 +++++ > lib/librte_port/rte_port_version.map | 9 + > 5 files changed, 702 insertions(+), 4 deletions(-) > create mode 100644 lib/librte_port/rte_port_eventdev.c > create mode 100644 lib/librte_port/rte_port_eventdev.h Cristian, Jasvinder, your review would very welcome here :)