From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5CD2BA0519; Fri, 3 Jul 2020 12:41:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 396AF1DB56; Fri, 3 Jul 2020 12:41:10 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 1614E1DB54 for ; Fri, 3 Jul 2020 12:41:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593772868; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=7buTvbS0BF/bbvcpMRuqLALxv9F1mLPthWB/nody7FA=; b=Sag2r/wvQqCh0qqZ7igwu8RPC8YVxKCoE9fLxiNfR6Kd1TVDW+NFdrgFjOE2w7Ye+uyZ87 DmbLgmPGK7WYxjK1y7Wm1ha03UypcbdBDLFPZMCCVCr7eIfMNttAdkFKCIrznBmG538Qtp nFINtnG5xxU/+O/EdGkzuVmWUUdeHSY= Received: from mail-ua1-f71.google.com (mail-ua1-f71.google.com [209.85.222.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-309-meDbeWOzPw2FyvDUBlT-TA-1; Fri, 03 Jul 2020 06:41:07 -0400 X-MC-Unique: meDbeWOzPw2FyvDUBlT-TA-1 Received: by mail-ua1-f71.google.com with SMTP id 14so5377480uac.8 for ; Fri, 03 Jul 2020 03:41:07 -0700 (PDT) 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=7buTvbS0BF/bbvcpMRuqLALxv9F1mLPthWB/nody7FA=; b=tyc0LXK+wGUmi2q9EEUBP08VrhYio4YWo7MmSDCKYFxBC6KlK1Lw7/bPMjYLwtQ3aC XcALYQbIk6q0Jdsdieo6hQXMQTrHm6qj1dD0ksVGIf8OE1CwPWbPReQtpixnK45pV8nS cCYg3lfbxRinqx4oMdnaXAQhXTrso5voNO20njNUJlGGdzAY83x3f27ZzghJpAe8JH5Q Mav/11+F6vOVLq1+UV1YaMzeT3MOXhXUX/kAIF+V4IJV8bOBSeAqOKjab+kwwIcBNm4Q DHqeV4p3XJR82Hk8lrUbo677Y1qU5nmOVonokVNXZ7qvnNRH3GrzCyOwLlF8YyBIztqC IqxQ== X-Gm-Message-State: AOAM533aKVlGftDgKNqbqL5lZwRR8x8tDA0RCfdVOkFRGBb6dYe38y+a PcSMULh2PuPQq1f37n6Ul8WiVBeW0e9Fj1uIM+HORTsr+A39KTO6PndUFCbQw208CT2NAtzZyN4 IfQ7C7O9jGPxh+g4sTuU= X-Received: by 2002:ab0:e2:: with SMTP id 89mr25736207uaj.86.1593772866636; Fri, 03 Jul 2020 03:41:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyDPu9QP8h/XnJ1PI+PnGlbXOwIX+AxwiMNF7JdZLxzbPRykLaUquWcICeZegcTzkYlEErVk9jEKeMOST8ozSM= X-Received: by 2002:ab0:e2:: with SMTP id 89mr25736190uaj.86.1593772866369; Fri, 03 Jul 2020 03:41:06 -0700 (PDT) MIME-Version: 1.0 References: <20200630162139.19512-1-konstantin.ananyev@intel.com> <20200702141027.18447-1-konstantin.ananyev@intel.com> In-Reply-To: <20200702141027.18447-1-konstantin.ananyev@intel.com> From: David Marchand Date: Fri, 3 Jul 2020 12:40:55 +0200 Message-ID: To: Konstantin Ananyev Cc: dev , Honnappa Nagarahalli , Feifei Wang Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/2] extend test coverage for ring PEEK API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Jul 2, 2020 at 4:11 PM Konstantin Ananyev wrote: > > Introduce new test case to test ST peek API. > Changes name for MT peek ring test to follow same naming convention. > > Konstantin Ananyev (2): > test/ring: add stress test for ST peek API > test/ring: rearrange names for ring stress tests > > app/test/Makefile | 3 +- > app/test/meson.build | 3 +- > ...ek_stress.c => test_ring_mt_peek_stress.c} | 2 +- > app/test/test_ring_st_peek_stress.c | 54 +++++++++++++++++++ > app/test/test_ring_stress.c | 7 ++- > app/test/test_ring_stress.h | 3 +- > 6 files changed, 66 insertions(+), 6 deletions(-) > rename app/test/{test_ring_peek_stress.c => test_ring_mt_peek_stress.c} (94%) > create mode 100644 app/test/test_ring_st_peek_stress.c Series applied, thanks. -- David Marchand