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 35110A0524; Thu, 6 May 2021 09:32:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E0202410F5; Thu, 6 May 2021 09:32:43 +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 DE8BC410EE for ; Thu, 6 May 2021 09:32:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620286361; 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=P/j3eKqkZ+e8ROEqf8E6bOUOIqTD8XMgK1IzMGmkOco=; b=ZOJUcEDSdcwiJvtiJsd3IxZ6hJiWdNXE4uKrU+A323lJvrDITRC0Ipi9eZ4FHlJf9b1dF0 1PgR6lmxYoVIPLPjR4RJp8bPG4pKagsJZMdfetSjjd5tzZXCIWhzCgP1vShllJkKFvOC2h rcXlvjVzouDlkDSQ/w7dT4TCX8aP/pQ= Received: from mail-vs1-f69.google.com (mail-vs1-f69.google.com [209.85.217.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-435--XsacUxKPNGrb8_g2RI5pA-1; Thu, 06 May 2021 03:32:37 -0400 X-MC-Unique: -XsacUxKPNGrb8_g2RI5pA-1 Received: by mail-vs1-f69.google.com with SMTP id d10-20020a67e10a0000b029022857e9d007so1547048vsl.14 for ; Thu, 06 May 2021 00:32:37 -0700 (PDT) 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=P/j3eKqkZ+e8ROEqf8E6bOUOIqTD8XMgK1IzMGmkOco=; b=Z1srvBAzutsvmBlPAyyG1b6ywhzBUdbuxw4itvQlsHIOb5LAFdleak5Zm5+a/Wh4Fm MmN4Wmkb+6MtgXBiN91MdqKaAIIMJpaPABzxJ5yW8gqj0tcMTo3cIULwW/r6e9s0JkZp AmH6SRFcAcc143SCQG6OmUetoe2s580F9RHN867ZZK/PBvjp/hMf+6hdca4QV8B1RIWk hsAEN+OwnF6MV5wVw+k6Jc58BZBbISrk42W5qppUZdwXjLx00rHlYxIEt0Qb9irgYk3S LViPqgpTBvSlGvBkXPKoDBw96Y1uUF1v/TtUck7FX+MVuwI/dCblRtXQwUD+PrDJKWHV iIlg== X-Gm-Message-State: AOAM530RSkQ8KvEl6wGBq6ocHLgZiFGcjHPOQ3/TNfNApi94v7H/oj9w nIEh2w6EeuBccSNDRMBz6PwtxZLfvudpkraFa4hpTtsDtc5pvmcT3uUgteImvMDBdqvsKgcMHkR TvM7tFFiOQe7TvWyhktQ= X-Received: by 2002:a67:e317:: with SMTP id j23mr2261215vsf.17.1620286356996; Thu, 06 May 2021 00:32:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxIIJSAc/6yzOFGUduWys5Pg/s974PPdXNiqXDGlA9CZa1NbKTSRl94miywvAMLJoVOph06jgKnL6NUEfUmj2E= X-Received: by 2002:a67:e317:: with SMTP id j23mr2261199vsf.17.1620286356647; Thu, 06 May 2021 00:32:36 -0700 (PDT) MIME-Version: 1.0 References: <1905198.ZecszVm5bm@thomas> In-Reply-To: <1905198.ZecszVm5bm@thomas> From: David Marchand Date: Thu, 6 May 2021 09:32:25 +0200 Message-ID: To: Thomas Monjalon , Owen Hilyard Cc: dev , ci@dpdk.org, Akhil Goyal , Aaron Conole 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" Subject: Re: [dpdk-dev] [dpdk-ci] dpdk-next-crypto/master is failing tests 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" On Wed, May 5, 2021 at 11:52 PM Thomas Monjalon wrote: > > 05/05/2021 23:31, Owen Hilyard: > > The Intel 10G and Intel 40G systems at the community lab had test jobs > > begin to crash a few hours ago. This was the result of DTS crashing > > severely enough that the job was unable to continue. A brief investigation > > makes it seem like the "-a" flag for testpmd has been removed, which is > > causing the timeout. Logs and the tarball which caused the issue are > > attached. > > dpdk.tar.gz > > > > output.zip > > > > Looking at the version in the archive, it is dpdk-20.11-rc0. - For the dpdk-next-crypto branch (that I suppose is the reference for testing crypto patches), the HEAD is at "dpdk-next-crypto/master". IIRC, we moved away for the "master" name for branches in August 2020. $ git ll |head -2 f694bded31 - (HEAD -> temp) test/crypto: copy offset data to oop dst buffer (31 hours ago) 8b6b2bf6b5 - (dpdk-next-crypto/master, dpdk-next-crypto) test/service: fix race condition on stopping lcore (8 months ago) - TLDR: the dpdk-next-virtio branch needs fixing too. Bonus: * the dpdk-next-pipeline and dpdk-next-qos remotes are unused and can be dropped, * the master, dpdk-next-pipeline, dpdk-next-qos branches are unused and can be dropped, * references to /master branches can be dropped, Details: $ for tree in $(git remote -v |awk '/fetch/ {print $2}'); do grep -q "^T: $tree" MAINTAINERS || echo $tree; done git://dpdk.org/next/dpdk-next-pipeline git://dpdk.org/next/dpdk-next-qos The dpdk-next-pipeline and dpdk-next-qos remotes can be removed, those trees are not used anymore. $ for branch in $(git branch |grep -v temp); do git ll refs/heads/$branch |head -1; done caec80f92a - (dpdk/main, dpdk-next-crypto/for-main, main, dpdk) common/mlx5: add UMR and RDMA write WQE definitions (34 hours ago) 8b6b2bf6b5 - (dpdk-next-crypto/master, dpdk-next-crypto) test/service: fix race condition on stopping lcore (8 months ago) ^^ This is the issue that triggered this mail. 13116d6e86 - (dpdk-next-eventdev/for-main, dpdk-next-eventdev) event/cnxk: add devargs to control timer adapters (2 days ago) e50ca76c69 - (dpdk-next-net-brcm/pre-submit, dpdk-next-net-brcm/main, dpdk-next-net-brcm/for-next-net, dpdk-next-net-brcm, dpdk-next-net) net/mlx5: fix TCP flags size for modify actions (3 days ago) e50ca76c69 - (dpdk-next-net-brcm/pre-submit, dpdk-next-net-brcm/main, dpdk-next-net-brcm/for-next-net, dpdk-next-net-brcm, dpdk-next-net) net/mlx5: fix TCP flags size for modify actions (3 days ago) f21ea9c424 - (dpdk-next-net-intel/main, dpdk-next-net-intel/for-next-net, dpdk-next-net-intel) net/iavf: fix VLAN tag extraction handling in AVX512 path (6 days ago) fd09e24352 - (dpdk-next-net-mlx/main, dpdk-next-net-mlx/for-next-net, dpdk-next-net-mlx) net/mlx5: fix tunnel offload private items location (2 days ago) 156527cfb9 - (dpdk-next-net-mrvl/for-main, dpdk-next-net-mrvl) net/octeontx2: support flow action port id (6 weeks ago) 830410b265 - (tag: v18.05-rc6, dpdk-next-pipeline) version: 18.05-rc6 (2 years, 11 months ago) ^^ This branch can be dropped, since associated patches are supposed to be tested against the main dpdk repo/branch. 89f6a4be21 - (dpdk-next-virtio/master, dpdk-next-virtio) vdpa/mlx5: fix virtq unset (9 months ago) ^^ dpdk-next-virtio needs fixing. Like dpdk-next-crypto, dpdk-next-virtio references the old master branch. caec80f92a - (dpdk/main, dpdk-next-crypto/for-main, main, dpdk) common/mlx5: add UMR and RDMA write WQE definitions (34 hours ago) d218a4d060 - (master) doc: add meter API change to release notes (3 years, 1 month ago) ^^ This branch can be dropped. $ git branch -lr |grep /master dpdk-next-crypto/master dpdk-next-eventdev/master dpdk-next-net-brcm/master dpdk-next-net-intel/master dpdk-next-net-mlx/master dpdk-next-net-mrvl/master dpdk-next-net/master dpdk-next-pipeline/master dpdk-next-virtio/master dpdk/HEAD -> dpdk/master dpdk/master Those remote tracking branches can be dropped. -- David Marchand