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 E6C1FA00E6 for ; Mon, 8 Jul 2019 21:45:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B8E701B970; Mon, 8 Jul 2019 21:45:12 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id A9FBA1B957 for ; Mon, 8 Jul 2019 21:45:10 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id C1C4C620; Mon, 8 Jul 2019 15:45:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Jul 2019 15:45:08 -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=RdVsDe3vnIuwxbmkoHjlKfyxpA+tlMCRGA25McLwbOQ=; b=Xmg7QrykyBd1 4M5qyOsdbSQGVY/4j4ArWps6U2CKWB7yrqSvJPlOJK1M000IZhgIghHfm+ysfZNR MaAuXQ67mggwoi2bCITYKRiNOBHWeZCyN+r0RFWlVKycFgVjvirkUJ8v2GjPGAEt 6DBWmJJiUNyTlc4yYTnm3/iWXJN+Dy4= 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=RdVsDe3vnIuwxbmkoHjlKfyxpA+tlMCRGA25McLwb OQ=; b=hp/nxjJMAOkwrjqfY3F8hA85f8MaGjc6tp834po/TZ/q0On6fb5voor7N pL6ZjoOJCGh2eNntrOTvYT6eFq/e7JrOi1gAiiyBXGTy1iVH/zs6QhBxErHIhPnu +v8Jsd0r7yKbL+wYaD9EU5X6s/TDPmXIBF43G0d/55ZRFixb/TIk29pWe+hCZ51W gLB6yyuUvZa8oBxLxwfWpH8a4oDRd5bUnX6UEILuIsaRsjY3/bjSNsTukhhHbj2A ScxU55/srPGjb7MIV/qx2TDvNpDgP0buFSDa92YnUcvZD7njYdAY0cNjTnoPQxht ljnQlROGDIjvkhnjtmYWXnHjg2Zzg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedtgddugeegucetufdoteggodetrfdotf 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 704A18005B; Mon, 8 Jul 2019 15:45:05 -0400 (EDT) From: Thomas Monjalon To: Vipin Varghese Cc: dev@dpdk.org, marko.kovacevic@intel.com, john.mcnamara@intel.com, ramirose@gmail.com, pablo.de.lara.guarch@intel.com, bruce.richardson@intel.com, sanjay.padubidri@intel.com Date: Mon, 08 Jul 2019 21:45:01 +0200 Message-ID: <1617119.ByVSSx7Oyf@xps> In-Reply-To: <20190507065146.34911-2-vipin.varghese@intel.com> References: <20190507065146.34911-1-vipin.varghese@intel.com> <20190507065146.34911-2-vipin.varghese@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v1 2/2] doc: update usage field for port-queue 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" 07/05/2019 08:51, Vipin Varghese: > Usage option q is reflect how many port-queue pair can run per lcore. > Updating usage field to refelct port-queue is done for one RX and TX > only. > > Signed-off-by: Vipin Varghese > --- > +.. note:: > + > + DPDK port-queue pair configured is only one for both RX and TX. Sorry I don't understand what it means.