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 8C5F0461C3 for ; Sat, 8 Feb 2025 05:28:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8262040280; Sat, 8 Feb 2025 05:28:20 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id 993B740279 for ; Sat, 8 Feb 2025 05:28:19 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e5b1c4d14f2so2437512276.0 for ; Fri, 07 Feb 2025 20:28:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738988899; x=1739593699; 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=RQuRAWL562N1U0uW7ZRgrTHLdd1fukIZ5cjf5YyciCk=; b=BC7GAf9YQW8S3WMhM9TpuBx3ja9BXw18srvmL/tfR3tBWedqPkaDlfj5+x4YAXzb5z +em/ZLcLk6agS39SANeI/aK826AXwgCNkwKsUpTNx4f6e4JzepU4D0ewC9CnhJPRqZKE LszajM0AAstD3KYgtHsCGTD4qFipketZd33TQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738988899; x=1739593699; 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=RQuRAWL562N1U0uW7ZRgrTHLdd1fukIZ5cjf5YyciCk=; b=ZhsIKCMiWL791plFXTq/+7ix8MWQEAk/1CKINz1UIU9BZfk340UdkCA8FDrmk6Aote PaePyCwUrJqwb+P45zXhB6yUKN1YotR6yiuoNhedeZx2lbDmuk846HnV5g5rp/XDcc6Z uI4vKSgG4pysQMaJHkOjceEwuc6g9+zKSaDurfSmu/MySs6RQ7mJpr/KlbnA33iFSC+x zsv1dLb6Ny21ej6eClL8SBZjpS2AsizN3yyGitcFz7SPJ+/FwbnQcDzU0c4uoI0CQ+PE GNzE55mvFqzLkQ6Us5LBgJfhLS7Pc1y5S+R5O/j4BM5csKSnrJfnNyw7kIluio/Ttv57 wHEQ== X-Gm-Message-State: AOJu0YwMujIAVHbPWR88eSpgnfyMfupmNpa/pKU1u3Q6/VRXETZF1OV2 TN4l8JpGBcqJaH2jeHFCMOgQC1jaAPdI9aQj5236zP2gj+IcyFAaSb+1EcVY1Pt5irO6/ge3MPF 80RXSHpBFXQyxbyK8l1ItfscB7C4E26PRtolHv9h0 X-Gm-Gg: ASbGncsDTe9MMTMcHc542Ahjifc2/vnA3LJiVND9o4hr62XxIpiX7wKqqlZFW3KDkw8 9eLzEFOBecdZF1Ez+ZyIP0jun+C6VyYsf5XQFxARdi4llIV1JSQFceZloAUnkmd18Shh7XMYH7l wWZ0A+nl23xuatNDQ9OTRDzMkMwGzirtPCU9bREIi+9Y5uhY4nuS+RbV8gf7inl+sm/W8R70jQc ympQWVDapMKhqI4sCFrjFPHiMceAMoMlUwa2RqUxkC+cu+J2DapM1RDdEndOZ8wxQ2hKh72NSUs eEGX1SsYVWNVLZIZRAEU6+WL0Ztxew== X-Google-Smtp-Source: AGHT+IFPL7saZWqVfa1xuV3Hcj6U+k06Yf1CI2n43FQAmrm3TFp7gUYPpxiz95cH5PGY2WCUhtpnt2w247hk X-Received: by 2002:a05:690c:7203:b0:6f9:804e:a2be with SMTP id 00721157ae682-6f9b287e262mr60905387b3.20.1738988898939; Fri, 07 Feb 2025 20:28:18 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f99ff9439dsm598677b3.53.2025.02.07.20.28.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Feb 2025 20:28:18 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 07 Feb 2025 20:28:18 -0800 (PST) Message-ID: <67a6dd62.050a0220.1c31e9.2c74SMTPIN_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 638D76052471; Fri, 7 Feb 2025 23:27:46 -0500 (EST) Subject: |SUCCESS| pw151141 [PATCH] net/mana: use mana_local_data for trackin From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1738970505-7864-1-git-send-email-longli@linuxonhyperv.com> References: <1738970505-7864-1-git-send-email-longli@linuxonhyperv.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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/151141 _Testing PASS_ Submitter: Long Li Date: Friday, February 07 2025 23:21:45 DPDK git baseline: Repo:dpdk Branch: master CommitID:b82daa7d47bda76b3879ef6d715b2d3eb737793f 151141 --> testing pass Upstream job id: Template-DTS-Pipeline#211639 Test environment and result as below: +--------------------+----------------------+ | Environment | compressdev_zlib_pmd | +====================+======================+ | Ubuntu 22.04 (ARM) | PASS | +--------------------+----------------------+ | Ubuntu 22.04 | PASS | +--------------------+----------------------+ Ubuntu 22.04 (ARM) Kernel: 5.15.0-97-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32533/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/