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 243E14265E; Thu, 28 Sep 2023 11:45:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7DDE406FF; Thu, 28 Sep 2023 11:45:53 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 6D87B4025F for ; Thu, 28 Sep 2023 11:45:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1695894352; 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=pQXAsT39MZYOxj2VidxLG+UPdIyCaBs3YBoz7euVzz8=; b=GWyBw6DEchxKfoeK6QHp1ga3a64XCXaLsV1MKgM8zI7dBrAMldIoJpgPmLP0tsI1HRb7Cf AB3QwN08tIKzlFgyWviZs2uTp0mmxJEnC+YlZP2tU+uEnxuPyoBbv/3Ad6eFGPOS/JCcML zfmw/RK0viFfomh5niKB8H+cpuxx+aE= Received: from mail-lj1-f200.google.com (mail-lj1-f200.google.com [209.85.208.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-298-XyFzCbFLON680dxeg8FfFg-1; Thu, 28 Sep 2023 05:45:50 -0400 X-MC-Unique: XyFzCbFLON680dxeg8FfFg-1 Received: by mail-lj1-f200.google.com with SMTP id 38308e7fff4ca-2c032e30083so181394231fa.2 for ; Thu, 28 Sep 2023 02:45:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695894349; x=1696499149; 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=pQXAsT39MZYOxj2VidxLG+UPdIyCaBs3YBoz7euVzz8=; b=YZEEEXQv6GkbbIpsUR9ti175HeCEXsWKTvTtkSSrOxoOYjoFBEDHilHEDzOfXftlxr KdHfwGLtbZK2L8lDuVlKrIS6RY4ZAWvzZOW7S5CPw9b5QJbft63FZ715tlGnz/gN7T6C vCIXy8whB/oZB5pdzmXdPGIPIvzdl+FDT3Gf1Bq0VxWtDqGNjTi/Nr/WwYyptc37lGLP zJGZLjZcTFoR97o78975KI6TN+YF4ZL7Yp6X2GaEXQ9mEyH40CY6e9y5gN75m3VJzsks DQ+FTnU+RvRRBabsrW2wAwJDBJtLniB5t2AewMCNP1uabbke7BTaPLJYr0X2odeTDEg5 JG8Q== X-Gm-Message-State: AOJu0Yyi/OyPEpUDB0R6H7NUJybnTvlUtmAHe14TPEC2JG06XmPJ+v34 YiYeKTDNVdkGq09TnHhIDbGo9+c6+X7o8XZyNn/E4tOsCslMLvBveS1BvfQ8CZG+EVVfBlEyJiN uPRB5ES8XdSYPOjnQiJ4= X-Received: by 2002:a2e:b348:0:b0:2bc:d097:2b72 with SMTP id q8-20020a2eb348000000b002bcd0972b72mr765918lja.48.1695894348958; Thu, 28 Sep 2023 02:45:48 -0700 (PDT) X-Google-Smtp-Source: AGHT+IHUyaLx+PjNUIQ+nEZoy+axFpWL7cKtXwL27Cpu7S7AnPFzHrZitykKzxLVZ8dwoJF3rDexPcji30MVMTefXf8= X-Received: by 2002:a2e:b348:0:b0:2bc:d097:2b72 with SMTP id q8-20020a2eb348000000b002bcd0972b72mr765906lja.48.1695894348667; Thu, 28 Sep 2023 02:45:48 -0700 (PDT) MIME-Version: 1.0 References: <20230928092639.162449-1-bruce.richardson@intel.com> In-Reply-To: From: David Marchand Date: Thu, 28 Sep 2023 11:45:37 +0200 Message-ID: Subject: Re: [EXT] [PATCH] app/test: drop dependency on crypto scheduler driver To: Bruce Richardson , Akhil Goyal 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 Thu, Sep 28, 2023 at 11:37=E2=80=AFAM Akhil Goyal w= rote: > > > The cryptodev autotests make use of the crypto scheduler driver when it > > is available, but build fine without. We can therefore remove the hard > > dependency on that driver when building the crypto test files. loongarch CI does not seem to agree, can you have a look? > > > > Fixes: 50823f30f0c8 ("test: build using per-file dependencies") > > > > Reported-by: Akhil Goyal > > Signed-off-by: Bruce Richardson > Acked-by: Akhil Goyal --=20 David Marchand