From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Yang Subject: [PATCH v3 0/3] example and test cases optimizations Date: Wed, 3 Apr 2019 14:59:53 +0800 Message-ID: <1554274796-23258-1-git-send-email-phil.yang@arm.com> References: <1546508946-12552-1-git-send-email-phil.yang@arm.com> Cc: david.hunt@intel.com, reshma.pattan@intel.com, gavin.hu@arm.com, honnappa.nagarahalli@arm.com, phil.yang@arm.com, nd@arm.com To: dev@dpdk.org, thomas@monjalon.net Return-path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by dpdk.org (Postfix) with ESMTP id DD19B5B2C for ; Wed, 3 Apr 2019 09:02:46 +0200 (CEST) In-Reply-To: <1546508946-12552-1-git-send-email-phil.yang@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" v3: test_distributor: Remove the conditional compilation and just keep the __atomic_xxx calls. (Honnappa Nagarahalli) v2: 1. Add per lcore statistics for each worker thread, removed __sync builtins. 2. Reimplement test_distributor with atomic one-way barrier, if C11_MEM_MODEL is enabled. 3. Reimplement test_ring_perf with atomic one-way barrier, if C11_MEM_MODEL is enabled. v1: Reimplement packet_ordering with __atomic one-way barrier. Phil Yang (3): packet_ordering: add statistics for each worker thread test/distributor: replace sync builtins with atomic builtins test/ring_perf: replace sync builtins with atomic builtins app/test/test_distributor.c | 7 ++-- app/test/test_distributor_perf.c | 2 +- app/test/test_ring_perf.c | 12 +++++-- doc/guides/sample_app_ug/packet_ordering.rst | 4 ++- examples/packet_ordering/main.c | 50 +++++++++++++++++++++++++--- 5 files changed, 63 insertions(+), 12 deletions(-) -- 2.7.4