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 8E46546038 for ; Thu, 9 Jan 2025 22:23:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7155C40FDE; Thu, 9 Jan 2025 22:23:02 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id F305940612 for ; Thu, 9 Jan 2025 22:23:00 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e46c6547266so2033593276.3 for ; Thu, 09 Jan 2025 13:23:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736457780; x=1737062580; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=PYCdE/BQwYFD2VCnqNBctM+HZAvBkNvo8B/pjL0m8ug=; b=IxJTxiOWpKO8dprhdNlasfD7bcmieytE8Y1n9mhM/ANVuU67cVfjVviQVckxL+JAsK 0Hi8LblEVkwbKMUggzDUucpkgVhMdVN2aNWwkLTdMXu/US+gHooINRxofcay/uYrti1O 7Rd6U0yzmlGOnXEe8FubSykUB6/l6gzheBJRU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736457780; x=1737062580; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PYCdE/BQwYFD2VCnqNBctM+HZAvBkNvo8B/pjL0m8ug=; b=gWhRaUUHHkVIpsJc3ClrXxb+xa2mRnm/jHQ3AiuFm1sycvstO9na83pq0HKtlujMEG HM2PnkN8w+/gnH/HMwU29px2/CE+Mf3oDq+OGzJQ8IbBuIDCrxzprZe48hB3cm6xOI/z //hzZELdawzoEt+LHw00scKd4GJqgUIzhDDu+B5lEYlnff8DMrxJ0wqulJE9b6Eh7X2s cbE7chtSFNmyg+4lF54W5vjomOuvOgart22Pma5VcpgrqGOl2LyUYAwiy33LabdqDcFI JTo3wd431QspSXlIgZ2sSQJihWbOmRbwauQcOBoOcJptV5Srha20CoWdYMjXGfft+PYl RgsA== X-Gm-Message-State: AOJu0Yw78X+lhpFwlxjOH/D60AB/z/IBC6JLSJ10Vh6Z3bzz7KQ6oleI kPiJjKGS8MO9XBJIm5V9fzYoBBvUsuL6s2BJAnjNToTu63GA63bRzxwrPylGsONCKXEz8xSyvmf /dQFgS0ZJNUuq5unillQijjspbRQaHSKNcAuoEwuSbOg4ym0kIxMv3lAT X-Gm-Gg: ASbGncskiXiI4nJe70eVzAPOpR9J1iQUWpe1l6Ka5evEhYIiyqQWsYf0CSa9TGCdyyX f8yAoooW/2rfbiA4xrtLOC186MPLWddjGuZwX6mLVYpoS6tOyFvBjbSrVT7ifeRDAvLwzq905CT Cov8I6nEnnUzt9RR0vCj7xY+iJqefqUJewkDsLTQERfVditVOgitSyCuwkt1PEwZ1jW7BUqFSm3 di6tKwUOwtv4ghL5EyW9cVeHRSYTG9lYaR8L+a9Npyo/KmL9mDPLZt1brd21Hk4Hd53b5Ut+BV2 3XqRXA== X-Google-Smtp-Source: AGHT+IGvguN46o1TAUytFLB52V1VhD88L35trd2mEC+HaIPhQX/QOBtBbkyvCXts5lUQv0gR9NGytL7s7+t0 X-Received: by 2002:a05:690c:23c6:b0:6ef:7312:d05e with SMTP id 00721157ae682-6f5312398f0mr66603187b3.19.1736457780217; Thu, 09 Jan 2025 13:23:00 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546c5c80bsm986667b3.24.2025.01.09.13.23.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 13:23:00 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 13:23:00 -0800 (PST) Message-ID: <67803e34.050a0220.24cf66.6563SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id C8CD96052471; Thu, 9 Jan 2025 16:22:59 -0500 (EST) Subject: |SUCCESS| pw149775 [PATCH] vhost: fix misleading log when setting ma From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250109143130.3696613-1-maxime.coquelin@redhat.com> References: <20250109143130.3696613-1-maxime.coquelin@redhat.com> Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149775 _Testing PASS_ Submitter: Maxime Coquelin Date: Thursday, January 09 2025 14:31:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149775 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#304706 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian 12 | PASS | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Debian Bullseye | PASS | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | Fedora 41 (Clang) | PASS | +-------------------+----------------+ | Fedora 41 | PASS | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32285/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/