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 57C0D42D85 for ; Thu, 29 Jun 2023 03:45:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5648D410F1; Thu, 29 Jun 2023 03:45:15 +0200 (CEST) Received: from mail-oa1-f97.google.com (mail-oa1-f97.google.com [209.85.160.97]) by mails.dpdk.org (Postfix) with ESMTP id 9DBD340DF6 for ; Thu, 29 Jun 2023 03:45:11 +0200 (CEST) Received: by mail-oa1-f97.google.com with SMTP id 586e51a60fabf-1b05d63080cso143708fac.2 for ; Wed, 28 Jun 2023 18:45:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1688003111; x=1690595111; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=bYSRX/uJPAz/+16eaGuXCJGzOn270hdL+5wymeti0Mk=; b=H7YLgWOLpi0QR1Fxb3lD+aF9D48X+G/1lOW5ZS/9KCOzLJRXwGu39a9kvrjjTkpdZv 8/9Pi7lgWUgoogGDMIYS5KIlGOaxWFiIOA2DRlyy7GkF0p4Aor03GdCOVsml1tJTY+/G iU4y6L2sqV+ntcUP1JRH3Ax1FveNn1LHoOwWI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688003111; x=1690595111; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=bYSRX/uJPAz/+16eaGuXCJGzOn270hdL+5wymeti0Mk=; b=kB5+Ah3tjJFcCsGVBTLie1oLbs0yqdmvmteoqj3DLsJgjt9MYvrNLRb+M4FEbqMy+E Av6f9V4IQg5jynNX+rM+GOtd6LQsVRH3BBt7XamcP+LDW7Q9IjMJAePf6LdAgNwML/nQ KCnPDN3/zirKTeZHNEORqyCchbAmsFcLi0CYA4q8RjFFR4Gyz8mERbkXVbc+gwD9bpaP cyUzZucqyc0BkeeOpXFRJtFN1hq9bOCzVBuvdsOcZnWjXYr9is3f4HrLtbYgekuLSglA MX3AZcW+/Y2um72Om1Oj45DHTNGjFz24Dzm/C2QNvnst88EeXzBUFEAkntv48KXzhlds ASIg== X-Gm-Message-State: AC+VfDwEqohq+PyX0u8zxphID0lUF6SY40YUPigvvsF0LMIW/895NUt8 /zLnsTOHYojRjy81dTCHlEmTTh2RQC0FllwHvwHy/2gAcUL0xl/f3hTN0iOEcWFW7wn9A/CH/g= = X-Google-Smtp-Source: ACHHUZ4AJZR1yWRsVpXDukI6eB1txxHkXwrKOElUdr62Lb7y8XIYWxwU1aDFj6fPK/6T4H8770NOjPZiq4uP X-Received: by 2002:a05:6870:7704:b0:1b0:25b4:4b7f with SMTP id dw4-20020a056870770400b001b025b44b7fmr13730228oab.27.1688003110985; Wed, 28 Jun 2023 18:45:10 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id l13-20020a05687040cd00b001b067b7b74dsm527793oal.35.2023.06.28.18.45.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jun 2023 18:45:10 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 28 Jun 2023 18:45:10 -0700 (PDT) Message-ID: <649ce226.050a0220.62a57.e265SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.10] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id 75733605246B; Wed, 28 Jun 2023 21:45:10 -0400 (EDT) Subject: |SUCCESS| pw129087 [PATCH] net/netvsc: fix bogus sizeof calculation From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/129087 _Testing PASS_ Submitter: Long Li Date: Thursday, June 29 2023 00:29:57 DPDK git baseline: Repo:dpdk Branch: master CommitID:93a4b3beba4ee611685148917981f846427cafb2 129087 --> testing pass Test environment and result as below: +-----------------+----------+ | Environment | abi_test | +=================+==========+ | Debian Buster | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ | RHEL 7 | PASS | +-----------------+----------+ | RHEL8 | PASS | +-----------------+----------+ | Fedora 38 | PASS | +-----------------+----------+ | Fedora 37 | PASS | +-----------------+----------+ Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 RHEL 7 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44) RHEL8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5) Fedora 38 Kernel: Depends on container host Compiler: gcc 13.1.1 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26855/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/