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 4435B426AC; Tue, 3 Oct 2023 08:23:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 262A14026C; Tue, 3 Oct 2023 08:23:51 +0200 (CEST) Received: from mail-qt1-f169.google.com (mail-qt1-f169.google.com [209.85.160.169]) by mails.dpdk.org (Postfix) with ESMTP id 3033C4026B for ; Tue, 3 Oct 2023 08:23:49 +0200 (CEST) Received: by mail-qt1-f169.google.com with SMTP id d75a77b69052e-41810cfc569so4259131cf.2 for ; Mon, 02 Oct 2023 23:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696314228; x=1696919028; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=JR1kqs2XAwWY4hpgqFBXqAimA9nORT2t4dV0g/a5qs4=; b=mIA7DinhwgqKT09pAiVhCOLWRuDC1PJe9yqNrAlhX84fft/uTt2DkEQkx2oqnPuxMK KxCPwSYSw1ExFaHQHkh9H/IWoLN4WWwpbj+uNYc6zi3hHNqXSjNcXh9Bd77iuy4JpBAl SowXr+BbDs66Na69ao2e+DSz7vP5ERwQ8yrembxL8RCwa/e65HtCxAh9uhEv0163b2jo Ja7sDSnAH/XgxTJ9ZS6ySPFtCY7ZPdJPfXL6Y92Qiihs2Igb45w7+TC/VSpuP9fBvg3J At0XYR3ZAwCXWlARdUeqlLOPUBmmTMogv51IsSvj2iA5lL047ca3Meqc8Ltq30BaNKsK 4HlA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696314228; x=1696919028; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JR1kqs2XAwWY4hpgqFBXqAimA9nORT2t4dV0g/a5qs4=; b=RMreYxoa2Xy9KJNE9Xt+2laUITTnGGbbOUTMNnTV8wzOJPJ9V/T/qDT3td+Why1COj xaZV6d/l1Avo8wS6A6a6haLkbpzfHsizzkbuhzClnUAqx9bIu2ooWfQES7TbnOGABQya DlgsRvc5mN4xhfl1NRNb75PdRYdLjgjbcM4i58aIZJmH3cpkh7P6kzchHKHqsLDMPott jEDgD+470U5SRxJd8uMmaTmv1pQ40KaZmSeMe2b+pUCWuopJ1UM9hGMa+1riAiCd9BPv 1nVSFhHZT9u6Fpn8KvNCG4FLwOXel+eFMbKfcPQR15Fi+IDIsWto9edV4fBOTTnbBZQ5 VHrQ== X-Gm-Message-State: AOJu0YyadCcnooPDx+M5ROMSivGaOzkGVcS3tGjsjn4S6wgGINjDlbLR 7xs/NQCvE/qOZC4WmgT0mRaC9UO4kYEHQCLejPV2rBO3zPM= X-Google-Smtp-Source: AGHT+IGHFNPsDc5WbKc4c7gDHVkJJ6QmFYpOd3aeCdCu3u7cD6nY3k3cREciRkQjp8X9vVH2g1Y56AkRNewhHEy8ris= X-Received: by 2002:ac8:5987:0:b0:410:60a4:ffbc with SMTP id e7-20020ac85987000000b0041060a4ffbcmr16754155qte.66.1696314228298; Mon, 02 Oct 2023 23:23:48 -0700 (PDT) MIME-Version: 1.0 References: <20230928151428.895642-1-bruce.richardson@intel.com> <20230928151428.895642-2-bruce.richardson@intel.com> In-Reply-To: <20230928151428.895642-2-bruce.richardson@intel.com> From: Jerin Jacob Date: Tue, 3 Oct 2023 11:53:22 +0530 Message-ID: Subject: Re: [PATCH 1/2] event/sw: add self tests to fast tests To: Bruce Richardson , "Van Haaren, Harry" Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Thu, Sep 28, 2023 at 9:01=E2=80=AFPM Bruce Richardson wrote: > > By reducing the iterations for the final stage of the self-test, the SW > eventdev tests can be fast enough for consideration in the fast-tests > suite. This enables them to be run as part of the regular patch CI > tests, and therefore increases the chances of catching any errors in > patches that may affect this component. > > Signed-off-by: Bruce Richardson Looks like --to-cmd ./scripts/get_maintainer.pl not used in sending patche= s. @Van Haaren, Harry Could you review and Ack it to merge? > --- > app/test/test_eventdev.c | 2 +- > drivers/event/sw/sw_evdev_selftest.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/app/test/test_eventdev.c b/app/test/test_eventdev.c > index c51c93bdbd..c94c15bef1 100644 > --- a/app/test/test_eventdev.c > +++ b/app/test/test_eventdev.c > @@ -1259,7 +1259,7 @@ test_eventdev_selftest_cn10k(void) > REGISTER_FAST_TEST(eventdev_common_autotest, true, true, test_eventdev_c= ommon); > > #ifndef RTE_EXEC_ENV_WINDOWS > -REGISTER_DRIVER_TEST(eventdev_selftest_sw, test_eventdev_selftest_sw); > +REGISTER_FAST_TEST(eventdev_selftest_sw, true, true, test_eventdev_selft= est_sw); > REGISTER_DRIVER_TEST(eventdev_selftest_octeontx, test_eventdev_selftest_= octeontx); > REGISTER_TEST_COMMAND(eventdev_selftest_dpaa2, test_eventdev_selftest_dp= aa2); > REGISTER_TEST_COMMAND(eventdev_selftest_dlb2, test_eventdev_selftest_dlb= 2); > diff --git a/drivers/event/sw/sw_evdev_selftest.c b/drivers/event/sw/sw_e= vdev_selftest.c > index 3aa8d76ca8..3f0d9806f2 100644 > --- a/drivers/event/sw/sw_evdev_selftest.c > +++ b/drivers/event/sw/sw_evdev_selftest.c > @@ -28,7 +28,7 @@ > > #define MAX_PORTS 16 > #define MAX_QIDS 16 > -#define NUM_PACKETS (1<<18) > +#define NUM_PACKETS (1 << 17) > #define DEQUEUE_DEPTH 128 > > static int evdev; > -- > 2.39.2 >