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 12D6FA054F; Tue, 18 Feb 2020 23:37:03 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 034F81C030; Tue, 18 Feb 2020 23:37:02 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id 023621C028 for ; Tue, 18 Feb 2020 23:36:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582065419; 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=/bMpu6y4MoqXYq+Ks78jHZkWkqEOxF2YJSkS0yKS6eM=; b=Bv4iNdxTQZC8ISoIrLP5NzOaMkCihFTXu09TOj1/sfGshivb6RaFUTz0zeeSR1D/0ierLk 6SuaD+lxjW+bfMFOF4BucuwvyBob7nFCXLd8Yv+skIUhWdQo3xD5cZIAn4LDUa/n581Yfo X7c/Me+LwjstB/mHvhDHzN3xLiEs7GA= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-374-4zmweO0LPwG_HYqfT3cXRg-1; Tue, 18 Feb 2020 17:36:57 -0500 Received: by mail-vk1-f199.google.com with SMTP id e25so8820940vkm.2 for ; Tue, 18 Feb 2020 14:36:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=boB6ofk74b/ZqgklULwq/q9Z27i9sTZPwoZ0Tiq19vY=; b=IA8BL597BV4qeObJ7qBzxKbrn8oq+dRCEyoCjiT85aCHKfO2w5x03f3JeTiMP5C/Q4 FXaxb77Sz+nX8nkYOLAc5oaYwL5tDf/foQuECXIoODdqjbpubPXK79f3PcHoCd35qrN6 RJEW8/nyxl6RjlTRAmrfz+prnrR5BnzRUxpb4MvLD8ZNDj1QXyntgzc0LQKTOGVtjScO JkYeco2kY723U6m1wKqlYHUJGKwWS4ud4Tf8oDrewo1nyrXjcTjd9s/Db4Cv4cMeyR1s FYu6HHwXT0hF0MG/B3959QOqry7iRo/kEKQhNiQDiUdG6tX3UNCzKMyhMYZtGPqDmk1b zwuQ== X-Gm-Message-State: APjAAAWoHWbOLbH0Kc265Nzx1vP0tzFCOBhUeDyKkQycgZN19dIZFCgH +g2CRc6+HNnf0hgz1M/b9MizGFRkbSB8posP+jc0kIm5E2Ig1/eBDBiRm37F+qOr0sbG34i0Hb9 N8rkQ5KsTB3etC0QFMJE= X-Received: by 2002:a1f:1f0f:: with SMTP id f15mr2084593vkf.18.1582065416824; Tue, 18 Feb 2020 14:36:56 -0800 (PST) X-Google-Smtp-Source: APXvYqyCD00QWxMYOkqFkHxhK7LTVaGSYOcn2Zl1TmlU3aoJ4S9vr/du3KJgEJkcChIczApNFGgz9VqT4iDezs3IYBc= X-Received: by 2002:a1f:1f0f:: with SMTP id f15mr2084574vkf.18.1582065416480; Tue, 18 Feb 2020 14:36:56 -0800 (PST) MIME-Version: 1.0 References: <20200217113547.1889436-1-thomas@monjalon.net> <20200218212006.2246947-1-thomas@monjalon.net> In-Reply-To: <20200218212006.2246947-1-thomas@monjalon.net> From: David Marchand Date: Tue, 18 Feb 2020 23:36:45 +0100 Message-ID: To: Thomas Monjalon Cc: dev , Aaron Conole , Bruce Richardson X-MC-Unique: 4zmweO0LPwG_HYqfT3cXRg-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [PATCH v3 0/2] improve Travis coverage X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Feb 18, 2020 at 10:20 PM Thomas Monjalon wrot= e: > > Remove some useless jobs and add more packages > to build more PMDs in Travis. > > v3: reword commit logs > v2: remove libbpf because not available > > Thomas Monjalon (2): > ci: remove redundant configs disabling kmods > ci: enable more drivers in Travis builds > > .travis.yml | 30 +++++------------------------- > 1 file changed, 5 insertions(+), 25 deletions(-) About enabling kmod compilation again, this can be done in a followup patch= . For the series, Acked-by: David Marchand Rebased on master, cache for abi checks jobs deleted. Series applied. --=20 David Marchand