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 4139BA0352; Tue, 1 Mar 2022 11:57:34 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2C9CD41C3B; Tue, 1 Mar 2022 11:57:34 +0100 (CET) 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 4FE4F407FF for ; Tue, 1 Mar 2022 11:57:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646132251; 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: in-reply-to:in-reply-to:references:references; bh=+grrOWtkvOYCBtuJIQZMDnV67R9HAO/8tJm+HPPXoeQ=; b=MSZoLTDrEdi9Wu6vH7bB01SyX9CfCH0D2ka+xw8jITx6cVWomb4EdvNa/qam/79TLzDzrZ b4tPZ2/4/E7hPZ9CGG/HBDTMSyTr0r2MXdzA44pGcGBBPq8QbjfOhMv0ddMYWUTvL7sbir m5wTrB7EMZnMOONHykQ8tbb6690Q+74= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-368-8ZbcywCjPHSs03L5D4W2sw-1; Tue, 01 Mar 2022 05:57:29 -0500 X-MC-Unique: 8ZbcywCjPHSs03L5D4W2sw-1 Received: by mail-lj1-f197.google.com with SMTP id o8-20020a2e9448000000b00246133c54deso7174859ljh.10 for ; Tue, 01 Mar 2022 02:57:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+grrOWtkvOYCBtuJIQZMDnV67R9HAO/8tJm+HPPXoeQ=; b=phXdC9CccgqFHdaXk8KLd9uT+ij1bjL9Ud0DROZJ4p4xZbNh1DyQzvwO4Pf6RxQa0M qAD/Yvyvi5wVyF53c8EsxccDwLPfW6sHVQDfZd5H/EKDOtz/lk6u64QNP6dwzCGNCIir JmwKtZ4SGQqGq1W99/zeAuLZABcX6yNSJjldYnBpCJMPK8qUOTUSeeL+MkZYqTOYTHlb OY3nM15ggS346284xPlC8PY+3mcdx9Jstczp9hQy1AoKpOVRqIbCbtJCi9xwJLcmB2eQ EgNU5OrlGyxRgRB9NmsB/+8qybsrulde0wIGPysxqE+RyMqPxhe4l6uOTPzF9uEqOeHz qI/w== X-Gm-Message-State: AOAM531ltpulbJPzwchTliXRFeu2QmoVa4OzOnOCjk1noaB3bHFjCWGN Ch4QVZ8zn3EzNdTrGvFrU4SKjIGTo0QhOe8L7+okpDbzDsnRnqoVSe5n+UfZ1LeSoMVhfINHOo2 UjypZjaaixOTvOBE2Wvo= X-Received: by 2002:ac2:43b1:0:b0:443:b47e:7ac0 with SMTP id t17-20020ac243b1000000b00443b47e7ac0mr14991198lfl.553.1646132247613; Tue, 01 Mar 2022 02:57:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJxb1pJlQ2UP1Kdo4ECTV4KDzZ2fuUfh4vPiR8wlXLm1tNcQQxfbCspOFX8zQAc6iIGW4jQhhblesGSSu/87op4= X-Received: by 2002:ac2:43b1:0:b0:443:b47e:7ac0 with SMTP id t17-20020ac243b1000000b00443b47e7ac0mr14991188lfl.553.1646132247423; Tue, 01 Mar 2022 02:57:27 -0800 (PST) MIME-Version: 1.0 References: <20220226183651.2165304-1-thomas@monjalon.net> <20220301100455.2150858-1-thomas@monjalon.net> In-Reply-To: <20220301100455.2150858-1-thomas@monjalon.net> From: David Marchand Date: Tue, 1 Mar 2022 11:57:16 +0100 Message-ID: Subject: Re: [PATCH v2] ci: remove redundant drivers enabling To: Thomas Monjalon Cc: dev , Bruce Richardson , Aaron Conole , Michael Santana Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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, Mar 1, 2022 at 11:05 AM Thomas Monjalon wrote: > > No need to explicitly enable drivers bus/vdev and mempool/ring. > > bus/vdev is always enabled since > commit 2e33309ebe03 ("config: enable/disable drivers in Arm builds") > > mempool/ring is always enabled since > commit 81c2337e044d ("build: make ring mempool driver mandatory") > > The driver net/null is kept to allow running test-null.sh. > > Signed-off-by: Thomas Monjalon > Acked-by: Bruce Richardson Acked-by: David Marchand -- David Marchand