DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Virtio driver with multiple queues in openvswitch
       [not found] <1615671526.1098994.1534969042710.ref@mail.yahoo.com>
@ 2018-08-22 20:17 ` amit sehas
  0 siblings, 0 replies; only message in thread
From: amit sehas @ 2018-08-22 20:17 UTC (permalink / raw)
  To: users

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 5141 bytes --]

I have a host running ubuntu 16.04 xenial and several docker containers in it running the same OS image (ubuntu 16.04). I amutilizing openvswitch on the host.  I have 32 queues per port in the application.  I am able to add queues in openvswitch as follows:
ovs-vsctl set Interface vhost-user4 options:n_rxq=32ovs-vsctl set Interface vhost-user4 options:n_txq=32
But I am not able to figure out how to add flows that will direct traffic to specific queues. So for eg, traffic should go from queue0 to queue0and from queue30 to queue30 and so on for each of the ports in the switch …

has anyone tried to make multiple queues work with VIRTIO utilizing openvswitch?
the add-flow command in ovs-ofctl doesn't seem to match on input queue number, but it does let you enqueue to an output queue .. also I amnot using qemu and not planning to do so either ...
any suggests?
thanks
From thomas@monjalon.net  Thu Aug 23 13:09:04 2018
Return-Path: <thomas@monjalon.net>
Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com
 [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4D1AB2BF7
 for <users@dpdk.org>; Thu, 23 Aug 2018 13:09:04 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id EF9BB21609;
 Thu, 23 Aug 2018 07:09:00 -0400 (EDT)
Received: from mailfrontend2 ([10.202.2.163])
 by compute1.internal (MEProxy); Thu, 23 Aug 2018 07:09:00 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=LvPUUgAQTlt28PORWBYwafSptg
 vYWiGhRwWN7UL4Vvw=; b=ep6C5gxd8L/DUF14b4Nl2RTtZUa8TSMPdMQ3tVepNw
 fGfnJurHgQbvjHYm6ArZsr8rs2WYVYOgMoSBc3tu/z9q32Gjr9jfqJH1xCNhKQ2l
 xxuyyvfj20cpCFiuCqydgIx0rbSaBtkOzAei0Umc7Oj5bIcuo4uDji3icm2FF034
 wDKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d messagingengine.com; hÌ:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=LvPUUg
 AQTlt28PORWBYwafSptgvYWiGhRwWN7UL4Vvw=; b=iJ4/7yjwA+O2im6sHd8QVq
 gaNhQfLSJwz4l/bAc6pWQwmmSKAmRpfkvc5TC4FWcO9tt9YQm6xklW1Bgp50cXrx
 80yaQTM8vSYGDpkwGO7x8YjDoMPZc22k6bRu0oUyr/SeJI+OCvqTKoV2f7aSFGIR
 NKadChQDYHvc2lKu6QNOcTCzRXlXK0e1/9ZGugRgMPIrquOHzqesRJCz2aKqthLh
 gHmLpkzTKp3doMmYW8HXqfTWtXnyaYD3OYpt6EBP8Ux5z0S/B/LYrBmoPTKZOX/f
 TB1EMbmkbnrTsg9NY8FpZyV8dvFS5Q4jFM1qJDZz/etS/v+3M+6TyEvc/gIPX8YQ
 =X-ME-Proxy: <xmx:zJV-WyhCI7syTOAX8g88dv3qxHC4v68zpqCzibRLm3Rh1KZdSPLSvA>
 <xmx:zJV-W_PG9-pRPzoUZGAN7BptZNJEY2e7e6sk0T7QBy8RvNaA2Liy3Q>
 <xmx:zJV-WxNuEs_DCVsLT2j4kFZn4OzHIfh7t2jqvFFgnvpFmauf-oAmtw>
 <xmx:zJV-W21SzZvm75zL7fQfecUnVe6F5Xb4hVqsr1f-J8a2spXNNIDCkQ>
 <xmx:zJV-WxGmaTLVECLODsr9OVt8LoSIuSUFXpjlkisgf3agpDOTjWTCxw>
 <xmx:zJV-W-vir-J2rbXiVRFnaYOIes81ic6cPX50DgfSzg0XHMe5MQ63RA>
X-ME-Sender: <xms:zJV-WxfZUMeNyvWcLSvYT85nOPGXiWUEYr73vsJthjAlYpkIJE6vCQ>
Received: from xps.localnet (eth-west-pareq2-46-193-1-128.wb.wifirst.net
 [46.193.1.128])
 by mail.messagingengine.com (Postfix) with ESMTPA id 7EE1310288;
 Thu, 23 Aug 2018 07:08:59 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Ferruh Yigit <ferruh.yigit@intel.com>,
 Justin Parus <Justin.Parus@microsoft.com>
Cc: "users@dpdk.org" <users@dpdk.org>, tdelanerolle@linuxfoundation.org
Date: Thu, 23 Aug 2018 13:08:55 +0200
Message-ID: <10660669.gPjk7PcmS0@xps>
In-Reply-To: <cffde2c6-53a3-efb1-4d37-56cec2a5b8ae@intel.com>
References: <SN6PR2101MB1133C3D10FD2EE65F0F0D4B595320@SN6PR2101MB1133.namprd21.prod.outlook.com>
 <cffde2c6-53a3-efb1-4d37-56cec2a5b8ae@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-users] Suggestion: DPDK "latest" Download Links
X-BeenThere: users@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK usage discussions <users.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/users>,
 <mailto:users-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/users/>
List-Post: <mailto:users@dpdk.org>
List-Help: <mailto:users-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/users>,
 <mailto:users-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Aug 2018 11:09:04 -0000

22/08/2018 11:58, Ferruh Yigit:
> On 8/20/2018 8:03 PM, Justin Parus wrote:
> > Hi,
> >
> > I would like to propose adding DPDK "latest" download links. For example dpdk-latest-major and dpdk-latest-stable, would automatically update and point to the most recent date major and stable releases respectively. This would be useful for our tests as they would always be testing the latest packages automatically.
>
> +1, looks good idea

I am not sure how useful it is.
When you change from one major version to another one,
you often have to adapt your code, so it cannot be automatic.

I see more values in having a link for the latest version of each stable branch.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-22 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1615671526.1098994.1534969042710.ref@mail.yahoo.com>
2018-08-22 20:17 ` [dpdk-users] Virtio driver with multiple queues in openvswitch amit sehas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).