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 90C80426AE; Tue, 3 Oct 2023 12:03:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 157E6402A2; Tue, 3 Oct 2023 12:03:16 +0200 (CEST) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) by mails.dpdk.org (Postfix) with ESMTP id 2D0D84026B for ; Tue, 3 Oct 2023 12:03:14 +0200 (CEST) Received: by mail-qt1-f175.google.com with SMTP id d75a77b69052e-41811e7ac3dso5052851cf.2 for ; Tue, 03 Oct 2023 03:03:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696327393; x=1696932193; 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=1/J6oWk7nYcgXDj7kWugpcjj3D+Ie8n6y+M5/dI5lgQ=; b=GVDu7LbmXX3JtNmEbMF2P5B7ZKIiq9frusXXP010w7strW/S6CKjA/CZ8GXsKrk/T7 QCAngheqcBWdAwFefugDC/hEeByyLhVxg5CGRpojaKRzt9/W2b8QQthNszzv9NYEsvDj 5wI2SVBVRwe6f/Vme1HFR6LbK/Xk/BcP4tXr3nPD+gE5wbF+KxS3/Xq5BI9Lr2hzRLSK wf2VS1HrhnHGuLFbWpR/ddiFNKaFKW7TVHsooIGy5mCfS0nhtYPXwpIZgT9ZeFzSiuN3 74xexq468zO3thFooYceiO/YASieOdBQT2KeS2iW3xyHjgAY2MWNXJvly987f2vPWOmC xcMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696327393; x=1696932193; 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=1/J6oWk7nYcgXDj7kWugpcjj3D+Ie8n6y+M5/dI5lgQ=; b=DX8GdemvDi/gYByJQEXVizOfIfLd8pR8M8eBy01pZxdY3KPxIAN/TBWGnE0q4nJO/1 2BMYuabJiksrk/gUlFK+yhaNIkctBkQfE/SrX28hS/qJ3etRmClcfnTRb7qcofwKv2xh fNTVSIho9hhQebRDGbpQBFHSbRUasyEv4P9U3B83jmfn7q7riiQ4g0qS1oCIvLafnNE/ g607DQj8Ts91IvD8WVxHi1R5isz2fqSVkXXONoIM4BRMptCwU2tDTFhl7G6rb4NIEO0P SUxAl5LNECEbaSQ35YuJj8JVyRnh+VIvfDAN5kLOrV0geeOi4DbEL6gbyZY6FJGkJM9m YrwQ== X-Gm-Message-State: AOJu0Yz94AsWF+xx+Ts3wu+FnYpPm3kEgjgCNZj2Bk9l9aTndbrfW9df yTBhfcU3fwYGE2QdOWdsu4Z5JorOH65638Svo6c= X-Google-Smtp-Source: AGHT+IGrm9PimZZhaHegrCEEDyFz7Fvq836xWCxeGQI7OiJTiG0q/mcFy+JP3MbKpU22BQZ24zQ5j0/R08WCInNASRE= X-Received: by 2002:a05:622a:1a8c:b0:419:5162:5e0f with SMTP id s12-20020a05622a1a8c00b0041951625e0fmr13236716qtc.13.1696327393315; Tue, 03 Oct 2023 03:03:13 -0700 (PDT) MIME-Version: 1.0 References: <20230928151428.895642-1-bruce.richardson@intel.com> In-Reply-To: From: Jerin Jacob Date: Tue, 3 Oct 2023 15:32:47 +0530 Message-ID: Subject: Re: [PATCH 0/2] Add eventdev tests to test suites To: David Marchand Cc: Bruce Richardson , Jerin Jacob Kollanukkaran , dev@dpdk.org, Aaron Conole 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 Sat, Sep 30, 2023 at 6:31=E2=80=AFAM David Marchand wrote: > > On Thu, Sep 28, 2023 at 5:14=E2=80=AFPM Bruce Richardson > wrote: > > > > The eventdev library includes a selftest API which can be used by > > drivers for testing. Add the relevant automated self-test commands > > into meson test suites as appropriate. > > > > Bruce Richardson (2): > > event/sw: add self tests to fast tests > > event/*: add driver selftests to driver-tests suite > > > > app/test/test_eventdev.c | 10 +++++----- > > drivers/event/sw/sw_evdev_selftest.c | 2 +- > > 2 files changed, 6 insertions(+), 6 deletions(-) > > > > On the principle, the series lgtm. > Acked-by: David Marchand Changed second patch subject to test/event: add driver selftests to driver-tests suite Series applied to dpdk-next-net-eventdev/for-main. Thanks > > > -- > David Marchand >