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 6CF15A00C4; Thu, 31 Oct 2019 15:05:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 64A0F1C28F; Thu, 31 Oct 2019 15:05:17 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 082BC1C25A for ; Thu, 31 Oct 2019 15:05:16 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AA80521C46; Thu, 31 Oct 2019 10:05:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 31 Oct 2019 10:05:15 -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=z7+PBt0rvE8C3YQRJrP0TnOikQXOPgvbxgcyhqm+ftQ=; b=DTPq1d/cuXyA aQyDuQ8ef5eBWogOHxeOhxP9hMmxv2uLX5ydA/HOc2Lfsw8mJRdwlV2JOUOxgOaO TroCcR/rQ1E4TVk7Ry22kfZSuMVwCaTme2586RkLw9qY1bges28wJt3JQBInda68 OCbbCsgh76WbGP9Upkcv6hRlwW4F7sw= 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=z7+PBt0rvE8C3YQRJrP0TnOikQXOPgvbxgcyhqm+f tQ=; b=lI1fonH3FfnN/MSiwx3rNjp8Y3BIFEYGaW8BUXz5faqHcyBZbN+7xuFmQ qWSBWGti9dCbgVgMVvBiEfyr7iMsWT4E6TY5xFXUYojMR1fVdaSHFFaLjLMklYH1 v/12jL7tTqrodoXzItxBnWih4w2m+X80uAUwdf23noPyuPc6beRUcDra+fiNr64g hWKV+2y7DSjRrVx/IVNO43dWplKwXz6vGOlkrOMoX2leJS+ZHDxON7eBf69UWJF8 1JqoTSbt3a9voEig9Wsdtn6IvomH4GS5ltfPoX90JofzuAyJVrHTvcZ4OrS05T7E 5djUufGjja+vZ0yfRSy3tFeCN/8rg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedruddthedgheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu 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 10D9680065; Thu, 31 Oct 2019 10:05:11 -0400 (EDT) From: Thomas Monjalon To: pbhagavatula@marvell.com Cc: dev@dpdk.org, ferruh.yigit@intel.com, arybchenko@solarflare.com, jerinj@marvell.com, Harry van Haaren Date: Thu, 31 Oct 2019 15:05:10 +0100 Message-ID: <2006595.oEJsATRGkB@xps> In-Reply-To: <20191029153722.4547-6-pbhagavatula@marvell.com> References: <20191029050312.2715-1-pbhagavatula@marvell.com> <20191029153722.4547-1-pbhagavatula@marvell.com> <20191029153722.4547-6-pbhagavatula@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v15 5/7] examples/eventdev_pipeline: add new Rx RSS hash offload 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" 29/10/2019 16:37, pbhagavatula@marvell.com: > From: Pavan Nikhilesh > > Since pipeline_generic uses `rte_mbuf::hash::rss` add the new Rx offload > flag `DEV_RX_OFFLOAD_RSS_HASH` to inform PMD to copy the RSS hash result > into the mbuf. > > Signed-off-by: Pavan Nikhilesh > --- > examples/eventdev_pipeline/main.c | 128 ----------------- > .../pipeline_worker_generic.c | 132 ++++++++++++++++++ > .../eventdev_pipeline/pipeline_worker_tx.c | 128 +++++++++++++++++ > 3 files changed, 260 insertions(+), 128 deletions(-) Please split the patch. Moving code should be always separate.