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 B241C4323E for ; Mon, 30 Oct 2023 10:32:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA51240285; Mon, 30 Oct 2023 10:32:57 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id 2A5D040285 for ; Mon, 30 Oct 2023 10:32:57 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-35749078a59so14189695ab.3 for ; Mon, 30 Oct 2023 02:32:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1698658376; x=1699263176; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=eO+ZGQhHqIem4U14WZnCvz3Hx456N4k+gqBvyOt5WLc=; b=dDq8GBowAjfBcbVRh1fNRK97X6o+RciiZf0ORfjRbsbEytEvx5D3WsEz7k+YzORFRc 02nnSyZRGmqxZo/uECYXi00yhRYALjJYkN+XmqwzIHWbHlnfJrEN5w0FiXizimTqv5GS pc5LceXDnq5VZU3Hg/QrhMurPfZAonCFtUhxk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698658376; x=1699263176; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=eO+ZGQhHqIem4U14WZnCvz3Hx456N4k+gqBvyOt5WLc=; b=EUsd2SwOdyDlgCu+HrqikFBwDYJmbiQcwLYXF/M6LH6nnwujNv4pw5Gujq1guUjOE1 kH+AL6W66V9bdk/VrDu4IcgNII+r0p5T7WSyrnkVQ7+Eye+Vi5G+GXLjtUn0QmkHmMnG uUB84C7zok2nZKhq6BfnE8mIy5tvO1HCnH8xJTzM1Bz+meOZY+dsvjiTu5Zw+9nrDBD8 c97aSkcZXxEpd6eUlJArJ+jOLRYr6xbfMlyeKJaxaOn1KKTchZ5w4awQRWAPhJWxvMYG kWa7X+t+apHd9kEHTV3m2dXhhvm/6LuG6N+Ql36tK0/3xRl/moe3JqHq2gigi8y3smEu Id+Q== X-Gm-Message-State: AOJu0YzvjrXqf3l+yu1m12XxyDG19YefXrj9CwsSrfvVYVExsIpRomo+ W6noYheHTI/Ixu97K4FgMKAORW3OrHTlb9pEgH0av5soP+O5M931d2Wz8n+VcjVD756ucK+V2g= = X-Google-Smtp-Source: AGHT+IHZWmiEgohcvf69JftLhNcGKZ0MAFuAlJP0BP0T3Fc5WzMhLf2DVyzi8WzMM4C9wbuhhQlmLkeSxsve X-Received: by 2002:a92:d24f:0:b0:359:ad2:6ab5 with SMTP id v15-20020a92d24f000000b003590ad26ab5mr6234330ilg.23.1698658376580; Mon, 30 Oct 2023 02:32:56 -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 b5-20020a92ce05000000b00357fc5a7af9sm664564ilo.67.2023.10.30.02.32.56 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Oct 2023 02:32:56 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 30 Oct 2023 02:32:56 -0700 (PDT) Message-ID: <653f7848.920a0220.54692.1f37SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2160360524E7; Mon, 30 Oct 2023 05:32:56 -0400 (EDT) Subject: |SUCCESS| pw133624 [PATCH] [v2] net/ice: fix crash on closing repres From: dpdklab@iol.unh.edu To: Test Report Cc: Mingjin Ye 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/133624 _Testing PASS_ Submitter: Mingjin Ye Date: Monday, October 30 2023 08:44:59 DPDK git baseline: Repo:dpdk Branch: master CommitID:8fa22e1f79aae7dfc7a9eb77034e555e155e5e2a 133624 --> testing pass Test environment and result as below: +-----------------+----------------+ | Environment | dpdk_unit_test | +=================+================+ | CentOS Stream 8 | PASS | +-----------------+----------------+ | CentOS Stream 9 | PASS | +-----------------+----------------+ | Debian Buster | PASS | +-----------------+----------------+ | Debian Bullseye | PASS | +-----------------+----------------+ CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28141/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/