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 697DEA0524 for ; Fri, 7 May 2021 15:16:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D5FF41104; Fri, 7 May 2021 15:16:09 +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 854A1410E0 for ; Fri, 7 May 2021 15:16:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620393365; 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=uEA5EdC4UPS5s64d7waRT8CgEa1QILOAnyRQWTC3lY4=; b=ed6jqhVgLEqjHFCbaMEPQkUyfy7WYwlN2CpO4tDf2hg0/Pah5PLl7K1r3O/kMmM/DNDFSH iwf7pMdkuRVekl4CaAtRob0fbBt5rPYzmn2/1Vp3cz/b76q0zVVTZgpJKrxZCt2kVcPXtY hhi+mHFK9FHTB7O3+syJ3Q5n8weF8Rk= 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-77-I8PyFuGePFuniVMfqYZ3tA-1; Fri, 07 May 2021 09:16:02 -0400 X-MC-Unique: I8PyFuGePFuniVMfqYZ3tA-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 14D41801B12; Fri, 7 May 2021 13:16:01 +0000 (UTC) Received: from RHTPC1VM0NT (ovpn-113-72.rdu2.redhat.com [10.10.113.72]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EECE5100164A; Fri, 7 May 2021 13:15:56 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dpdklab , dev , ci@dpdk.org References: <20210506151426.28202-1-david.marchand@redhat.com> Date: Fri, 07 May 2021 09:15:55 -0400 In-Reply-To: (David Marchand's message of "Fri, 7 May 2021 14:21:33 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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-ci] [dpdk-dev] [PATCH 0/2] 21.05 fixes for OVS X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" David Marchand writes: > On Thu, May 6, 2021 at 5:15 PM David Marchand wrote: >> >> Testing OVS build against 21.05-rc2 revealed some issues. >> Bits were also missing on OVS side, so for people interested, a >> rebased dpdk-latest OVS branch is available at: >> https://github.com/david-marchand/ovs/commits/dpdk-latest Thanks for the patches to OVS side - I'm currently reviewing them. > > I got failures for a "dynamic_config" job running on the Mellanox > server from the lab. > I don't see how my patches could break this. > > Max segment number per MTU/TSO: 40 > Switch name: 0000:05:00.0 > Switch domain Id: 0 > Switch Port Id: 65535 > 06/05/2021 14:03:20 TestDynamicConfig: set_up_all failed: > Traceback (most recent call last): > File "/home/jenkins/dts-func/framework/test_case.py", line 258, in > execute_setup_all > self.set_up_all() > File "tests/TestSuite_dynamic_config.py", line 93, in set_up_all > self.verify(ret.lower() == self.dest, "MAC address wrong") > File "/home/jenkins/dts-func/framework/test_case.py", line 169, in verify > raise VerifyFailure(description) > exception.VerifyFailure: 'MAC address wrong' > > 06/05/2021 14:03:20 dts: > TEST SUITE ENDED: TestDynamicConfig > > The DTS code does not seem to have changed recently. > Is this test stable?