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 062F3A0513; Wed, 15 Jan 2020 18:18:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 213121C1ED; Wed, 15 Jan 2020 18:18:36 +0100 (CET) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by dpdk.org (Postfix) with ESMTP id 1F4E72C58 for ; Wed, 15 Jan 2020 18:18:35 +0100 (CET) Received: by mail-io1-f43.google.com with SMTP id h8so18646080iob.2 for ; Wed, 15 Jan 2020 09:18:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xsWf4n0YwspuL1DQmSj6QcGQEPa3kGM+7Jt3gVgB2r4=; b=OhnDEhscdjaIpVj0QvlQ/tWtkBwYECVxQnmbGGr2zFp65ps7ITAJ1QIbAW5ryTtrmg iVUp8qL0go7zm+NKFFw8+5BWKzBaM/70d2N3YCeb3FznF++GmHMP9QdVQpROlzMlmbb0 uxoTAj8TWcEKDnevKRRLsrufdZXURe1stU1UsjpxLXqFLG6K3EW7Ka37Xlu6idfifOo9 B036YiXrZP9YGZp7i7TZsJ6XlBAWhivXBSN2CvJZ9XsU+I6ydYt7FxSONL/1Gco+Y885 /9JzCxyixYo/URUBozZUa24F8Md5WBJM+7+xiY8j7ht/9mX6D3KMvRWONiN5OXIbKIKd vKXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xsWf4n0YwspuL1DQmSj6QcGQEPa3kGM+7Jt3gVgB2r4=; b=TSF2wIewDfuYk4EgC20raX1EG3PRmahpBKDRq1wif2sGQRHBLQvB7vdOTltGVwM7jj 4m82P/fqCq+CYLqdNsejbhuGZ+QGJ1UQxkSFN/5XLw/s9JulBEb5WEDD/W/YtoZto/38 kxjzbObQyjPbb50OdvAst6LI3jvMN/RyPEIXQ5ycAmmYXbcJhZvV8zi2yZXarIwhjwhm ZBZmPVhN5qcG6/NH58NBTbCPzV9XHxFwdcQlDm+izrC0gcZzzc8D/PLFSnMGss2Zu9no Kr/mGNsJIugIyl4VyO9OkKsV8HnbbKK1z3AIPaF04fJbeSP7c7gKeeRqifCwZMd1uuKR j5+A== X-Gm-Message-State: APjAAAU+MAvTf9RbX4fO8icxpXPHO/Xu68JvE+Vmc2IFGr1jCgYwoVub CDuNa23CTSpnGCSiUerrILKRl9Bv0NtkxjQM9QZPMg== X-Google-Smtp-Source: APXvYqyS18pvOPHc5QYNyt7QWcOKqt2ay2gdaXK4ChCURumaYReM1QooDpQJY9IK91w2/ce9owZmW2CGlEX0CpDkx4o= X-Received: by 2002:a5d:824c:: with SMTP id n12mr15403017ioo.234.1579108714161; Wed, 15 Jan 2020 09:18:34 -0800 (PST) MIME-Version: 1.0 From: kumaraparameshwaran rathinavel Date: Wed, 15 Jan 2020 22:50:59 +0530 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Virtio MultiQueue 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" Hi All, I am using virtio DPDK PMD with multiqueue feature and I am facing the issue where the packets of a flow aren't coming to the same RX queue, looks like it is being received randomly. On the host side I am using OpenVswitch. Please let me know if there is something to be done from the DPDK PMD driver or the host side so that they will be received on the same RX queue. Also is there any logic in the selection of the RX queue. Thanks, Param.