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 BCC3943C81 for ; Mon, 11 Mar 2024 04:22:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C04E40294 for ; Mon, 11 Mar 2024 04:22:52 +0100 (CET) Received: from mail-qt1-f181.google.com (mail-qt1-f181.google.com [209.85.160.181]) by mails.dpdk.org (Postfix) with ESMTP id C239F40278 for ; Mon, 11 Mar 2024 04:22:51 +0100 (CET) Received: by mail-qt1-f181.google.com with SMTP id d75a77b69052e-42eeb5c2d08so19892371cf.3 for ; Sun, 10 Mar 2024 20:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1710127370; x=1710732170; 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=YTcM6NmZS5njlz4QLWQbCilVE65YoiVLPcjAyR/3Xms=; b=H6nJdFPahtiSYeFCIx1lIeOpKU5wkhyUVaBbCSKeUuVGkdVPxul7RoxA55pRCA3wPh s+CKsA8AvVuox/q2RG4ohs49bUgH6il1Fa7cpPALkJTEPbevnleCS/knRUqU9K4+jCPk 0LUdS79MoqpsaCAa4AMM1BkGqCm3swLuglL9K4+R2ABmp68mbmgR5i0Oo8rCTDPH0ej6 CKhGXye1plKxj7Y40u+zcu6WIo31lvvuE1sNkbXuAlkNv2NRbtpruwN4MXmvFoCFT5zE Shr3RwfVt+VFboL3nC4GS0xFMDzrasCD0CpCF3n2YMrIUBOYoMWJVIWmqqdPNadLACdH gmTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710127370; x=1710732170; 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=YTcM6NmZS5njlz4QLWQbCilVE65YoiVLPcjAyR/3Xms=; b=qisYATpXEeyEIJjL21Msu9j9xrT5A1eqQ7eYfbwwxdiZJ3CZXd9e2i37XBJv/rWWaF h6o07r8v8gbjRuiAwX9XSIXEuuPgvEsIH3jILsTYmZ3yypjtsQhCoElC8bLeSpa33vAU VOQUxwVFjnA+t78nVDqDTquR8LEmxTfAy7a6lx0Yit/yJSCvVqhH5iFE9rppSY11EjFn mIAP3gG4r0k9ZXLVZbqOdLs+koNwt43zPl6SOTn8cqPKVRxVSdwIIDUuAeAO7UlWeCxl oXCYmd8AVrhNPn+eHQU3EodMTlVRhHmzfEqVnNoX4V96xoDpUxd4TznhreS8VcTMRvEn 3xAA== X-Gm-Message-State: AOJu0YzadpUQKqHNTY5COw0Rx490bR9n9yBFqwbbwbeQfbImLvg/yY6x Es19fgnCamhYZUF+Won318j4/V9L/stMx7YY6VtVaz+B5jTBYtCvNE5VPFG/+I5gK3qVNgJsc96 h X-Google-Smtp-Source: AGHT+IFo8nf0f4Yh0S3VWh3UZCtxHboxHvcst9H2PAyILf+Ip6RfjVfQ7N5beihRevaVW0yxnB5qXA== X-Received: by 2002:a05:622a:170e:b0:42f:1fe9:9161 with SMTP id h14-20020a05622a170e00b0042f1fe99161mr8072779qtk.57.1710127370500; Sun, 10 Mar 2024 20:22:50 -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 fp37-20020a05622a50a500b0042edc381599sm2358827qtb.1.2024.03.10.20.22.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Mar 2024 20:22:49 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138145 [PATCH] examples/ipsec-secgw: fix Rx queue ID in Rx callback Date: Sun, 10 Mar 2024 23:22:48 -0400 Message-Id: <20240311032248.1312057-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240311023247.2520028-1-chaoyong.he@corigine.com> References: <20240311023247.2520028-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/138145/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8226947588