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 0EE30A0471 for ; Wed, 17 Jul 2019 22:37:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 240DD1B951; Wed, 17 Jul 2019 22:37:54 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 295121B94E; Wed, 17 Jul 2019 22:37:52 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 84489371; Wed, 17 Jul 2019 16:37:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 17 Jul 2019 16:37:51 -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=3wc1tZKqPcYQvSgLdPUhv0r72OuZEczjv8a8GBXDnCA=; b=SbWO1vmstJwV XNAOLnS3nG0SP5LtkA3NqGzWdmrA6pAnS+E6ya60+Zu+bt0KLIBJn8lwsyhNLEd9 WwopLUrLsQycrmQpU5xguBBlgxZvQlTfZrB0zUck0kMpK+9VHXcC0SYEuy1nQ50A 71U0Zfgtm9QGtLILxPdZjRXNTr/A/Go= 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=fm3; bh=3wc1tZKqPcYQvSgLdPUhv0r72OuZEczjv8a8GBXDn CA=; b=fy+igorz5GIfTB3zBPaBu0/RKvMzScgIi5zU65ZLFH61sSHWlRY+w4BGN zvjwTyMdx2c5GyUjeBaN94NEUzxuRIfwe8hgiFfS4Xu3wA2R1BcXfF8WPIDXCOxp a2JDeKX9ee/lu6BcD+ELPJubgRZHqfP9Eq05QN0c4e0+9DXu+vdqqllS9atpKaKM K2GY5nq/nKMPAPVcv6np5TcEFaeicElbdf4JgS3kPcEuL/Vy4qMu2jNdnw+RSun4 3YxwwYCyn39LL02uYMrZvwMcaiURLfYWy7ywMQGJb+E0Eufw4W7SVYiVgdknS3cW GVM1LYv+4RstzTn/CuTNEn/hW/oow== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrieefgdduvdelucetufdoteggodetrfdotf 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 2BDB3380083; Wed, 17 Jul 2019 16:37:48 -0400 (EDT) From: Thomas Monjalon To: Harman Kalra Cc: dev@dpdk.org, "Hunt, David" , "ferruh.yigit@linux.intel.com" , Jerin Jacob Kollanukkaran , "stable@dpdk.org" Date: Wed, 17 Jul 2019 22:37:43 +0200 Message-ID: <2045118.4u73p5dxl3@xps> In-Reply-To: <2fbf5b1d-bcd5-bb8d-4e75-2c220376633b@intel.com> References: <223181000.veHZD1QNU4@xps> <1562321046-25195-2-git-send-email-hkalra@marvell.com> <2fbf5b1d-bcd5-bb8d-4e75-2c220376633b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 2/2] distributor: fix additional check on no of workers 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" 17/07/2019 17:32, Hunt, David: > Hi Harman, > > On 05/07/2019 11:05, Harman Kalra wrote: > > No of workers should never exceed RTE_MAX_LCORE. > > RTE_DIST_ALG_SINGLE also require no of workers check. > > > > Fixes: 775003ad2f96 ("distributor: add new burst-capable library") > > Cc: stable@dpdk.org > > > > Signed-off-by: Harman Kalra > > Builds OK, runs OK. Change makes sense, also good to move the check to > the new location. > > Acked-by: David Hunt Applied, thanks