From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: [PATCH 0/2] fix performance/cache resource issues with 128-byte cache line targets Date: Sun, 6 Dec 2015 21:29:22 +0530 Message-ID: <1449417564-29600-1-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain To: Return-path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0095.outbound.protection.outlook.com [157.56.110.95]) by dpdk.org (Postfix) with ESMTP id 3FEA79247 for ; Sun, 6 Dec 2015 17:00:07 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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. Jerin Jacob (2): mbuf: fix performance/cache resource issue with 128-byte cache line targets bitmap: optimize for 128-bytes cache line targets app/test/test_mbuf.c | 4 ++++ .../linuxapp/eal/include/exec-env/rte_kni_common.h | 4 ++++ lib/librte_mbuf/rte_mbuf.h | 2 ++ lib/librte_sched/rte_bitmap.h | 12 +++++++++--- 4 files changed, 19 insertions(+), 3 deletions(-) -- 2.1.0