From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sonic310-14.consmr.mail.bf2.yahoo.com (sonic310-14.consmr.mail.bf2.yahoo.com [74.6.135.124]) by dpdk.org (Postfix) with ESMTP id 0264A98 for ; Wed, 22 Aug 2018 22:17:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1534969046; bh=GSFzMqIaNq7YWMpx+rtGmLdVXMRiNZn/KzYfkwe392s=; h=Date:From:To:Subject:References:From:Subject; b=VXLnJRY5qAlZmSUmhgHc3rQC86DEQMUMwBPTb1pwPKZkH0ByaYRZCVh6Y32jZOwSWQakYVVrL1IHPbl0qS45E48KDOUzFzp5BCCczoyV20KHVPwUy3qZnNYbhxcbtptjiFJIRvy3XwGN04cIrdLyU9hYSmGSEukAuwQo1wvHFSyCV/CJHAXQyyJOp7spM7TKvj5P3ZUuROJ1lGYhXzxOpMn4pqgKj1Q3EMqLysqZ7O/9JnunepRlfaYCJ26BmW75V4zG6i84kM1iYnqxjI3rhLVukT+y+phvkyNbFEo94TwAv6R9xne1IDDeOfhP8cGKX2+rFFPxYCVJSHMmE0iyOg== X-YMail-OSG: EoWmk3gVM1kwd4JmGF7g2HkD5GWVbU6FO9uunykCAsLGuYb0mft3rMqBwa_yvfU UAzfCstTQ9YKUtrbHw1LOl1C.K.6Z6jpHwrDy7wv_sDNSYWYhMFcDn.GG6jsd2G7sCl2Gfja.jm7 lIOE4NnUmrNN7SNJawaNXkWyBYg9cFAH0ys2NID7YCHq5_xbvzLtjMIEQ90xRADnFuqJC7Cy8yY4 Fpu6Hl3TsA5OYcPU9KY9Yi9FRRnjUQYASSksw_mKkKOeQa5rYv_7w_kuwkHzHzwgLDkUTwxBgO.D f248j3ccuhB3.fx5NUD_Gtz4e96VRASy0j5TByzZvxPat0IPwT8MYhgoXCuG7.PkkqElk1tLjP4s zI.IcD9fqDqUEj4.7B1tNNTtllBMb_WpeUW1KcGBkCStaQhcthHo8TGp8m9HTX8yvWE1wJao5WdL UZE8daWU_G7RvF03m1G.SBeehK8fkBWhLCFQmPEpE1C2SieW7L9hXuma9DT6KH1BQ8w.693BL6tr 6KHzVynPq07H1uFR1dgLYLPnn8d6lwBCLTrpfk31TkA3UHWbGkV.VJCsZnVmO7rSXsS91sTIBGKG fWu8QU9Nr4MxtFwqtR9lrwGuOJ_7dBaDTZhnDwQ2vB1iINgC052u3gPKNHs1HZs53Vz30C5l_mCX GRlvOo4tf3gL38sQOk03cRJJDq09vs4G6trgcFKFBdPPKXJwEBBurJbUMwjK9DVhwfmb5OFEoMTo oQNdQSyRqhrgAWlafCx1uzLJ7iQou2ZtQoMt5SP2_C6LYbDqvjAXnZ5uoXj2UrUAj9t23pxtFoUK bDm_ljRlABYHt3SdawqVLU_mPSEyhD_qVcK3o29BaETXo6L2PEbZ0eemfyb7QBE1M8R4jz_74_7i Ywblt5cc_IS.5p8atyJK7fHO1lD3giAXamitFcEOyuxdAdgnC9UOXp3uHO.GxtUPjM2m_xUe.EFm eY4JzPg.rOdcNAuVtUvtWUFY- Received: from sonic.gate.mail.ne1.yahoo.com by sonic310.consmr.mail.bf2.yahoo.com with HTTP; Wed, 22 Aug 2018 20:17:26 +0000 Date: Wed, 22 Aug 2018 20:17:22 +0000 (UTC) From: amit sehas To: "users@dpdk.org" Message-ID: <1615671526.1098994.1534969042710@mail.yahoo.com> MIME-Version: 1.0 References: <1615671526.1098994.1534969042710.ref@mail.yahoo.com> X-Mailer: WebService/1.1.12262 YMailNorrin Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Virtio driver with multiple queues in openvswitch X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2018 20:17:28 -0000 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 t= he host.=C2=A0 I have 32 queues per port in the application.=C2=A0 I am abl= e to add queues in openvswitch as follows: ovs-vsctl set Interface vhost-user4 options:n_rxq=3D32ovs-vsctl set Interfa= ce vhost-user4 options:n_txq=3D32 But I am not able to figure out how to add flows that will direct traffic t= o specific queues. So for eg, traffic should go from queue0 to queue0and fr= om queue30 to queue30 and so on for each of the ports in the switch =E2=80= =A6 has anyone tried to make multiple queues work with VIRTIO utilizing openvsw= itch? the add-flow command in ovs-ofctl doesn't seem to match on input queue numb= er, but it does let you enqueue to an output queue .. also I amnot using qe= mu and not planning to do so either ... any suggests? thanks >From thomas@monjalon.net Thu Aug 23 13:09:04 2018 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4D1AB2BF7 for ; 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 w= 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-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: X-ME-Sender: 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 To: Ferruh Yigit , Justin Parus Cc: "users@dpdk.org" , tdelanerolle@linuxfoundation.org Date: Thu, 23 Aug 2018 13:08:55 +0200 Message-ID: <10660669.gPjk7PcmS0@xps> In-Reply-To: References: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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.