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 04E2C43150 for ; Thu, 12 Oct 2023 08:20:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1F154027F; Thu, 12 Oct 2023 08:20:20 +0200 (CEST) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id B17394027F for ; Thu, 12 Oct 2023 08:20:19 +0200 (CEST) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-564af0ac494so471207a12.0 for ; Wed, 11 Oct 2023 23:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1697091619; x=1697696419; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=Nbyjxp65yPzkWvIzrIugk2PD1/+aKFWbS/30AQw3leo=; b=job2ILhRJbj41NJr41nUMoPWsK3F7SGr0dNrMfhInZVFup19DqTEnXNFulQc4czcsl MlCzWbwofm9uAfcQ049NAIABUnrqJWMez4KzodSXcWijxvCogQs1OMtFxled+Rh7VAUN f5Wgb4oWrsKMmpUwdBtwl1b2soIplvmjVT29M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697091619; x=1697696419; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Nbyjxp65yPzkWvIzrIugk2PD1/+aKFWbS/30AQw3leo=; b=HTzfGKa2QbLNkylFrPeHqmjAYxExenrqe5u09wt4AP5mRpuCWGprRKjnnI7hpW8m8I MEahgKi1RDGJBZLl8OOE5eB0EhI+Ocuc6omR1sr5blGRkWjoXriLnSj6DBBu+97m49QO 4KIPsg5RoXejEdB3dSrptRohrHnGpXwfb9HWrpKEmP9waERDf8fVBD6tKKUmnEB3Wv1d RXGDUnS+cbEKk4Ug/r1zDWfDv6oVsd6kAeKA+44LSK7+sjYkeogNYU8Izu9no92Yaeqk Ftbi28HeITC75FGoQGDXjWv2mcRNGfTSGcb0dhzP2wM3SuN57TiEjwRJGOLDJFQcGTl0 E0qQ== X-Gm-Message-State: AOJu0YyrHIdzJwOBJ4XXms7/nE/6RPbHOQzZTg5KHXwBH36KSWVyCJ6l wWmiV3ThtcNF3MPi1/S74JJ4CywtH1R4xKX76T5x0rblJuAov1wsNejukw== X-Google-Smtp-Source: AGHT+IGnimQ9E473KtuscHzQb1oSFEXswGyEaWjHBVtLtEp42niDpyynqg21jdEJRsq/dn//vkgrJ/wN+QId X-Received: by 2002:a05:6a21:35c9:b0:173:29c:3228 with SMTP id ba9-20020a056a2135c900b00173029c3228mr4332902pzc.33.1697091618855; Wed, 11 Oct 2023 23:20:18 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id b2-20020a170902bd4200b001c6038fdf22sm50525plx.67.2023.10.11.23.20.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Oct 2023 23:20:18 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 11 Oct 2023 23:20:18 -0700 (PDT) Message-ID: <65279022.170a0220.9d366.2c27SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 07BF76052514; Thu, 12 Oct 2023 02:20:18 -0400 (EDT) Subject: |SUCCESS| pw132470 [PATCH] [v3] net/netvsc: add support for mtu_set 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-sample-apps-testing Test-Status: SUCCESS http://dpdk.org/patch/132470 _Testing PASS_ Submitter: Sam Andrew Date: Tuesday, October 10 2023 18:41:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:4dd146e597d81d900140a904e0b3b9feb1b0be6c 132470 --> testing pass Test environment and result as below: +--------------+----------------------+ | Environment | dpdk_fips_validation | +==============+======================+ | Ubuntu 20.04 | PASS | +--------------+----------------------+ Ubuntu 20.04 Kernel: 5.4.0-153-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27888/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/