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 8BE7143347 for ; Thu, 16 Nov 2023 18:07:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8712340150; Thu, 16 Nov 2023 18:07:48 +0100 (CET) Received: from mail-ej1-f99.google.com (mail-ej1-f99.google.com [209.85.218.99]) by mails.dpdk.org (Postfix) with ESMTP id 003E840150 for ; Thu, 16 Nov 2023 18:07:40 +0100 (CET) Received: by mail-ej1-f99.google.com with SMTP id a640c23a62f3a-9d2e7726d5bso143732166b.0 for ; Thu, 16 Nov 2023 09:07:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1700154460; x=1700759260; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=QqgAMCMFfbPkaWYzo5FOqJpeAPNFx/7hAdH+Ygn/C3Y=; b=bKFr64VFx5BHJvEHsrVIJPn16d0a7/kTHklhIA1yG2ZBBujNO63YvpM+IKlsZafP+d R+dphRYGQb1l+uGl7SwWAZHkrb57+3s7Axggf/6mDnN1hAXgubThKuXh4+4iXYaRo01p 9esvTyHrC1tjDe7fD3RXM6fVCTFT/nLSY98DI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700154460; x=1700759260; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QqgAMCMFfbPkaWYzo5FOqJpeAPNFx/7hAdH+Ygn/C3Y=; b=QF6xJxlm+gsv8z9yFrY+lbmD1s7QnCBtucxvTu3HjzvO5e5xS+SVQ0n0OGqePgDBr+ AO+M6JhPL94ig+8QU98MvIOXipknZEi1YRwhgns1wZRS1eK4HR9rO8F9xuMIEPznhiDu 1ppOEbBC2ks6ntAWWBxElKGLvTxP5yhRwctJTwzmOAbblYu6fJrKPVHFf0SBFcGwLtQ8 z5G0mqCq90vSpz8OsZulmChPhz+pgAS6FTST2ZijqVO7CoH+xO+nBANw4yGNy9bPORq1 vJLsYORODuoLg4aAwP4Vyh8PNB83Zgj9+2ydrIwEwNXtGuPcBsdTyUWNsfWRIMJz74Ps kAkg== X-Gm-Message-State: AOJu0YwO1jKtQ0dWTcJ8zweh1PcDOtA0Etbvy8Vq0FQBmmm+PhhRXGyQ FZZwQUh/9ZkkP2qLL9d8vei3mLoEQ+RuakesaNajVboosg3MxhNV2rT7fERBPlOMb9YwAuvzXw= = X-Google-Smtp-Source: AGHT+IGl6gf7/iRyXlikXc27fTe/Oml6CSXeEikWeYnP5eWxw5cQiTXa2DvIgkjbNGkPXvRat14Je8BYzNQl X-Received: by 2002:a17:906:1c84:b0:9f2:c626:761b with SMTP id g4-20020a1709061c8400b009f2c626761bmr4542896ejh.51.1700154460819; Thu, 16 Nov 2023 09:07:40 -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 z8-20020a1709067e4800b009938a6b8815sm3939775ejr.24.2023.11.16.09.07.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Nov 2023 09:07:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Nov 2023 09:07:40 -0800 (PST) Message-ID: <65564c5c.170a0220.f6e53.220dSMTPIN_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 0A662605C318; Thu, 16 Nov 2023 12:07:40 -0500 (EST) Subject: |SUCCESS| pw134427 [PATCH] net/txgbe: fix out of bound access 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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/134427 _Testing PASS_ Submitter: Ferruh Yigit Date: Thursday, November 16 2023 14:07:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:92d7ce4afc4a558f27bbc8368823c625f4e0f9dc 134427 --> testing pass Test environment and result as below: +--------------------------+----------------+ | Environment | dpdk_unit_test | +==========================+================+ | Debian 11 (Buster) (ARM) | PASS | +--------------------------+----------------+ | CentOS Stream 9 (ARM) | PASS | +--------------------------+----------------+ | Fedora 37 (ARM) | PASS | +--------------------------+----------------+ | Fedora 38 (ARM) | PASS | +--------------------------+----------------+ Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28399/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/