From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 876315588 for ; Fri, 22 Jul 2016 12:21:25 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id f65so51727905wmi.0 for ; Fri, 22 Jul 2016 03:21:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=xtnzGc3y1gUe4y3A9RaC+blcBAAGhjxeiDmqKwsZC9I=; b=zmkSmbEl2leDBdOndD65qp+QyxA6CbIu/e7Gk6JQgwOiMw8A5CCrdGLJNb5llxPjzu gCHENUlHFyHybIN/0c0T1m6vBFtmGz9F4BAwNo5yRfd/Z7laYxyuxTRQl4B+HYbXzLAN RDvHC9zX6mErf8ffB2wiQy1ol8iuFnLSSMjZRS+bZeDWfzaMM2wa3FrOBoZcxPAYY7gU Ced7GFe8K45ovVmPiNp8YlcUlfGZzXTJU7rGJ9PJ5Sa6YgmdFtmfnVXo1hIxLDjT7vFY GhoPsg0OH4aszuGCCzVkudSBpkx0RWj4cHcqouxAUBtnjF08T+sOLB0ZhGKQyatSuXkK ozpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=xtnzGc3y1gUe4y3A9RaC+blcBAAGhjxeiDmqKwsZC9I=; b=Uq4q2lUZVP/72isZXA1L1Xe4irZe1qBCQ4VPKl2m5ePBHnLmmuKnUsoJAINoiISBtY 5nLsuCLrwBs/Bf2ollE5IszMziDRahiEYvgdrXmprNXf1lIJMBcqHFdLsc7IyQOoVS1l h3aFDfwfzzzW9aajzrG/sOxAXVDOp72tThkEud735HvT+lB8eUbLkZvgipxcgvJMWDKk pK1CEKuYgARiFZf+l+lsG+jDbIbH3TCsLyrtI0f1F05mac74v+ebd1WUE2wynnuU6gi7 ydAlp6NzhuFUGZLMFP5mZrflrcXzoUMh3NKHblUkyGQiflCF7o5bT1l2EKHr5Xft4PAh /O1g== X-Gm-Message-State: AEkoouv8kCTkbgEIqvLo3qW/uGNCruDvrOcDTiNJNSNoEqwiocosVrxTdy1Mhp/KV/ULDf5G X-Received: by 10.195.11.104 with SMTP id eh8mr214841wjd.128.1469182885371; Fri, 22 Jul 2016 03:21:25 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id p83sm11827626wma.18.2016.07.22.03.21.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 03:21:24 -0700 (PDT) From: Thomas Monjalon To: "Chokkalingam, SankarX" Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Date: Fri, 22 Jul 2016 12:21:23 +0200 Message-ID: <2993822.donLPxIQFm@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1468866206-2321-1-git-send-email-sankarx.chokkalingam@intel.com> References: <1468866206-2321-1-git-send-email-sankarx.chokkalingam@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] ip_pipeline: Fix for performance issue in downstream configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2016 10:21:25 -0000 2016-07-18 11:23, Chokkalingam, SankarX: > In TM, the read size should be lesser than the write size to improve performance. > This enables the TM ports to push maximum packets to the output port. > > This fix changes the burst_read value from 64 to 24 in default_tm_params. > > Signed-off-by: Chokkalingam, SankarX > Acked-by: Cristian Dumitrescu Applied, thanks