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 D67DD45EF4 for ; Fri, 20 Dec 2024 06:30:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D048440267; Fri, 20 Dec 2024 06:30:38 +0100 (CET) Received: from mail-pj1-f100.google.com (mail-pj1-f100.google.com [209.85.216.100]) by mails.dpdk.org (Postfix) with ESMTP id 25FDE40144 for ; Fri, 20 Dec 2024 06:30:37 +0100 (CET) Received: by mail-pj1-f100.google.com with SMTP id 98e67ed59e1d1-2ee709715d9so1099699a91.3 for ; Thu, 19 Dec 2024 21:30:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734672636; x=1735277436; 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=NYXE6Fk4qxekTUYG73/Ic1DpmgYoxmiBSrNk3ozCaBk=; b=H33B5tpNNmsHlfNxQ1t0/xE9pgdDOp2jtcVZQZpvSSg9+q4DNExIst7k+dxJgCePes 7k1EdY5lUvtHHoiIAsXDYEHN3JtT71ZYqvcvu6NcX0XiKf/hDeJBO5fQ/coqdhylYIA8 Ex8SMxf+YFuZY4ATORGxSRRzkvNZ3u8I0sais= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734672636; x=1735277436; 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=NYXE6Fk4qxekTUYG73/Ic1DpmgYoxmiBSrNk3ozCaBk=; b=ovQ2RQzjsIO6NqKpK4RJBBr43ulkrZepYgEQhD58/vNfeuTA5UPsFTJIqciY50TeGt TUwrrE9KJhOpK/T5qL0ak7TEWi25XK6bC8xUBjNar1Ng3cDq4VlxpUt4K+oQKMSc1acm c3aRNQ95rFoZBqaG2/BlrwSinIF8KeTofa5z9lrrID56s9YLvT1SkzatZ0VDcoG079qC ILyMPwNRgDQmZmXpUcp+vxTbJPHfEhP0xmM99o+bYrGRAaGEnPo7qVB3wjoAMCUT+WlU YUINi6SSvpy/LNovHeOBw2BY6C6jEf9LE1JIuiy8PsMrNhYRRDqm4ht2BvySeausq/LH LUYg== X-Gm-Message-State: AOJu0YzFSTuRCbkc6rQlEs6n76TKvxtm2kdh2MnpQBl/KL9h6kzdvuXh XMBOlJBiqDPnFrbejHSa92YE9Gl24F8bxfqsdCwnvV8ZGvHsZUin/YWDimGLgWu5zkQPhzp9YvO uYOTTjluPsy0jAIpcAPBTEC3ltqyY6XNeH+8Vz4pH X-Gm-Gg: ASbGncsV0i+u3Kg0tpNnWaqaQRSbeJ1Go9H/jmt4nAISMSA4y8tU/JQO0hyZhf9JmFc IsMyUf/jEQ8oHdfCG2BbojZ0WYUS29QExAlh/vrFpAYlMcz0HplMiLZw4Mv/0RpVYTURMJeko7x 4fe0a3MsCT/shBsn6vTu5n8ug2CRkF6BlOGTWm/d/V35clHueLm47hkMe8XBz8mmeIfKwKZaCzN WRyNePL8GlxuNMEpdI7UaT1698SZPl432rlr6VS7jVgckyNQIREG2YC9cc49BKYDXi4qXS7G0L8 Hg== X-Google-Smtp-Source: AGHT+IGzROm2RZbi/EvVyR1W03UAgunt7/jS3NEjNmM8jbVAuOl9tr7tnO3K1SHL1UHMjhC4HEJ/v8zKvY88 X-Received: by 2002:a17:90b:2dc8:b0:2ee:c797:e276 with SMTP id 98e67ed59e1d1-2f452d3000cmr3013227a91.0.1734672636335; Thu, 19 Dec 2024 21:30:36 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 98e67ed59e1d1-2f2ee270b62sm244566a91.14.2024.12.19.21.30.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 21:30:36 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 21:30:36 -0800 (PST) Message-ID: <676500fc.170a0220.13c1cf.064dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 8A1FB6052471; Fri, 20 Dec 2024 00:30:35 -0500 (EST) Subject: |SUCCESS| pw149327 [PATCH] [1/1] vhost: fix missing gso_size validit From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <6d3c97d4be3a43a45e9435478015f1ec546b14b6.1734663422.git.wangyunjian@huawei.com> References: <6d3c97d4be3a43a45e9435478015f1ec546b14b6.1734663422.git.wangyunjian@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/149327 _Functional Testing PASS_ Submitter: Yunjian Wang Date: Friday, December 20 2024 03:45:09 DPDK git baseline: Repo:dpdk Branch: master CommitID:510b460e02594a70d4ce19e2d29df3ade8af36d7 149327 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203522 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/32178/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/