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 1FC3342D04; Tue, 20 Jun 2023 08:45:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD82E4068E; Tue, 20 Jun 2023 08:45:52 +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 6BF15400D6 for ; Tue, 20 Jun 2023 08:45:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687243550; 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=iIPpV/0qq4BgiNPno4CVWwguVmBoobks2V7Wak5y54k=; b=gghl6V72z1NoedGIhwcSykrsIq0Pq/rwUQDTf84to1Ige94QhQiFNDDBVUojOIMsHkIkdV TyuDfv+l7tbfm64qgZwjJE6M3Z42kOYLTg97z03CP3GzVW4qqPOpK6uPLpV8MoEAeXcPFh K16JsqOVXhd5P0xvRnDSL/yOhUGohh8= Received: from mail-pj1-f69.google.com (mail-pj1-f69.google.com [209.85.216.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-441-rn1dPgA4N0OoyzG3MI2mXw-1; Tue, 20 Jun 2023 02:45:47 -0400 X-MC-Unique: rn1dPgA4N0OoyzG3MI2mXw-1 Received: by mail-pj1-f69.google.com with SMTP id 98e67ed59e1d1-25edb0c31ccso948851a91.0 for ; Mon, 19 Jun 2023 23:45:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687243546; x=1689835546; 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=iIPpV/0qq4BgiNPno4CVWwguVmBoobks2V7Wak5y54k=; b=WL3hiBBeLMnFoI8LnrCaNGCKgHKDfSc6ZW3qU3tVW0ao7C20Stu9xeVIs1+RUhxKWS Aenu1Em8EvddMaq9TZHYSw6icRoSlhrlVmb43cZfqvBUdp/i2vxvtcb/JKYzTUguTbCK bRWwMVQI2r8/ARTvFhc8EEMO13FjAgiyhEnnGqItXekomwPxC7o63ho6WaOJjYDKBP9w soI0k4SPgbGj8L6wO3gZ98FSmtrfq6I5sUowI0MYvu4SnbjPFjaeO2xX8HemzlbTxzHc MqCAfgREGbg2aY60aGkhHObsakGWXhuWRBPdHO+k7Nr7i6wWUl2WNfh6tPj26lC4qwWo e7Ew== X-Gm-Message-State: AC+VfDwi6jQifMrTXEi12nhJRVbhg4SqYiyjE/2uSMX4fsrb6mu2mJb8 T4/OtKPojbor8UZa2ayft+bic+T/liFQFcd/2h9JcZ2L98jco8gz4e0BtLox0WtFBm4ZMmcsIFL oR4gwNQ98kS/fcf4Opjg= X-Received: by 2002:a17:90a:188:b0:25e:935f:8449 with SMTP id 8-20020a17090a018800b0025e935f8449mr6154468pjc.36.1687243546203; Mon, 19 Jun 2023 23:45:46 -0700 (PDT) X-Google-Smtp-Source: ACHHUZ5mUWN8EMVgW0MKs8P8uNnMJjS9UFz947IP873Ryxu8vKGDrOt8TFBdN1easycGwjCSJWugzJTBk/ykipxI3iQ= X-Received: by 2002:a17:90a:188:b0:25e:935f:8449 with SMTP id 8-20020a17090a018800b0025e935f8449mr6154461pjc.36.1687243545964; Mon, 19 Jun 2023 23:45:45 -0700 (PDT) MIME-Version: 1.0 References: <20230619204650.3348681-1-david.marchand@redhat.com> In-Reply-To: <20230619204650.3348681-1-david.marchand@redhat.com> From: David Marchand Date: Tue, 20 Jun 2023 08:45:34 +0200 Message-ID: Subject: Re: [PATCH 1/2] test: add graph tests To: Jerin Jacob Kollanukkaran , Kiran Kumar Kokkilagadda , Nithin Dabilpuram , Zhirun Yan 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 Hello guys, On Mon, Jun 19, 2023 at 10:47=E2=80=AFPM David Marchand wrote: > > We forgot to add graph unit tests to the CI testsuites. > > Signed-off-by: David Marchand Sorry, I forgot to Cc: you. Can you have a look at this series? Thanks. --=20 David Marchand