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 A766F42D04; Tue, 20 Jun 2023 08:56:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 33E024068E; Tue, 20 Jun 2023 08:56:31 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 53BDC400D6 for ; Tue, 20 Jun 2023 08:56:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687244189; 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=oe0wRecQUOGpzCYIHi3QHWvMhilWYJp+uU0KpC5A8jY=; b=WlBIHTWEkywkk5n5xxTOe+wol/zaNbD3icVMYGGZFDZQNlmlub0VWO8f2oj9BRpVf09C5v 8tMwiyO9m+h6YdOrYe7jRMqmgvH2c66q3UqbP1WB3SpQ7FArc6/M2DnJRlUosi9flP+z9/ wHGiYYC0NtaacnNOz/QA2GR2Aj6DVcA= Received: from mail-pl1-f197.google.com (mail-pl1-f197.google.com [209.85.214.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-127-h_Ms1BvBOdmv44vh5itleg-1; Tue, 20 Jun 2023 02:56:28 -0400 X-MC-Unique: h_Ms1BvBOdmv44vh5itleg-1 Received: by mail-pl1-f197.google.com with SMTP id d9443c01a7336-1b561edde47so12541385ad.1 for ; Mon, 19 Jun 2023 23:56:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687244172; x=1689836172; 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=oe0wRecQUOGpzCYIHi3QHWvMhilWYJp+uU0KpC5A8jY=; b=DFjZJJqdKk9mAVt6C14hb1a5Lk9yjH26W4qZN6h8VMCJNJ0VpCEAhdyePd21NKM5Yv dLFdNLq+3ILbYdvO3/HpZifZCf/Wl5HQnfHVrkaHD7vkdPF5nxw8VvSfMFUj7mJpfEMV YmZIC+sOLsfND0NhHhnWuL22aYg+hjRmmPFHlP/J+uM4rqu5Fm03bWmsiUmYs8TTSO5N 2Q0O4hp+nRZ6y8i8QS1xUIYA7lFb06zVDo0zb5hJ+7ydyhXdmorGY/eD09yczb9rAmkI A29sS3sRpqZpA8pqvIJU7dU7oIPSvsjkPh7HZ1nNsYfs9OJCqcH7QtCUcmJ6pOERfgGj NIOw== X-Gm-Message-State: AC+VfDw7GxfYqPUgeW7W1YoSVvD2FnC7DsxESXlFZfcGTP74dPIfdACN wbPKgjl99M9QtY44E6L8sQC7rDd2scqfWc3gPlfaoO7ZanPDaWVVSiVInND1ioixfrzXgZRnzlR Sx07Z/zjy3OivJwQGNU8= X-Received: by 2002:a17:903:48c:b0:1b1:99c9:8ce5 with SMTP id jj12-20020a170903048c00b001b199c98ce5mr19235375plb.16.1687244172391; Mon, 19 Jun 2023 23:56:12 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ653foKV3LcjEW/s3j5vAMR9pwS9yIKvFHo2QP3UGCBzCn8aM10C1lvbXYACrXvsB748mUKcP1iaB4hcymyFmE= X-Received: by 2002:a17:903:48c:b0:1b1:99c9:8ce5 with SMTP id jj12-20020a170903048c00b001b199c98ce5mr19235365plb.16.1687244172107; Mon, 19 Jun 2023 23:56:12 -0700 (PDT) MIME-Version: 1.0 References: <20230619204650.3348681-1-david.marchand@redhat.com> In-Reply-To: From: David Marchand Date: Tue, 20 Jun 2023 08:56:01 +0200 Message-ID: Subject: Re: [PATCH 1/2] test: add graph tests To: Jerin Jacob , Kevin Traynor , Luca Boccassi , "Xueming(Steven) Li" Cc: dev@dpdk.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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 Tue, Jun 20, 2023 at 8:50=E2=80=AFAM Jerin Jacob = wrote: > > On Tue, Jun 20, 2023 at 2:17=E2=80=AFAM David Marchand > wrote: > > > > We forgot to add graph unit tests to the CI testsuites. > > > > Signed-off-by: David Marchand > > Could we add Fixes: ? > Either way, > Acked-by: Jerin Jacob Indeed. I don't think the graph unit tests and code changed much, so it should be ok to backport down to 20.11 and enable these ut in the CI. --=20 David Marchand