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 F037445DB6 for ; Wed, 27 Nov 2024 12:12:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CF3394021E; Wed, 27 Nov 2024 12:12:01 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id D2B61400D6 for ; Wed, 27 Nov 2024 12:12:00 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-2126408cf31so47989065ad.0 for ; Wed, 27 Nov 2024 03:12:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732705920; x=1733310720; 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=w7OGSD+wPydDkDDmFQqvTaxU0px2s0Ij+EE1ld8o2iU=; b=PEGRQoh6LSVnKcBYAQ94ahGSsNhDVUJG6tbmzpOYDosksRRYMWq2yTzzIQh5ySQoCu x+XTASLBP1iq9i36/v8WI7SsRGfhvtSOeqlyubrlQRUTLs+gRAa1KiuElzAkGl07QFI6 uWDEE5pdcRdnPvsoAH43mZzuT6RY6y56WakNg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732705920; x=1733310720; 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=w7OGSD+wPydDkDDmFQqvTaxU0px2s0Ij+EE1ld8o2iU=; b=TWQoHOhtY+Vc7SOW3cqsWo94MK0tT8JNpfvbuYmDQWoIhjvNVwqg7cErnUojPfCDYA sUAgCsPRkLhoqy/fvjQIOwAeyrgCpWMlic6/2SnUM+9WiQA0aAwHoSVDEsqCmOkelshT PCS7QFhoEk4yTO7uys0R4x12QZECuhaZTFbd1bj3QLMXVdQTkKO06rQzVa41pxt/XW+2 h44Zo+prrVQ5ELWCrttvgxhdq1qXN/y/CZDNDhCJO97S8jbw9nJ3qSYgKVaSl5NOOzv3 E7/Wbk/kMzYqfK/GcTca0tL6L+WAWndcunDtHNRZ4O/gCpyi7/6iaOCdYIClVOZpvw38 2n1w== X-Gm-Message-State: AOJu0YzknV260FhIHvBE+ykZujkpjePaXLtjzyl4lWYPM+ETAmiNJhnz NAm2KJevG5XSOeinGvPjDUYGHrWHw+dpSwQXzt7JCOBxEWzjf+n/xM0B5NmomnUnVfwEgAmJIlG Bqu3qmduz4nLMIM0WnMHpC44FWYxvVzLJhraUAVCCazO60l3oYTmFUIj6 X-Gm-Gg: ASbGncsba146JH634fV9i5/mSOIn4ApWucAafMJvvRlO7fmhQZUA3xAmCJmMkFlbO4p +cQo304EegOKQ1DPF93eK3G8edhNspsRr1uknB0fzPfBvfJ1YxU2nVBfXS4SzPc9tOPTUDs+5V4 NU5V/YoR4yOh4PqS2xAs8Pi6VbZl605r7tnkDmc7bkmZooubl7s/9SPyy/kch6/k4HFb14U8Hwd wPJF/ZPCtytLVO48Ts8QSi00PAiQzp8HnmoIT+z5usQ5eYpU9uEOIttd+f7OiVLeKrij5bJYz0= X-Google-Smtp-Source: AGHT+IF93YqlvL53Jywtna9UIuKAIiukrGU0P0BrRLCE2ngb5GaqsDECyfP9S+EqYl/35XGADRRhi18RFLVy X-Received: by 2002:a17:902:ecd2:b0:205:6a9b:7e3e with SMTP id d9443c01a7336-21501e5fdb1mr26016675ad.56.1732705919969; Wed, 27 Nov 2024 03:11:59 -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-2129db41869sm4451125ad.19.2024.11.27.03.11.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 03:11:59 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 03:11:59 -0800 (PST) Message-ID: <6746fe7f.170a0220.14fe4f.d791SMTPIN_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 2678E6052471; Wed, 27 Nov 2024 06:11:59 -0500 (EST) Subject: |SUCCESS| pw148684 [PATCH] [v3] doc: add security document From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241120031247.16402-1-nandinipersad361@gmail.com> References: <20241120031247.16402-1-nandinipersad361@gmail.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/148684 _Functional Testing PASS_ Submitter: Nandini Persad Date: Wednesday, November 20 2024 03:12:47 DPDK git baseline: Repo:dpdk Branch: master CommitID:0c0cd5ffb0f7fc085b54d91e15cc6d0f0fdf9921 148684 --> functional testing pass Upstream job id: Template-DTS-Pipeline#198958 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31980/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/