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 752C6A0566; Mon, 2 Mar 2020 13:51:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 37F991BFF2; Mon, 2 Mar 2020 13:51:46 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 66F472BB8 for ; Mon, 2 Mar 2020 13:51:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1583153504; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pHSyzdq28ZZU9OsKAmDEgLTcK4qB2xKhAl1O1cROeac=; b=FMNZYQbCNMJ0DPd6PRZHX3AEPnhf7Am77KffB3qEZNBl6uBs/NOlN+TYDEoKxqSoHtrYlm ybX20pI2bXA2PkxS/AoAUihM+EFagtJ5U607CnhABXrR2BB+qFphTOCk21ChnjVThkSVCd fhAma3SLlBsqx5U0EsCNGnBF6XjXwRM= Received: from mail-io1-f69.google.com (mail-io1-f69.google.com [209.85.166.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-227-u3JVlPsUPzCxOOShFKwxlw-1; Mon, 02 Mar 2020 07:51:41 -0500 X-MC-Unique: u3JVlPsUPzCxOOShFKwxlw-1 Received: by mail-io1-f69.google.com with SMTP id 24so3478360ioz.3 for ; Mon, 02 Mar 2020 04:51:41 -0800 (PST) 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=TEITawk6zRwrBDPoaS5MGIkWvMG+ny1Key7q8P3/fZk=; b=F+gquG4/M//7BPq20jaHqCmOZdnifmeI6S6RGmNdToTHm/4NQPsMg8vs0lLHK+vjFf 7VJp6hDO9BU8mpFgrevxjXHKcp68+6Jj3tScmQzbpljCK6184HkAmC846VMMMJ/mfIMY 3ZPzcpnVf6lwovKW0U2nIIYXmf8ovWqHDljcKgjQMauzI3DZJ25BSeWwAOaQ6cJmhwNH cJ33XYtlFspPPv5eOqdT9mpU96ud0VuQVa3anCirz0HTv789Z7e9cy+Lg+dyMO8AFjKc 5Vaq9hoh5ywWm97AS/92VPAaMchkfPB3+Cv3l47CmoFId519FkGyY7QuCdUmEB551ioX 9Mug== X-Gm-Message-State: APjAAAXuRVIad0zDBDIDjLGH6uLkRbcMwnitGbfZuDLEV8pnHsz1Je5Q c2NX+8pUzUH7gpgadDptFsMyNlIio2CqP8KoBJEaCRHlTAkmN20sfMsFajRBZqIiRzyIJ9sRKBm 1KnmhU1vzd6h9CNgyVPw= X-Received: by 2002:a5d:8952:: with SMTP id b18mr12859585iot.40.1583153500890; Mon, 02 Mar 2020 04:51:40 -0800 (PST) X-Google-Smtp-Source: APXvYqyaqOAIJr91UqTRXG+mZccydF7VN0C+9vS1Z96eVRjbQ74mnx3YSQYQCsW/T0UkYbg3dP6guvhjjkqOarGqIuc= X-Received: by 2002:a5d:8952:: with SMTP id b18mr12859565iot.40.1583153500594; Mon, 02 Mar 2020 04:51:40 -0800 (PST) MIME-Version: 1.0 References: <20200302105357.29509-1-savinay.dharmappa@intel.com> <20200302114319.3886-1-savinay.dharmappa@intel.com> In-Reply-To: <20200302114319.3886-1-savinay.dharmappa@intel.com> From: David Marchand Date: Mon, 2 Mar 2020 13:51:29 +0100 Message-ID: To: Savinay Dharmappa Cc: dev , "Ananyev, Konstantin" , "Iremonger, Bernard" , Akhil Goyal X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v2] app: test: measure libipsec performance 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 Mon, Mar 2, 2020 at 12:43 PM Savinay Dharmappa wrote: > > test app to measures the performance of libipsec > api rte_ipsec_pkt_crypto and rte_ipsec_pkt_process. > > Signed-off-by: Savinay Dharmappa Missing MAINTAINERS update. > --- > app/test/Makefile | 2 +- > app/test/meson.build | 2 + > app/test/test_ipsec_perf.c | 637 +++++++++++++++++++++++++++++++++++++ > 3 files changed, 640 insertions(+), 1 deletion(-) > create mode 100644 app/test/test_ipsec_perf.c > > diff --git a/app/test/Makefile b/app/test/Makefile > index 1f080d162..83cf4c09d 100644 > --- a/app/test/Makefile > +++ b/app/test/Makefile > @@ -231,7 +231,7 @@ SRCS-$(CONFIG_RTE_LIBRTE_BPF) +=3D test_bpf.c > > SRCS-$(CONFIG_RTE_LIBRTE_RCU) +=3D test_rcu_qsbr.c test_rcu_qsbr_perf.c > > -SRCS-$(CONFIG_RTE_LIBRTE_IPSEC) +=3D test_ipsec.c > +SRCS-$(CONFIG_RTE_LIBRTE_IPSEC) +=3D test_ipsec.c test_ipsec_perf.c > SRCS-$(CONFIG_RTE_LIBRTE_IPSEC) +=3D test_ipsec_sad.c > ifeq ($(CONFIG_RTE_LIBRTE_IPSEC),y) > LDLIBS +=3D -lrte_ipsec > diff --git a/app/test/meson.build b/app/test/meson.build > index 0a2ce710f..7a2ec1331 100644 > --- a/app/test/meson.build > +++ b/app/test/meson.build > @@ -60,6 +60,7 @@ test_sources =3D files('commands.c', > 'test_interrupts.c', > 'test_ipsec.c', > 'test_ipsec_sad.c', > + 'test_ipsec_perf.c', > 'test_kni.c', > 'test_kvargs.c', > 'test_link_bonding.c', > @@ -225,6 +226,7 @@ fast_test_names =3D [ > 'fbarray_autotest', > 'hash_readwrite_func_autotest', > 'ipsec_autotest', > + 'ipsec_perf_autotest', > 'kni_autotest', > 'kvargs_autotest', > 'member_autotest', This test ends with a timeout in Travis. Perf tests should be in the appropriate list. https://travis-ci.com/ovsrobot/dpdk/jobs/292924971 --=20 David Marchand