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 9DC4142348 for ; Tue, 10 Oct 2023 09:19:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 720FB4029F for ; Tue, 10 Oct 2023 09:19:40 +0200 (CEST) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by mails.dpdk.org (Postfix) with ESMTP id 38C124029F for ; Tue, 10 Oct 2023 09:19:39 +0200 (CEST) Received: by mail-qv1-f47.google.com with SMTP id 6a1803df08f44-65afba4cfadso31066526d6.1 for ; Tue, 10 Oct 2023 00:19:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1696922378; x=1697527178; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=hs5CwQyPmW5lq0qvAKTn9l+8XHGRQf+0/9DnSf1PPJI=; b=XGE/INWiA+BEuG8ULEgl0bzXkn3c4SCdZ+wni/LoX3XJZHFUSqXd9GdTAO9Dh/Bc2u TpTG2j0mamuGkCm6pRgtj03iZ/AEU4nabAfjS60dwi439faL7Kcj+H34XU6Dqva5g/GL xGRn4/UaxzoLoIcfWaJrM4v0N4NuvugqO26bqI5bFJE7htMtRIdogHw0yZ/L7yBmOVES 9vctXDv9eI1dOCCn0h6UaM4fTgy6bH3lEGtPdZYB3hB9b6YLyTmQ0igoQaV1J+e6UfGo OJzoMc3+OxYfCZkxxC+c/QjdgMazRhLk/7OqZzxq0OUPVFt0yFD6pZZG8PeB/gO1YUm+ qnqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696922378; x=1697527178; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hs5CwQyPmW5lq0qvAKTn9l+8XHGRQf+0/9DnSf1PPJI=; b=IpLrW21RjE3Q5rqnQ4KqwZZiJn0ARlyxDRmNIrMAyWvMt87M3hZ0CcQFHl4bezlSPr eVnkAHhb0FEPwhGyKOtcktSgeCadUzbtSiOQJtZNST2ZtRPVOX+GNe0oqfOp8Pf21pmR GN/4FlHf+WPTYt/2XhredutHckj16qSvtVosOdVxU7napX+M1WmbZYL5NElHgD7kNjjd YMo5Uvq6yY53mpGS9fBbT2B3eO3OkixLUv59ueHVe85BoPSXNHzamIk/sPdc6xBYP5NL H3PEfahrV12eXTGAeInQj8QDuxuiycoBPDLzv/ZggFjkAWoVPafghXmm052+JEr1s67R puxQ== X-Gm-Message-State: AOJu0YwEcCZCWbBnbTI0wpEstxODBvPx/kIVZ4fs6w1Jhol3WZbxcSd2 9DGigTwYdEKfgIrIvltAIw0ZgFfGDYM4MmpLnRs= X-Google-Smtp-Source: AGHT+IFJNYnMLiXt0Z7BxVJGDYaKz36WN7BoagIuULo5xxFbT0z4UExLcIcwcTdkdFoiNtB1V0e9/g== X-Received: by 2002:a05:6214:1912:b0:656:27a9:8063 with SMTP id er18-20020a056214191200b0065627a98063mr16578211qvb.33.1696922378362; Tue, 10 Oct 2023 00:19:38 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id i9-20020a0cf109000000b006263a9e7c63sm4425579qvl.104.2023.10.10.00.19.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Oct 2023 00:19:38 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw132454 [PATCH 2/2] net/nfp: fix illegal memory accesses Date: Tue, 10 Oct 2023 03:19:36 -0400 Message-Id: <20231010071936.3005728-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20231010061727.205886-3-chaoyong.he@corigine.com> References: <20231010061727.205886-3-chaoyong.he@corigine.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/132454/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6465671233