From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9154EA0C4B; Mon, 8 Nov 2021 10:32:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F0FE40DF7; Mon, 8 Nov 2021 10:32:26 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mails.dpdk.org (Postfix) with ESMTP id 4D06840040 for ; Mon, 8 Nov 2021 10:32:25 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id EC1C75C0108; Mon, 8 Nov 2021 04:32:24 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 08 Nov 2021 04:32:24 -0500 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=fm2; bh= F4vOfXwflQclYNLRFklo0g79UdiukuXX2NQ9R9hudTE=; b=dEeelzqGErpYQLIE PDl4efrYOA7EhwZEHo8qPHC5jPdcYaalcti4cqYKQrpITXOZ3xh2a2wX4rJLAEpU GRqtCZvMNEoCeTmpxhp2RWeLZjpHGf7VdDOyxvrneoRG2ITgabCmjeh7Tp2fvrdE bMyBkzHXxcGMW4+VUfh01SdkJt4gTzzvab9r5gMsGM3IyWX+j2DA2YfysIX08PlS VM5wWjcXrE+jPzg6Yuaw9gPrt3PmAN92dqrcRP1CWeuyAQGCMiXRn34pcJ3RLwaY taX0GuWYb7B8VVRFRb0rk+5/VYPxwFvWFUoIDV61DmxgpEFvBBZT0IjnblWeemJE ofNLJQ== 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=F4vOfXwflQclYNLRFklo0g79UdiukuXX2NQ9R9hud TE=; b=HSuF8syRiDKKFIGZDiIg3sua0/IlgSfyKdusZ4pcKJbc9XklEYYa80bcG t2P1Flt6nPCHCzL6xNpfeBgyAAaoRcOO59+rZb0M/3aQk+JHgn9Gk7cMShEAMB+V sDIYOLmRSMnN4aFRf7NVSe8WiiGRLPO5So/sbn7dwnCmz2cmfX0cMRf4GjfwydyJ mP27mlz7bELxCogXl5vQm45SRUYuWx90tXePK+PBv7FJ9p4/hCKJ1bX/27P8MJpZ 8wXbQuzuVTmemhrY9IGPLuiwn6jdbHhT/z+0vjgd2p8XUNySBTvgcVaNdNzIw7a7 GIgTMxmltmlX/O4d/s3zOqE1JWUag== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvuddruddvgddtgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 8 Nov 2021 04:32:24 -0500 (EST) From: Thomas Monjalon To: "psatheesh@marvell.com" Cc: dev@dpdk.org, Wisam Monther Date: Mon, 08 Nov 2021 10:32:23 +0100 Message-ID: <2390933.ioBTK3GVjW@thomas> In-Reply-To: References: <20211029040847.2176787-1-psatheesh@marvell.com> <20211102105042.2207792-1-psatheesh@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] app/flow-perf: added option to support flow priority X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > > Added support to create flows with priority attribute set randomly between > > 0 and a user supplied maximum value. This is useful to measure performance > > on NICs which may have to rearrange flows to honor flow priority. > > > > Removed the lower limit of 100000 flows per batch. > > > > Signed-off-by: Satheesh Paul > > Acked-by: Wisam Jaddo Applied, thanks.