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 F239043D11 for ; Thu, 21 Mar 2024 08:45:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E765C4028B for ; Thu, 21 Mar 2024 08:45:55 +0100 (CET) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) by mails.dpdk.org (Postfix) with ESMTP id F00EC40261 for ; Thu, 21 Mar 2024 08:45:54 +0100 (CET) Received: by mail-qk1-f181.google.com with SMTP id af79cd13be357-78a16114b69so70345985a.0 for ; Thu, 21 Mar 2024 00:45:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1711007154; x=1711611954; 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=VoOO4svzsRJtGMFDX5DzlxrMZ32wS8IwUJbaueIpYGs=; b=Ko4NAvP0Oj+K1BFtS4jdTUMFJJiamDdAzkXuu9Q1QJFASrJjuMV/2ZUNW4CO0pIX0g kOISv2M/yG2ZS9xMQK9ROEpun30YfdYBfBuBl+R77DvYuix/FeS2G0T/fwV0KWWts6q2 tW8F9bGTDzCDqDT2nfw0aGC020qFXxK4pAStiOGJUPmtQqo2ACfIK/YyV0nTvU42QJCH Q3Q/JopQNRqxNt79KG2dH++GiFbJQx5i7zODgR1kPiWxw5qoLxeYnoYB6NwMR3Gkez+P twLjBp71D7Pq9MYxqZ4JN7foCn3kGh0eaIysK+k6B0Si9MkUga8QgI516s+z6clr4i1h 3eUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711007154; x=1711611954; 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=VoOO4svzsRJtGMFDX5DzlxrMZ32wS8IwUJbaueIpYGs=; b=vnpvTGfqY7BzH8b0/gLLPjGaPKM7yPyRgP5VepqAHkRBxEIKXUfU3VY2Xcp8egNDk5 hieITSrmzg35DWVBkJxVtlI4cCachvjM5Zcv3uMlb94mdqUeKCz1G/O0C1UBZ2qQJRNL M7aqEpKgMxY66EKSJf464xBPRpB0JdWwijUYiTKRPvWqotab19jCheqdHwW7m4uZrH09 m1VlSVZn9X5IZIJzbQ9OJyKIP3TIBqr/+JqQdBlHWn4MpuaIC7amRdOHAFI5sxw46Wp0 s3IQEFLMbA4Q+JEykxbn/ribD8oM2uJ5k8cCSfE/ocKTtw2YANJc68SIprZa+OX59iRP mwjw== X-Gm-Message-State: AOJu0YydTQL9iTkSrNzIGpSgUZbC7qiZmxzxBNUcEGPwku72ev4WEhYY mdYigFSI39oDoUlbYtk17XamAQ4FTKVqcAl3XP2ovRBULJ6ZmwPhCRnKWR4FvZRakipD3oIWnei z X-Google-Smtp-Source: AGHT+IGcSBYEPgKgElPSNo8RGe42h1LL2+FMzj6TgEhkMqJ/62sm1wqp6B7x6ZNqhVrAawJxHsxJTg== X-Received: by 2002:a05:620a:2446:b0:789:ed7e:5e9e with SMTP id h6-20020a05620a244600b00789ed7e5e9emr3061405qkn.7.1711007153748; Thu, 21 Mar 2024 00:45:53 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-rdu-t.redhat.com. [66.187.233.202]) by smtp.gmail.com with ESMTPSA id l9-20020ae9f009000000b0078861edc3bdsm7264129qkg.2.2024.03.21.00.45.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 21 Mar 2024 00:45:53 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138653 [PATCH] net/nfp: fix receive packets failed Date: Thu, 21 Mar 2024 03:45:52 -0400 Message-Id: <20240321074552.3128552-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240321065639.301075-1-chaoyong.he@corigine.com> References: <20240321065639.301075-1-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/138653/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8370947787