From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 31B1D42D70; Tue, 27 Jun 2023 11:36:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 23C8142BC9; Tue, 27 Jun 2023 11:36:17 +0200 (CEST) Received: from forward502b.mail.yandex.net (forward502b.mail.yandex.net [178.154.239.146]) by mails.dpdk.org (Postfix) with ESMTP id CB1B842BAC for ; Tue, 27 Jun 2023 11:36:15 +0200 (CEST) Received: from mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:18a7:0:640:a497:0]) by forward502b.mail.yandex.net (Yandex) with ESMTP id 6B20F5E8A4; Tue, 27 Jun 2023 12:36:15 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id BaHxYT6WrW20-Kk8Bmh0P; Tue, 27 Jun 2023 12:36:14 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1687858574; bh=2ofQMnn0SnJjFcWeGaL+vbB5drHKPvTu0qgNfXyUTuQ=; h=From:Subject:In-Reply-To:Cc:Date:References:To:Message-ID; b=RUTVufkFV+BMrK0Btvm6fLVuTZgGlTRYQN9pdpYU1jaPv+a0BISbUOwlAgE/rgkmr sxg4zGRJnotZJhIBFEYBXsoZdH7iy05dt9/JJiRBkXD9sIPG/f9mZTXA/vKtpHBdS+ GkL6KJCnUZiVvqJcgdKigbo66DbIvgPKrFXcWr70= Authentication-Results: mail-nwsmtp-smtp-production-main-91.iva.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <8fefda71-65fa-8d56-ba1e-267765a24c67@yandex.ru> Date: Tue, 27 Jun 2023 10:36:10 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 To: pbhagavatula@marvell.com Cc: Honnappa.Nagarahalli@arm.com, amitprakashs@marvell.com, dev@dpdk.org, jerinj@marvell.com, nd@arm.com References: <20230602170147.4828-2-pbhagavatula@marvell.com> Subject: Re: [PATCH v5 2/2] test: add reassembly perf test Content-Language: en-US From: Konstantin Ananyev In-Reply-To: <20230602170147.4828-2-pbhagavatula@marvell.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > rom: Pavan Nikhilesh > > Add reassembly perf autotest for both ipv4 and ipv6 reassembly. > Each test is performed with variable number of fragments per flow, > either ordered or unordered fragments and interleaved flows. > > Signed-off-by: Pavan Nikhilesh > Reviewed-by: Amit Prakash Shukla > Tested-by: Amit Prakash Shukla > --- > app/test/meson.build | 2 + > app/test/test_reassembly_perf.c | 1002 +++++++++++++++++++++++++++++++ > 2 files changed, 1004 insertions(+) > create mode 100644 app/test/test_reassembly_perf.c > -- Acked-by: Konstantin Ananyev > 2.25.1