From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (unknown [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 97F1C460AC for ; Fri, 17 Jan 2025 14:42:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92ACF42E50; Fri, 17 Jan 2025 14:42:40 +0100 (CET) Received: from mail-qt1-f227.google.com (mail-qt1-f227.google.com [209.85.160.227]) by mails.dpdk.org (Postfix) with ESMTP id 6019F40294 for ; Fri, 17 Jan 2025 14:42:39 +0100 (CET) Received: by mail-qt1-f227.google.com with SMTP id d75a77b69052e-467a1d43821so29983531cf.1 for ; Fri, 17 Jan 2025 05:42:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737121358; x=1737726158; 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=GdTsXnd1uELrHOkPv3y4ycqOrAB4yfGWAQfzuQWFKDo=; b=AUO1TO0b9QTKdU5ABp/GHNfoCGBThl1A6wiYao602BFTx97ZyqFcaL0Trr1mGpbwEW yd82vnCfFZqMT/4vwHm8rCizdevsedSNUwaTM8WLXSz3fH6m4asZI98s1i8/dFvLQgDb okAnADqQxhpU1sBLU746bOT/YtZQLF0lcj9NY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737121358; x=1737726158; 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=GdTsXnd1uELrHOkPv3y4ycqOrAB4yfGWAQfzuQWFKDo=; b=DXr1LMo2NewPNQUHBmTKMBuipvWivYeLiuytWZZHBrjvWRxBUehmqOAoaPbo6lOhLY 0o7Zh0Y+WicSi8eCFQZWBmkfLP+w/7tvCnH2ZHNxKtryOd39JMk4/VIFkJ0lWXDCtuLE HfakIoerGwdaKowNd4oV3KIDViOQMiFOgJCi+2lu/DqSyfcnNs79SSHtarFuBNV4zN5c nLRohQg01/jNulgwH6rZf80dwJiXbk1Tig/VgsNzkt/jdqJs8QI2EgukpS7wHbR/5utL 7jI+MlEDUj9SgbCcWfrXHohQzPDuUanoTNhZeAvwFWsoXn309HiTWUs8dEcpH1Fx8HPA ZEiA== X-Gm-Message-State: AOJu0YwIqUHJtVx+rVovGJ42i2/uuPdhJck/bimGwzljMxufKIpJHqjL +h5V8A58Q2PnfqN+z1ttwBlwYjxWO+sr3BMcWlHCv2ULHM4ObKNkUF51V9lMalJxHxRkpxtjWvy wA4mQ5lmmSlhycLT6SztVAAgPGhldbBfhJ9Fa6j6L X-Gm-Gg: ASbGncv18ZxaBk8auQ8aw31gro8zB1jAGQuCVAqFlIAAcQutYZTE3wLuvAomTVKHBwS lUUizZhg8Jqwn2eklOeZfFFpoGZvARUzNcolMT6V3MpMHRKCRcXep6kDagF92qMU5RPrzna6rbO CjLu4+8/pQUpoThqSwI9kZMibrUtppvjO1AMgUZDRpaasWqiz7gDZ7eIhLOm/eearEJ0a0w8owe hIevyvmaLgjDlWYDbYLNqiSWar8GcxMRg3Jfr7Wu85DdSDQtgMwNqhSEdy9XQnp0xjfo0Waq3X6 6BJ85Q== X-Google-Smtp-Source: AGHT+IEYU3il1+5IaRoIk3ehg7xqnWILClM4eH2VhK0K7JY6aWYn2INv3nODQDJvvg5qVZ3Be7qKdXmK2x5Y X-Received: by 2002:ad4:5bca:0:b0:6d8:88c2:af5f with SMTP id 6a1803df08f44-6e1b271c302mr40219136d6.1.1737121358721; Fri, 17 Jan 2025 05:42:38 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6e1afc370dbsm1125476d6.41.2025.01.17.05.42.38 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 05:42:38 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 05:42:38 -0800 (PST) Message-ID: <678a5e4e.050a0220.39a4a1.850bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.6] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 707F36052471; Fri, 17 Jan 2025 08:42:38 -0500 (EST) Subject: |SUCCESS| pw150163-150164 [PATCH] [v3,2/2] ethdev: fix some function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117091210.12419-3-lihuisong@huawei.com> References: <20250117091210.12419-3-lihuisong@huawei.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-marvell-Functional Test-Status: SUCCESS http://dpdk.org/patch/150164 _Functional Testing PASS_ Submitter: Huisong Li Date: Friday, January 17 2025 09:12:10 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150163-150164 --> functional testing pass Upstream job id: Template-DTS-Pipeline#207521 Test environment and result as below: Ubuntu 20.04.6 Kernel: 5.4.105 Compiler: gcc 9.4 NIC: Marvell CN106XX 50000 Mbps Target: arm64-native-linuxapp-gcc Aggregate Results by Test Suite +-----------------+--------+ | Test Suite | Result | +=================+========+ | cmdline | PASS | +-----------------+--------+ | ipv4_reassembly | PASS | +-----------------+--------+ | rxtx_callbacks | PASS | +-----------------+--------+ | tso | PASS | +-----------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32354/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/