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 CD51AA0524; Tue, 13 Apr 2021 14:59:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B78FA160F3B; Tue, 13 Apr 2021 14:59:06 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 66816160F32 for ; Tue, 13 Apr 2021 14:59:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1618318744; 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=bo0qQnps9TkInDE9S3b6xrFcrtfG4E7yC8Ermzengng=; b=VGrwkj2iIcOFKlaKuImqY/gEA2J037zOelM9T486THMgIRtqawcdxzn1FLu2/B5KUygMYl RfO37ZSxpm5XXXwCWpQYzEB/a4LPQu1dAHYQ6/3fPeVlerNGqYMOJhsKOCMQ05ckgxV5GF oHCCl+hII2TycGSCytda6o4QnFvZ+Ec= 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-283-MayFkN_7ODSbPfxjrOXoGQ-1; Tue, 13 Apr 2021 08:59:00 -0400 X-MC-Unique: MayFkN_7ODSbPfxjrOXoGQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 66C5C8189CD; Tue, 13 Apr 2021 12:58:58 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-115-147.rdu2.redhat.com [10.10.115.147]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 416C318A50; Tue, 13 Apr 2021 12:58:53 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: Thomas Monjalon , Timothy McDaniel , Jerin Jacob Kollanukkaran , Ray Kinsella , dpdklab , "abhinandan.gujjar\@intel.com" , "harry.van.haaren\@intel.com" , dev , Shijith Thotton , Akhil Goyal , Pavan Nikhilesh Bhagavatula , "mattias.ronnblom\@ericsson.com" , ci@dpdk.org References: <3565653.Ar8n8QqFrN@thomas> Date: Tue, 13 Apr 2021 08:58:52 -0400 In-Reply-To: (David Marchand's message of "Tue, 13 Apr 2021 09:15:58 +0200") 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.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Subject: Re: [dpdk-dev] [pull-request] dpdk-next-net-eventdev - 21.05 - PRE-RC1 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 Sender: "dev" David Marchand writes: > On Tue, Apr 13, 2021 at 12:12 AM Thomas Monjalon wrote: >> >> 12/04/2021 15:20, Jerin Jacob Kollanukkaran: >> > http://dpdk.org/git/next/dpdk-next-eventdev >> >> Pulled, thanks. >> >> Note few changes in titles like uppercases for acronyms, >> or "add support" simplified as "support", >> and release notes moved in the right place. > > The ABI check now reports an error on event/dlb. > The reason is that the event/dlb driver has been removed, and so the > check complains about a missing dump. > This will have to be fixed quickly or reverted. > > > This has been missed by multiple people, so trying to understand why. > > The ABI check should have caught this when run by maintainers (/me > looks at Thomas and Jerin). > > The CI should have caught it too. > But, v1 did not apply. > For v2, I can see a doc generation issue reported by Intel CI that I > can't reproduce, so it could be just noise. > I can't find reports for Travis or GHA and I could not find in the > robot logs why the series_15708 branch was not created. I need to go back in the logs - there were a few cases during a change-over that the robot wasn't running right. > Looking at UNH reports: > http://mails.dpdk.org/archives/test-report/2021-March/182956.html > But looking at the log: > [2713/2716] Compiling C object > 'drivers/a715181@@rte_event_octeontx2@sta/meson-generated_.._rte_event_octeontx2.pmd.c.o'. > [2714/2716] Linking static target drivers/librte_event_octeontx2.a. > [2715/2716] Generating rte_event_octeontx2.sym_chk with a meson_exe.py > custom command. > [2716/2716] Linking target drivers/librte_event_octeontx2.so.21.1. > Error: cannot find librte_event_dlb.dump in > /home-local/jenkins-local/jenkins-agent/workspace/Ubuntu18.04-Compile-DPDK-ABI/dpdk/build-gcc-shared/install > > Is this something that has been fixed since then? > > I don't have the main branch/recent series status from UNH, but at > least GHA and Travis are now complaining about ABI.