From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id D69F0688E for ; Thu, 11 Feb 2016 12:54:44 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id g62so17875768wme.0 for ; Thu, 11 Feb 2016 03:54:44 -0800 (PST) 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:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=r/zYGhUAw66bcXCLLfwcWxHVsfXiGJRr3dLM3OQBfSw=; b=wRxApjRezFIAByJQZGszEWFzmA923QOx3iSXPCJddrVSRoP703nH0qQwyY/we8NVEC 4hhW4AntccAp7runkL5oyezbQ+UKYRHM+BBLYgqZPWChZGV4PYq/BPRk0MUUQp21QcYh bMcTjf/DWF3jTSEim3yiDrrDKowOvonorLneFQSCpUbYVIc++cWIC4anEHYg6Yc9mRjy Y+uW85kzEXqRcM0f5BNcbXPDDMKAA+eH8PgG3t8iUbGEWFOsNrWXgHe9EO7/VeDXgR5b kMPJTGwN6NHm63RWTnscsdTBiTL5guJr8uHDHIbW2v9uh/FkGa3M3USP5TI02++Qjs3B 3f5Q== 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=r/zYGhUAw66bcXCLLfwcWxHVsfXiGJRr3dLM3OQBfSw=; b=au4L09+pCNgYRrzL2DG863dHY03GvER8E34TN50yQxPwm4e8TDHCzUL2HJbzZR1aiN BhJDlY40VJaTvcpCoRiqPnLmGmgMH4dBOQOnK40BOZcpXNhEN44E+KCU3bhRWFaivYgG KQ46hCWynRNeEAZbBlB7AX0lWCUj9ds+uFL0SwkFoRFDLtPsdyNi5nV1ELmgM6k9W67A tSftkFIe5cgj1c9wwaAZm6MDTmXveP2PZHTygnB5VaH4RtSXJLYrWUrqlouUHJqUwhd5 0xvZxHjFsTzzKl8Qp2WY6Fnia0YdTTXVf+q8UcWf06SUENsIE0FU+FVDzDtbkpWf3UGr Afrg== X-Gm-Message-State: AG10YORFcqEt0K0H8MEB304ovHd4p6XejZG4duF9N80ZVkAagJ4k120wJFHtqhVHjvvkvlIH X-Received: by 10.28.184.78 with SMTP id i75mr17779092wmf.22.1455191684695; Thu, 11 Feb 2016 03:54:44 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id s2sm7240720wjs.39.2016.02.11.03.54.43 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 11 Feb 2016 03:54:44 -0800 (PST) From: Thomas Monjalon To: Jerin Jacob Date: Thu, 11 Feb 2016 12:53:16 +0100 Message-ID: <13006190.yBeuqrMJl5@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1454053555-28850-1-git-send-email-jerin.jacob@caviumnetworks.com> References: <1450067576-18803-1-git-send-email-jerin.jacob@caviumnetworks.com> <1454053555-28850-1-git-send-email-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, viktorin@rehivetech.com Subject: Re: [dpdk-dev] [PATCH v4 0/4] fix performance/cache resource issues with 128-byte cache line targets 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: Thu, 11 Feb 2016 11:54:45 -0000 2016-01-29 13:15, Jerin Jacob: > This patchset fixes performance/cache resource issues with 128-byte cache line targets > found in mbuf and bitmap DPDK libraries > > Currently, we have two DPDK targets(ThunderX and ppc_64) which are based on > 128-bytes cache line size target. > > This patchset doesn't introduce any performance degradation > for 64-bytes cache line size targets. Series applied, thanks