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 CD3AC43B77 for ; Thu, 22 Feb 2024 15:10:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C84F640281; Thu, 22 Feb 2024 15:10:46 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 7B6A44027F for ; Thu, 22 Feb 2024 15:10:40 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-36532b1892bso16853095ab.1 for ; Thu, 22 Feb 2024 06:10:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1708611040; x=1709215840; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=Dwj1JDASikNi/nec6JLTBGlq3CDqmaJi8mh2a4x0KSE=; b=Dz50bdaPcFAXWcjL6tkh69GJO4Uvhgz/AZunW8hlzHrNur4cZARh7rUNNrUbMfEln6 N2G6gUhz2LMklzYLRdvAp6KEjdl1mP4/2Cq7UvApWvXEuvY42qFQG6dQ7eappviP38c6 5/fHTvGaIk+NzfXKOt5LSdniJw+1CG5vztGoU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708611040; x=1709215840; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Dwj1JDASikNi/nec6JLTBGlq3CDqmaJi8mh2a4x0KSE=; b=JF5dJWbBwbQGylgceFK0sENHCYke5jPTip1ha8ucyt9R+cy8uezM0SolJb/BZ8tjhC zbuyssmt92eb7hdGhJxt9Hg843TN7kb95db1bI4b64vOoyun299eTjFIbiA8iYgn+5Xi lpGF+ZFFbOz9Gwq22Fh3BHgNvY2otSFTKiHJNGfBMhfXxZHnvYG9NA01Vdobt/7Wo+EI lafY797YOLSTL92rdzigShBaSlVOyIX4znH9XYpzgrmnbFhJeuPUu9MoQQX5X3NmZPJp PcPhQF0rQyx/jL67jC6eT5SQtAld/a+rjja8RlOLYexoVfreUDm/i7N147NFg7Yd+Dvx MINw== X-Gm-Message-State: AOJu0Yytfi8GARBWKXE4iaT/g1wEAwB3c3N3JDgbxa7bkQb4KEOXU8OX lqfVhmUIq3ORK1GiWQEnEwE7I0+QNk7OzY/8h1hCO56r9a48gdeLts7jVbQM2benpV/ohZg7vDO c+m6iE+hPpFp/d+qyznMW28r9+5qPLVC3+mDUNtTN X-Google-Smtp-Source: AGHT+IHbBERqNJmteWfTKY4AkW+0oNCB6nrE9KHR0j0HyJAmqPM9P1CGtEKgwE/aqF/E9vY7JUt6NZIUw/Mt X-Received: by 2002:a05:6e02:1291:b0:365:1611:5d75 with SMTP id y17-20020a056e02129100b0036516115d75mr16869060ilq.24.1708611039855; Thu, 22 Feb 2024 06:10:39 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id o9-20020a92c689000000b003639eab8f25sm728691ilg.20.2024.02.22.06.10.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Feb 2024 06:10:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 22 Feb 2024 06:10:39 -0800 (PST) Message-ID: <65d755df.920a0220.a5ea5.c5ffSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 579956052510; Thu, 22 Feb 2024 09:10:39 -0500 (EST) Subject: |SUCCESS| pw137036 [PATCH] [v2] net/af_xdp: fix resources leak when 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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/137036 _Testing PASS_ Submitter: Yunjian Wang Date: Thursday, February 22 2024 13:35:39 DPDK git baseline: Repo:dpdk Branch: master CommitID:dee3c01a2297538d7b65048aedfb372464f89942 137036 --> testing pass Test environment and result as below: +-----------------+----------------+ | Environment | dpdk_unit_test | +=================+================+ | CentOS Stream 9 | PASS | +-----------------+----------------+ | CentOS Stream 8 | PASS | +-----------------+----------------+ CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29225/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/