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 20372A32A4 for ; Fri, 25 Oct 2019 18:30:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1A2341E54E; Fri, 25 Oct 2019 18:29:36 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 64D181E541 for ; Fri, 25 Oct 2019 18:29:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EF9E921F82; Fri, 25 Oct 2019 12:29:33 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 25 Oct 2019 12:29:33 -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=RhCXesmpPmAz18+wZ49jU6gT7PDJ0PAwErhK/McFwF4=; b=py9YzhqKk9aW LDsT+oLEbvVimRCMNrxxCBE3yamSTT2IVV71IZh/541uUtK5JbtQLE11UWQXXvzM D6eWvV7CnkogXQGP9otmvdBDIkAO/p699oVi/CqVE/0t9ZEMYwQ3aLTKUxCvDM+H bPLe844dDz0jrKL4jf69QuuRLY/iLTs= 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=RhCXesmpPmAz18+wZ49jU6gT7PDJ0PAwErhK/McFw F4=; b=tlArYZL1wmXDwj4CeODwwc2OxhsXgLPtg/d39RgJYkmUDIPlwSEEjggFU ud0MEX0hKrHj18KmX8V1MM6SYWqFJxS9z/QFOi78Xeg9Lh5ahSpB648dRhWvHmxG Ol/6L9L+v1VWSollgMha/6ClnNcCHLh0T4bSbAp0CyPHa3KSzHo4STxA0dHLbRWs JUxL8WwCY+FdMc5uRNW5e27wru/MT0JM92EAxhVLQllsDfAVE2rckDnTLt+br937 fs1dNdcJrHaLrOIyXfvZfoAF50FPdfkkBVcQK7oYAa3FbvEazJOIy2lYFXz5xfU6 g7PNPrw2w1qxRZr9d52sGMbYp30AQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleefgddutddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 EECA4D60057; Fri, 25 Oct 2019 12:29:32 -0400 (EDT) From: Thomas Monjalon To: "Shah, Rahul R" Cc: dev@dpdk.org, "Dumitrescu, Cristian" Date: Fri, 25 Oct 2019 18:29:31 +0200 Message-ID: <2047719.GqCbLYGTvs@xps> In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891268E94E199@IRSMSX108.ger.corp.intel.com> References: <20191001180526.3259-1-rahul.r.shah@intel.com> <3EB4FA525960D640B5BDFFD6A3D891268E94E199@IRSMSX108.ger.corp.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" 25/10/2019 17:39, Dumitrescu, Cristian: > From: Shah, Rahul R > > > > Adding a new port type called eventdev to the > > rte_port library. > > > > Signed-off-by: Rahul Shah > > Acked-by: Cristian Dumitrescu > > The only cosmetic change I would suggest is for the name of the patch, which can be made shorter: > Port: add eventdev port type I fixed a compilation issue when RTE_PORT_STATS_COLLECT is set. I also fixed the Copyright dates and an indent in the .map. Applied, thanks