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 E02E945FD2 for ; Fri, 3 Jan 2025 09:34:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C5E5340278; Fri, 3 Jan 2025 09:34:04 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id A016D4021E for ; Fri, 3 Jan 2025 09:34:03 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-2161eb95317so171091575ad.1 for ; Fri, 03 Jan 2025 00:34:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735893243; x=1736498043; 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=tc+LFHqzx1cNcKDlBnJE05z2mrX420ygbTuY8my21yk=; b=LRbbCIWAGSn+y3nMlXSfDF6Yj1KEAO+29QFb7FramvrP4XZfjGxmxm8CWHR8Knqeam CwqUO3YQBzcDS4jgdoYEo8LKB79LxPqK7m4nogUJjKZynb+oPogwSfF25xG0TPkD5fDT lRRSG7AIvPAeseFV00SVr56Pb241oCxkqr4Ts= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735893243; x=1736498043; 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=tc+LFHqzx1cNcKDlBnJE05z2mrX420ygbTuY8my21yk=; b=EyadyUUNMUKl2Ip5QAmHOxcKgvBYxPDyDunTCKMEDFYbdfzGK4Pv5xDoVrauEu/t10 5O60mWrWye4B3FRAFVpmNk69o50EMS3GMWDDVzpzvRP34k1EcRjmxAgvmp6x99BYaAY5 aDEd+2g8UHPqyp6qPMLbxkWSO8y98+9VSg2KHc42/9klg8VjMgVffnJIZY03nW54dNd1 46tszUybsB/E0ZI3xIhwapsjaDej7jvji6cyLKdSTN1f3yEssdv45jpHcJKaetomi0lI pkp+0Kh3Ah9a77UXnSiMmS8Ku/DEDwM/hfOfP6g9BY9BTjQiPYlbzfB//hEGMw7rOL/M 0vxA== X-Gm-Message-State: AOJu0YwZGTAUU/XfmdiedPVvHrjeOJeXd09Xl1UuI4mq3MxttmRjf0nH ucQxKttPLILuPiMB3YGtSxHJ04sMUrtxYLsxAfPWGLXr+16DXyYUCpz4bHGwPPS+baRrZFgzDG4 becOFIVgrwxZNqxPzVPC2OTp2jvW82Pbb4eSvhZQgWx9jYZzU6sJT8rRp X-Gm-Gg: ASbGncu9L/dcObg2vOJKBXWWjmmVNsRj7beIGBl0SEMakdy6MkRJVW72NLHmUD4aOBg 004lFTI5uHaev917Q61F6sN90syh8AeS5wIOjpXIbMgFrn2E8iO2CMa+3a7Xh99egmuwgts1jm2 MVUevNdrKla7dPJTRDhc6rioISIbWXDRLneIpcHcnf1CHGFb/zq6ePZrNLZ9oqm62O4nq3nzPAm BJK+0uqSAxoIrsPI7s8xrsUDQAXq5ev8B6yhbwZgo3PbXmGVkfBO62sV0HYGg/aUx9ZYmHH1ZyL AIM1GA== X-Google-Smtp-Source: AGHT+IGUbRIKH2BrafO9k55gyykdRCeGkoEw2GNj1fji6CZH7vxcBb1oUlqGvQnjSvvxqeIcs1F9sqKMOjky X-Received: by 2002:a17:902:d4c4:b0:216:7cbf:951f with SMTP id d9443c01a7336-219e6ea195cmr664897675ad.21.1735893242757; Fri, 03 Jan 2025 00:34:02 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-219dc999fa0sm13998475ad.48.2025.01.03.00.34.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Jan 2025 00:34:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 03 Jan 2025 00:34:02 -0800 (PST) Message-ID: <6777a0fa.170a0220.39d68d.8723SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id CF53D6052471; Fri, 3 Jan 2025 03:34:01 -0500 (EST) Subject: |SUCCESS| pw149582 [PATCH] net/sxe: add base driver directory and do From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250103061118.6824-1-liujie5@linkdatatechnology.com> References: <20250103061118.6824-1-liujie5@linkdatatechnology.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/149582 _Functional Testing PASS_ Submitter: Jie Liu Date: Friday, January 03 2025 06:11:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149582 --> functional testing pass Upstream job id: Template-DTS-Pipeline#205186 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/32243/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/