From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9896FA0564 for ; Mon, 23 Mar 2020 22:01:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 554901C06A; Mon, 23 Mar 2020 22:01:41 +0100 (CET) Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [216.205.24.74]) by dpdk.org (Postfix) with ESMTP id 035B11C0AB for ; Mon, 23 Mar 2020 22:01:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584997299; 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=C89FBhXnqaFcRq2EYNpM1Hw8k/9uUxF7fdasYcrzeZs=; b=LLC5DhWy+l7Vbb7Em4ndK73ryclkU0Hs4BGZyBWOhQ7ObcWy5+MHkrE3k98cRQVtnWYUqQ bXw60vbMPG7/1ZMiVJweGq7sTtGiag2qaGtn+31zRfJdRDilg6kXbYFCWwzt81JvvUU6+y HBGgmkUkh679YL9zbsupV+gX1ms4uhI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-117-pl3WZJtQPcSSjWcD4j9xRw-1; Mon, 23 Mar 2020 17:01:37 -0400 X-MC-Unique: pl3WZJtQPcSSjWcD4j9xRw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2B2AE100550D; Mon, 23 Mar 2020 21:01:36 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-116-107.rdu2.redhat.com [10.10.116.107]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E81B860C05; Mon, 23 Mar 2020 21:01:31 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, ruifeng.wang@arm.com, maicolgabriel@hotmail.com, bruce.richardson@intel.com, stable@dpdk.org, Reshma Pattan References: <20200323195926.12182-1-david.marchand@redhat.com> <20200323195926.12182-2-david.marchand@redhat.com> Date: Mon, 23 Mar 2020 17:01:30 -0400 In-Reply-To: <20200323195926.12182-2-david.marchand@redhat.com> (David Marchand's message of "Mon, 23 Mar 2020 20:59:22 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [PATCH v4 1/5] test: load drivers when required X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" David Marchand writes: > Concatenating to test_args if event_eth_tx_adapter_autotest is executed > makes all subsequent tests inherit from the drivers loading while this > is unneeded. > > Fixes: 207b1c813f39 ("test: fix build without ring PMD") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand > Reviewed-by: Ruifeng Wang > --- Acked-by: Aaron Conole