From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 612A2A0096 for ; Tue, 4 Jun 2019 09:11:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF10E1B9C2; Tue, 4 Jun 2019 09:11:36 +0200 (CEST) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by dpdk.org (Postfix) with ESMTP id 75AE71B996 for ; Tue, 4 Jun 2019 09:11:35 +0200 (CEST) Received: by mail-wm1-f43.google.com with SMTP id s3so6287571wms.2 for ; Tue, 04 Jun 2019 00:11:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fHb616CbdaxgULp8N2Js2glFfiZ9vUtfsgJd6d0p8PI=; b=WiQk/RpOIObnHFqulZf9VeWMXFAx0Kt5rY73GBfH3Zclj4/79DwSlMgV9NHT4I7s1j kXIU4OFAFT0FL6hHckH0VYONcZyCcqxUIKbBOVEotEilFXX85tWvsBUVfKOTpODZrHtS rg5LsXFMvuRFHqzy92sYA1RtO9K8fbn7QdfXq7Q9Azz3Ca2l0c+PHCX0zF3HhehzJofo na9pjsA/GzRPiB0H8IQeN2WGYV7HSxjIAolq2hCNF1qezwbdFIP4uVJhZSHSJsnX2Vr2 +QSPEA4mmUPyS4jESiHA1ChNGlHB3d9Zcar7R8C5vQ2tPdeumj5kmZ2dOg77OWe8BCLA EsGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fHb616CbdaxgULp8N2Js2glFfiZ9vUtfsgJd6d0p8PI=; b=fa1IZuE3HB6h6xF4QqD5IubomDG+AuKxCqnzL8hl4UJkPnZFE+zyQZhKkJqGwj5Vdb 4RLZhIZq0jFaRhBj9HC3kOJBENmHeHJclVMMAUCkpTrpeW4syCoR25Dly27J75yhWH4H XIb+DAOAwvUAEXNKTmuT3eph7aBB0sqxhFKt7vWYlesKqBtbf+4myOkFVTAj3PzSfv0X lsMjcP5wuy4BvSKtS3U4YZ+kZg7FnzoZdfm0cWJ6rfBc5dmFCfBjasKkxT5QUQHEvkzn gCsNQ8C2iiVr97fWhV/Tc//4bXUrM3jtVfk39JbcsKk0neaWiqRbFZhEM1hpXKw6pqEe h0DA== X-Gm-Message-State: APjAAAUY/CrWuJ71PsHnnpXxVVzl7MjhYtg701vbe8XImbEI5s4kgYtJ 3A1fKbCf40jMq+z9CoxcR/tLqRIZGltJaBPRw4I= X-Google-Smtp-Source: APXvYqwTcUz4OrX0gwOq2gRC2n0YlWEtOixjC4GPZzWM9iWv9uEK+n28aT4KU0/RhyI/pGX4zJy5zz+C8l9LLW4/MB8= X-Received: by 2002:a1c:2004:: with SMTP id g4mr16048483wmg.173.1559632295106; Tue, 04 Jun 2019 00:11:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: madhukar mythri Date: Tue, 4 Jun 2019 12:41:22 +0530 Message-ID: To: Jonas Nemeiksis Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] ovs-dpdk issue 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: , Errors-To: users-bounces@dpdk.org Sender: "users" You can go-through this OVS+DPDK link on Performance tunning details: http://docs.openvswitch.org/en/latest/intro/install/dpdk/ In which, you can goto "Performance-Tunning" section which explains about the CPU isolation (makesure, you have done Core to Rx-queue binding) and Memory allocated as per NUMA-node. Regards, Madhukar. On Mon, Jun 3, 2019 at 6:02 PM Jonas Nemeiksis wrote: > Hi all! > > I have problems with ovs-dpdk throughput. I found some information about > TSO , also I'm not clear how I can right turn on it. > > I tried a lot options but throughput very poor. > > DPDK: 18.11.1 > OVS: 2.11.1 > > Maybe anyone have practices with it and could share best practices? > > > Thank you! >